Searched refs:tu_cmd_pool (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_cmd_buffer.h | 506 struct tu_cmd_pool struct 513 VK_DEFINE_NONDISP_HANDLE_CASTS(tu_cmd_pool, vk.base, VkCommandPool, argument 531 struct tu_cmd_pool *pool;
|
D | tu_common.h | 119 struct tu_cmd_pool;
|
D | tu_cmd_buffer.c | 1557 struct tu_cmd_pool *pool, in tu_create_cmd_buffer() 1675 TU_FROM_HANDLE(tu_cmd_pool, pool, pAllocateInfo->commandPool); in tu_AllocateCommandBuffers() 3690 struct tu_cmd_pool *pool; in tu_CreateCommandPool() 3718 TU_FROM_HANDLE(tu_cmd_pool, pool, commandPool); in tu_DestroyCommandPool() 3744 TU_FROM_HANDLE(tu_cmd_pool, pool, commandPool); in tu_ResetCommandPool() 3763 TU_FROM_HANDLE(tu_cmd_pool, pool, commandPool); in tu_TrimCommandPool()
|