HomeSort by relevance Sort by last modified time
    Searched refs:resultBias (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles2/functional/
es2fShaderOperatorTests.cpp 265 , resultBias (resultBias_)
283 float resultBias;
391 , resultBias (0.0f)
399 float resultBias;
423 , m_evaluator(evalFunc, spec.resultScale, spec.resultBias)
538 float resultBias = spec.resultBias;
539 if ((resultScale != 1.0f) || (resultBias != 0.0f))
543 if (resultBias != 0.0f) op << " + " << de::floatToString(resultBias, 2)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 451 , resultBias (resultBias_)
477 , resultBias (resultBias_)
497 FloatScalar resultBias;
644 , resultBias (0.0f)
654 FloatScalar resultBias;
817 float resultBias = m_spec.resultBias.getValue(m_renderCtx.getFunctions(), shaderType);
818 if ((resultScale != 1.0f) || (resultBias != 0.0f))
822 if (resultBias != 0.0f) op << " + " << twoValuedVec4(de::floatToString(resultBias, 2), "0.0", s_outSwizzleChannelMasks[outScalarSize-1])
    [all...]

Completed in 324 milliseconds