Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1564 SampleLocationsEnableConfig sampleLocationsEnableConfig; member
1657 , sampleLocationsEnableConfig (false) in TestConfig()
1750 , sampleLocationsEnableConfig (other.sampleLocationsEnableConfig) in TestConfig()
1890 return (static_cast<bool>(sampleLocationsEnableConfig.dynamicValue) || sampleLocationsEnableConfig.staticValue); in sampleLocationsStruct()
1997 sampleLocationsEnableConfig.swapValues(); in swapValues()
2131 || (!!sampleLocationsEnableConfig.dynamicValue) in needsEDS3()
2217 if (sampleLocationsEnableConfig.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_ENABLE_EXT); in getDynamicStates()
2648 if (m_testConfig.sampleLocationsEnableConfig in checkSupport()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp2002 SampleLocationsEnableConfig sampleLocationsEnableConfig; member
2114 , sampleLocationsEnableConfig (false)
2226 , sampleLocationsEnableConfig (other.sampleLocationsEnableConfig) in TestConfig()
2361 return (static_cast<bool>(sampleLocationsEnableConfig.dynamicValue) || sampleLocationsEnableConfig.staticValue); in sampleLocationsStruct()
2485 sampleLocationsEnableConfig.swapValues(); in swapValues()
2632 || (!!sampleLocationsEnableConfig.dynamicValue) in needsEDS3()
2737 if (sampleLocationsEnableConfig.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_ENABLE_EXT); in getDynamicStates()
3207 if (m_testConfig.sampleLocationsEnableConfig in checkSupport()
[all...]

Completed in 13 milliseconds