Home
last modified time | relevance | path

Searched defs:dzn_descriptor_pool (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/microsoft/vulkan/
Ddzn_private.h723 struct dzn_descriptor_pool { struct
724 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];