Lines Matching defs:targetBias
214 const float targetBias; // The bias we aim to get, before clamping. Based on this and R, we can calculate factors.
231 << tcu::TestLog::Message << "Target bias: " << targetBias << tcu::TestLog::EndMessage
440 const float depthBiasConstantFactor = ((m_params.usedFactor == UsedFactor::CONSTANT) ? static_cast<float>(static_cast<double>(m_params.targetBias) / rValue.first) : 0.0f);
441 const float depthBiasSlopeFactor = ((m_params.usedFactor == UsedFactor::SLOPE) ? m_params.targetBias : 0.0f); // Note M is 1.
615 const float clampedBias = std::min(m_params.targetBias, (noClamp ? m_params.targetBias : m_params.depthBiasClamp));
727 const float targetBias;
808 case ClampCase::LARGE: depthBiasClamp = targetBiasCase.targetBias * 2.0f; break;
809 case ClampCase::SMALL: depthBiasClamp = targetBiasCase.targetBias * 0.5f; break;
837 targetBiasCase.targetBias,