Searched refs:hk_cmd_buffer_get_cs_general (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/ |
H A D | hk_cmd_buffer.h | 487 hk_cmd_buffer_get_cs_general(struct hk_cmd_buffer *cmd, struct hk_cs **ptr, in hk_cmd_buffer_get_cs_general() function 537 return hk_cmd_buffer_get_cs_general(cmd, ptr, compute); in hk_cmd_buffer_get_cs()
|
H A D | hk_query_pool.c | 216 struct hk_cs *cs = hk_cmd_buffer_get_cs_general( in hk_queue_write()
|
H A D | hk_cmd_draw.c | 777 struct hk_cs *cs = hk_cmd_buffer_get_cs_general( in hk_CmdBeginRendering() 3402 hk_cmd_buffer_get_cs_general(cmd, &cmd->current_cs.pre_gfx, true); in hk_draw() 3686 hk_cmd_buffer_get_cs_general(cmd, &cmd->current_cs.pre_gfx, true); in hk_draw_indirect_count() 3794 hk_cmd_buffer_get_cs_general(cmd, &cmd->current_cs.pre_gfx, true); in hk_begin_end_xfb()
|