Home
last modified time | relevance | path

Searched refs:hk_cmd_buffer_pool (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_cmd_buffer.c39 struct hk_cmd_pool *pool = hk_cmd_buffer_pool(cmd); in hk_descriptor_state_fini()
50 struct hk_cmd_pool *pool = hk_cmd_buffer_pool(cmd); in hk_free_resettable_cmd_buffer()
76 struct hk_cmd_pool *pool = hk_cmd_buffer_pool(cmd); in hk_destroy_cmd_buffer()
157 VkResult result = hk_cmd_pool_alloc_bo(hk_cmd_buffer_pool(cmd), usc, bo_out); in hk_cmd_buffer_alloc_bo()
H A Dhk_cmd_buffer.h419 hk_cmd_buffer_pool(struct hk_cmd_buffer *cmd) in hk_cmd_buffer_pool() function