Lines Matching refs:depthBiasConfig
1983 DepthBiasConfig depthBiasConfig;
2095 , depthBiasConfig (kNoDepthBiasParams)
2207 , depthBiasConfig (other.depthBiasConfig)
2275 return ((depthBiasConfig.dynamicValue && !m_swappedValues) ? depthBiasConfig.dynamicValue.get() : depthBiasConfig.staticValue);
2466 depthBiasConfig.swapValues();
2685 if (depthBiasConfig.dynamicValue) dynamicStates.push_back(vk::VK_DYNAMIC_STATE_DEPTH_BIAS);
3981 if (testConfig.depthBiasConfig.dynamicValue)
3983 const auto& bias = testConfig.depthBiasConfig.dynamicValue.get();
5262 if (m_testConfig.depthBiasReprInfo && (!m_testConfig.depthBiasConfig.dynamicValue || kReversed))
5315 m_testConfig.depthBiasConfig.staticValue.constantFactor, // float depthBiasConstantFactor;
5316 m_testConfig.depthBiasConfig.staticValue.clamp, // float depthBiasClamp;
5762 && m_testConfig.depthBiasConfig.dynamicValue
8356 config.depthBiasConfig.staticValue = kNoDepthBiasParams;
8357 config.depthBiasConfig.dynamicValue = kAlternativeDepthBiasParams;
8361 config.depthBiasConfig.staticValue = kAlternativeDepthBiasParams;
8392 config.depthBiasConfig.staticValue = kNoDepthBiasParams;
8393 config.depthBiasConfig.dynamicValue = kAlternativeDepthBiasParams;
8397 config.depthBiasConfig.staticValue = kAlternativeDepthBiasParams;
8449 config.depthBiasConfig.staticValue = kNoDepthBiasParams;
8450 config.depthBiasConfig.dynamicValue = kPositiveBias;
8476 config.depthBiasConfig.staticValue = kNoDepthBiasParams;
8477 config.depthBiasConfig.dynamicValue = kPositiveBias;
9040 config.depthBiasConfig.staticValue = DepthBiasParams{1.0f, 1.0f};
9041 config.depthBiasConfig.dynamicValue = kNoDepthBiasParams;