Searched refs:radv_descriptor_pool (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_descriptor_set.c | 548 radv_descriptor_set_create(struct radv_device *device, struct radv_descriptor_pool *pool, in radv_descriptor_set_create() 674 radv_descriptor_set_destroy(struct radv_device *device, struct radv_descriptor_pool *pool, in radv_descriptor_set_destroy() 695 struct radv_descriptor_pool *pool) in radv_destroy_descriptor_pool() 718 struct radv_descriptor_pool *pool; in radv_CreateDescriptorPool() 719 uint64_t size = sizeof(struct radv_descriptor_pool); in radv_CreateDescriptorPool() 812 pool->host_memory_base = (uint8_t *)pool + sizeof(struct radv_descriptor_pool); in radv_CreateDescriptorPool() 854 RADV_FROM_HANDLE(radv_descriptor_pool, pool, _pool); in radv_DestroyDescriptorPool() 867 RADV_FROM_HANDLE(radv_descriptor_pool, pool, descriptorPool); in radv_ResetDescriptorPool() 887 RADV_FROM_HANDLE(radv_descriptor_pool, pool, pAllocateInfo->descriptorPool); in radv_AllocateDescriptorSets() 932 RADV_FROM_HANDLE(radv_descriptor_pool, pool, descriptorPool); in radv_FreeDescriptorSets()
|
D | radv_private.h | 908 struct radv_descriptor_pool { struct 2904 VK_DEFINE_NONDISP_HANDLE_CASTS(radv_descriptor_pool, base, VkDescriptorPool,
|