Home
last modified time | relevance | path

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

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_cmd_buffer.h506 struct tu_cmd_pool struct
513 VK_DEFINE_NONDISP_HANDLE_CASTS(tu_cmd_pool, vk.base, VkCommandPool, argument
531 struct tu_cmd_pool *pool;
Dtu_common.h119 struct tu_cmd_pool;
Dtu_cmd_buffer.c1557 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()