Home
last modified time | relevance | path

Searched refs:max_entry_count (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c299 if (!pool->host_memory_base && pool->entry_count == pool->max_entry_count) { in radv_descriptor_set_create()
462 pool->max_entry_count = pCreateInfo->maxSets; in radv_CreateDescriptorPool()
Dradv_private.h694 uint32_t max_entry_count; member