Searched refs:tu_descriptor_pool (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_descriptor_set.c | 400 struct tu_descriptor_pool *pool, in tu_descriptor_set_create() 515 struct tu_descriptor_pool *pool, in tu_descriptor_set_destroy() 543 struct tu_descriptor_pool *pool; in tu_CreateDescriptorPool() 544 uint64_t size = sizeof(struct tu_descriptor_pool); in tu_CreateDescriptorPool() 579 pool->host_memory_base = (uint8_t*)pool + sizeof(struct tu_descriptor_pool); in tu_CreateDescriptorPool() 612 TU_FROM_HANDLE(tu_descriptor_pool, pool, _pool); in tu_DestroyDescriptorPool() 635 TU_FROM_HANDLE(tu_descriptor_pool, pool, descriptorPool); in tu_ResetDescriptorPool() 656 TU_FROM_HANDLE(tu_descriptor_pool, pool, pAllocateInfo->descriptorPool); in tu_AllocateDescriptorSets() 705 TU_FROM_HANDLE(tu_descriptor_pool, pool, descriptorPool); in tu_FreeDescriptorSets()
|
D | tu_private.h | 566 struct tu_descriptor_pool *pool; 582 struct tu_descriptor_pool struct 1574 TU_DEFINE_NONDISP_HANDLE_CASTS(tu_descriptor_pool, VkDescriptorPool)
|