Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp2007 deUint32 countByType[VK_DESCRIPTOR_TYPE_LAST]; in computePoolSizes() local
2010 std::fill(DE_ARRAY_BEGIN(countByType), DE_ARRAY_END(countByType), 0u); in computePoolSizes()
2017 countByType[cur->descriptorType] += cur->descriptorCount * maxSets; in computePoolSizes()
2022 if (countByType[type] > 0) in computePoolSizes()
2023 typeCounts.push_back(makeDescriptorPoolSize((VkDescriptorType)type, countByType[type])); in computePoolSizes()