Searched refs:set_count (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_descriptor_set.h45 uint32_t set_count; member in struct:vn_descriptor_pool_state
H A Dvn_descriptor_set.c249 pool->max.set_count = pCreateInfo->maxSets;
312 if (pool->used.set_count == pool->max.set_count)
318 ++pool->used.set_count;
356 --pool->used.set_count;

Completed in 3 milliseconds