Home
last modified time | relevance | path

Searched refs:colorBlendEnableConfig (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1994 ColorBlendEnableConfig colorBlendEnableConfig; member
2106 , colorBlendEnableConfig (false) in TestConfig()
2218 , colorBlendEnableConfig (other.colorBlendEnableConfig) in TestConfig()
2477 colorBlendEnableConfig.swapValues(); in swapValues()
2599 return ((static_cast<bool>(colorBlendEnableConfig.dynamicValue) && !m_swappedValues) ? colorBlendEnableConfig.dynamicValue.get() : colorBlendEnableConfig.staticValue); in getActiveColorBlendEnable()
2626 || (!!colorBlendEnableConfig.dynamicValue) in needsEDS3()
2718 if (colorBlendEnableConfig in getDynamicStates()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1557 ColorBlendEnableConfig colorBlendEnableConfig; member
1650 , colorBlendEnableConfig (false) in TestConfig()
1743 , colorBlendEnableConfig (other.colorBlendEnableConfig) in TestConfig()
1990 colorBlendEnableConfig.swapValues(); in swapValues()
2125 || (!!colorBlendEnableConfig.dynamicValue) in needsEDS3()
2208 if (colorBlendEnableConfig.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_COLOR_BLEND_ENABLE_EXT); in getDynamicStates()
2619 if (m_testConfig.colorBlendEnableConfig.dynamicValue && !eds3Features.extendedDynamicState3ColorBlendEnable) in checkSupport()
3383 if (testConfig.colorBlendEnableConfig.dynamicValue) in setDynamicStates()
3385 const auto colorBlendEnableFlag = makeVkBool32(testConfig.colorBlendEnableConfig in setDynamicStates()
[all...]

Completed in 13 milliseconds