Home
last modified time | relevance | path

Searched refs:coverageReduction (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1498 bool coverageReduction; member
1610 , coverageReduction (false) in TestConfig()
1705 , coverageReduction (other.coverageReduction) in TestConfig()
2168 const auto usedColorSampleCount = ((coverageModulation || coverageReduction) in getColorSampleCount()
2345 if (coverageReduction) in getRequiredExtensions()
4539 if (m_testConfig.coverageReduction) in iterate()
6604 config.coverageReduction = true; in createExtendedDynamicStateTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1894 bool coverageReduction; member
2048 , coverageReduction (false) in TestConfig()
2162 , coverageReduction (other.coverageReduction) in TestConfig()
2673 const auto usedColorSampleCount = ((coverageModulation || coverageReduction) in getColorSampleCount()
2863 if (coverageReduction) in getRequiredExtensions()
5387 if (m_testConfig.coverageReduction) in iterate()
8140 config.coverageReduction = true; in createExtendedDynamicStateTests()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkPipelineConstructionUtil.cpp3739 const auto coverageReduction = findStructure<VkPipelineCoverageReductionStateCreateInfoNV>(pointerToCreateInfo->pMultisampleState->pNext); in buildPipeline() local
3740 if (coverageReduction) in buildPipeline()
3741 state->coverageReductionMode = coverageReduction->coverageReductionMode; in buildPipeline()

Completed in 31 milliseconds