Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp184 …uint32_t computeMaxPerStageDescriptorCount(VkDescriptorType descriptorType, bool enableUpdateAfter…
H A DvktDescriptorSetsIndexingTestsUtils.cpp654 uint32_t DeviceProperties::computeMaxPerStageDescriptorCount(VkDescriptorType descriptorType, in computeMaxPerStageDescriptorCount() function in vkt::DescriptorIndexing::ut::DeviceProperties
H A DvktDescriptorSetsIndexingTests.cpp483 …t availableDescriptorsOnDevice = ut::DeviceProperties(m_context).computeMaxPerStageDescriptorCount( in computeAvailableDescriptorCount()