Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_private.h721 struct dzn_descriptor_pool { struct
722 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];