Lines Matching refs:sampleLocationsEnableConfig
2002 SampleLocationsEnableConfig sampleLocationsEnableConfig;
2114 , sampleLocationsEnableConfig (false)
2226 , sampleLocationsEnableConfig (other.sampleLocationsEnableConfig)
2361 return (static_cast<bool>(sampleLocationsEnableConfig.dynamicValue) || sampleLocationsEnableConfig.staticValue);
2485 sampleLocationsEnableConfig.swapValues();
2632 || (!!sampleLocationsEnableConfig.dynamicValue)
2737 if (sampleLocationsEnableConfig.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_SAMPLE_LOCATIONS_ENABLE_EXT);
3207 if (m_testConfig.sampleLocationsEnableConfig.dynamicValue && !eds3Features.extendedDynamicState3SampleLocationsEnable)
4164 if (testConfig.sampleLocationsEnableConfig.dynamicValue)
4165 vkd.cmdSetSampleLocationsEnableEXT(cmdBuffer, makeVkBool32(testConfig.sampleLocationsEnableConfig.dynamicValue.get()));
5353 pSampleLocations->sampleLocationsEnable = makeVkBool32(m_testConfig.sampleLocationsEnableConfig.staticValue);
7939 config.sampleLocationsEnableConfig.staticValue = false;
7940 config.sampleLocationsEnableConfig.dynamicValue = true;
7945 config.sampleLocationsEnableConfig.swapValues();