Searched defs:dzn_descriptor_pool (Results 1 – 1 of 1) sorted by relevance
721 struct dzn_descriptor_pool { struct722 struct vk_object_base base;723 VkAllocationCallbacks alloc;725 uint32_t set_count;726 uint32_t used_set_count;727 struct dzn_descriptor_set *sets;728 union {736 uint32_t desc_count[NUM_POOL_TYPES];737 uint32_t used_desc_count[NUM_POOL_TYPES];738 uint32_t free_offset[NUM_POOL_TYPES];