Searched defs:dzn_descriptor_pool (Results 1 – 1 of 1) sorted by relevance
723 struct dzn_descriptor_pool { struct724 struct vk_object_base base;725 VkAllocationCallbacks alloc;727 uint32_t set_count;728 uint32_t used_set_count;729 struct dzn_descriptor_set *sets;730 union {738 uint32_t desc_count[NUM_POOL_TYPES];739 uint32_t used_desc_count[NUM_POOL_TYPES];740 uint32_t free_offset[NUM_POOL_TYPES];