Searched refs:tu_cmd_pool (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_private.h | 1034 struct tu_cmd_pool struct 1059 struct tu_cmd_pool *pool; argument 1775 VK_DEFINE_NONDISP_HANDLE_CASTS(tu_cmd_pool, base, VkCommandPool,
|
D | tu_cmd_buffer.c | 1388 struct tu_cmd_pool *pool, in tu_create_cmd_buffer() 1486 TU_FROM_HANDLE(tu_cmd_pool, pool, pAllocateInfo->commandPool); in tu_AllocateCommandBuffers() 3022 struct tu_cmd_pool *pool; in tu_CreateCommandPool() 3050 TU_FROM_HANDLE(tu_cmd_pool, pool, commandPool); in tu_DestroyCommandPool() 3075 TU_FROM_HANDLE(tu_cmd_pool, pool, commandPool); in tu_ResetCommandPool() 3094 TU_FROM_HANDLE(tu_cmd_pool, pool, commandPool); in tu_TrimCommandPool()
|