Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassFragmentDensityMapTests.cpp1331 const auto &fragmentDensityMap2Properties = context.getFragmentDensityMap2PropertiesEXT(); in checkSupport() local
1349 if (!fragmentDensityMap2Properties.subsampledLoads) in checkSupport()
1355 if (!fragmentDensityMap2Properties.subsampledCoarseReconstructionEarlyAccess) in checkSupport()
1368 if (m_testParams.viewCount > fragmentDensityMap2Properties.maxSubsampledArrayLayers) in checkSupport()
1385 … if (m_testParams.samplersCount > fragmentDensityMap2Properties.maxDescriptorSetSubsampledSamplers) in checkSupport()