Searched refs:tu_descriptor_pool (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_descriptor_set.c | 51 pool_base(struct tu_descriptor_pool *pool) in pool_base() 439 struct tu_descriptor_pool *pool, in tu_descriptor_set_create() 556 struct tu_descriptor_pool *pool, in tu_descriptor_set_destroy() 585 struct tu_descriptor_pool *pool; in tu_CreateDescriptorPool() 586 uint64_t size = sizeof(struct tu_descriptor_pool); in tu_CreateDescriptorPool() 641 pool->host_memory_base = (uint8_t*)pool + sizeof(struct tu_descriptor_pool); in tu_CreateDescriptorPool() 683 TU_FROM_HANDLE(tu_descriptor_pool, pool, _pool); in tu_DestroyDescriptorPool() 710 TU_FROM_HANDLE(tu_descriptor_pool, pool, descriptorPool); in tu_ResetDescriptorPool() 731 TU_FROM_HANDLE(tu_descriptor_pool, pool, pAllocateInfo->descriptorPool); in tu_AllocateDescriptorSets() 780 TU_FROM_HANDLE(tu_descriptor_pool, pool, descriptorPool); in tu_FreeDescriptorSets()
|
D | tu_private.h | 629 struct tu_descriptor_pool *pool; 645 struct tu_descriptor_pool struct 1781 VK_DEFINE_NONDISP_HANDLE_CASTS(tu_descriptor_pool, base, VkDescriptorPool,
|