Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h1547 struct radv_cmd_pool { struct
1584 struct radv_cmd_pool *pool;
3309 VK_DEFINE_NONDISP_HANDLE_CASTS(radv_cmd_pool, vk.base, VkCommandPool,
Dradv_cmd_buffer.c442 radv_create_cmd_buffer(struct radv_device *device, struct radv_cmd_pool *pool, in radv_create_cmd_buffer()
4836 RADV_FROM_HANDLE(radv_cmd_pool, pool, pAllocateInfo->commandPool); in radv_AllocateCommandBuffers()
4887 RADV_FROM_HANDLE(radv_cmd_pool, pool, commandPool); in radv_FreeCommandBuffers()
6302 struct radv_cmd_pool *pool; in radv_CreateCommandPool()
6328 RADV_FROM_HANDLE(radv_cmd_pool, pool, commandPool); in radv_DestroyCommandPool()
6350 RADV_FROM_HANDLE(radv_cmd_pool, pool, commandPool); in radv_ResetCommandPool()
6366 RADV_FROM_HANDLE(radv_cmd_pool, pool, commandPool); in radv_TrimCommandPool()