Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1994 bool coverageReduction; member
2159 , coverageReduction(false) in TestConfig()
2276 , coverageReduction(other.coverageReduction) in TestConfig()
2816 … ((coverageModulation || coverageReduction) ? colorSampleCount.get() : getActiveSampleCount()); in getColorSampleCount()
3049 if (coverageReduction) in getRequiredExtensions()
5831 if (m_testConfig.coverageReduction) in iterate()
8710 config.coverageReduction = true; in createExtendedDynamicStateTests()
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp3842 … const auto coverageReduction = findStructure<VkPipelineCoverageReductionStateCreateInfoNV>( in buildPipeline() local
3844 if (coverageReduction) in buildPipeline()
3845 state->coverageReductionMode = coverageReduction->coverageReductionMode; in buildPipeline()