Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp1575 CoverageReductionModeConfig coverageReductionModeConfig; member
1668 , coverageReductionModeConfig (vk::VK_COVERAGE_REDUCTION_MODE_MERGE_NV) in TestConfig()
1761 , coverageReductionModeConfig (other.coverageReductionModeConfig) in TestConfig()
2008 coverageReductionModeConfig.swapValues(); in swapValues()
2142 || (!!coverageReductionModeConfig.dynamicValue) in needsEDS3()
2227 …if (coverageReductionModeConfig.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_COVERAG… in getDynamicStates()
2685 if (m_testConfig.coverageReductionModeConfig.dynamicValue) in checkSupport()
2713 …dCombination(m_testConfig.coverageReductionModeConfig.staticValue) || !findCombination(m_testConfi… in checkSupport()
3483 if (testConfig.coverageReductionModeConfig.dynamicValue) in setDynamicStates()
3484 …vkd.cmdSetCoverageReductionModeNV(cmdBuffer, testConfig.coverageReductionModeConfig.dynamicValue.g… in setDynamicStates()
[all …]