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

/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_descriptor_set.h46 uint32_t descriptor_counts[VN_NUM_DESCRIPTOR_TYPES]; member in struct:vn_descriptor_pool_state
H A Dvn_descriptor_set.c256 pool->max.descriptor_counts[pool_size->type] +=
326 pool->used.descriptor_counts[type] += count;
328 if (pool->used.descriptor_counts[type] >
329 pool->max.descriptor_counts[type]) {
353 pool->used.descriptor_counts[layout->bindings[i].type] -= count;

Completed in 4 milliseconds