Lines Matching refs:lineRasterModeConfig

2005 	LineRasterModeConfig			lineRasterModeConfig;
2117 , lineRasterModeConfig (tcu::Nothing)
2229 , lineRasterModeConfig (other.lineRasterModeConfig)
2329 return (static_cast<bool>(lineRasterModeConfig.staticValue));
2341 || (static_cast<bool>(lineRasterModeConfig.dynamicValue) && static_cast<bool>(lineRasterModeConfig.dynamicValue.get())));
2488 lineRasterModeConfig.swapValues();
2635 || (!!lineRasterModeConfig.dynamicValue)
2740 if (lineRasterModeConfig.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_LINE_RASTERIZATION_MODE_EXT);
3216 if (m_testConfig.lineRasterModeConfig.dynamicValue && !eds3Features.extendedDynamicState3LineRasterizationMode)
3327 const auto rasterMode = selectLineRasterizationMode(lineRastFeatures, m_testConfig.lineStippleSupportRequired(), m_testConfig.lineRasterModeConfig.staticValue);
3332 if (static_cast<bool>(m_testConfig.lineRasterModeConfig.dynamicValue) && static_cast<bool>(m_testConfig.lineRasterModeConfig.dynamicValue.get()))
3334 const auto dynRasterMode = selectLineRasterizationMode(lineRastFeatures, m_testConfig.lineStippleSupportRequired(), m_testConfig.lineRasterModeConfig.dynamicValue.get());
4173 if (testConfig.lineRasterModeConfig.dynamicValue && static_cast<bool>(testConfig.lineRasterModeConfig.dynamicValue.get()))
4174 vkd.cmdSetLineRasterizationModeEXT(cmdBuffer, makeLineRasterizationMode(testConfig.lineRasterModeConfig.dynamicValue->get()));
5295 const auto lineRasterMode = selectLineRasterizationMode(lineRasterFeatures, m_testConfig.lineStippleSupportRequired(), m_testConfig.lineRasterModeConfig.staticValue);
7170 config.lineRasterModeConfig.staticValue = LineRasterizationMode::RECTANGULAR;
7171 config.lineRasterModeConfig.dynamicValue = LineRasterizationMode::BRESENHAM;
7176 config.lineRasterModeConfig.swapValues();
7189 config.lineRasterModeConfig.staticValue = LineRasterizationMode::BRESENHAM;
7190 config.lineRasterModeConfig.dynamicValue = LineRasterizationMode::SMOOTH;