Home
last modified time | relevance | path

Searched refs:hk_cmd_buffer_end_compute_internal (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_cmd_buffer.h568 hk_cmd_buffer_end_compute_internal(struct hk_cs **ptr) in hk_cmd_buffer_end_compute_internal() function
585 hk_cmd_buffer_end_compute_internal(&cmd->current_cs.cs); in hk_cmd_buffer_end_compute()
612 hk_cmd_buffer_end_compute_internal(&cmd->current_cs.pre_gfx); in hk_cmd_buffer_end_graphics()
613 hk_cmd_buffer_end_compute_internal(&cmd->current_cs.post_gfx); in hk_cmd_buffer_end_graphics()
H A Dhk_cmd_buffer.c267 hk_cmd_buffer_end_compute_internal(&cmd->current_cs.post_gfx); in hk_EndCommandBuffer()
H A Dhk_cmd_draw.c743 hk_cmd_buffer_end_compute_internal(&cmd->current_cs.post_gfx); in hk_CmdBeginRendering()