Searched defs:dzn_descriptor_pool (Results 1 – 1 of 1) sorted by relevance
588 struct dzn_descriptor_pool { struct589 struct vk_object_base base;590 VkAllocationCallbacks alloc;592 uint32_t set_count;593 uint32_t used_set_count;594 struct dzn_descriptor_set *sets;595 struct dzn_descriptor_heap heaps[NUM_POOL_TYPES];596 uint32_t desc_count[NUM_POOL_TYPES];597 uint32_t used_desc_count[NUM_POOL_TYPES];598 uint32_t free_offset[NUM_POOL_TYPES];[all …]