HomeSort by relevance Sort by last modified time
    Searched refs:getPrecisionName (Results 1 - 25 of 27) sorted by null

1 2

  /external/deqp/modules/gles3/performance/
es3pTextureCases.cpp 158 fragSrc << "uniform " << glu::getPrecisionName(samplerPrec) << " " << glu::getDataTypeName(samplerType) << " u_sampler" << texNdx << ";\n";
166 fragSrc << "\t" << glu::getPrecisionName(samplerPrec) << " vec4 r = ";
es3pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderMatrixTests.cpp 827 const char* precName = getPrecisionName(in.precision);
924 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " tmpValue = " << inValue0 << ";\n";
944 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " << operationValue1 << ";\n";
948 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << operationValue0 << ";\n";
952 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n";
956 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" << operationValue0 << ", " << operationValue1 << ");\n";
960 op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << operationValue0 << ";\n";
    [all...]
es2fShaderLoopTests.cpp 456 params.insert(pair<string, string>("COUNTER_PRECISION", getPrecisionName(loopCountPrecision)));
    [all...]
es2fShaderInvarianceTests.cpp 636 const char* const unrelatedPrec = glu::getPrecisionName((glu::Precision)precisionOther);
    [all...]
es2fShaderOperatorTests.cpp 425 const char* precision = spec.precision != PRECISION_LAST ? getPrecisionName(spec.precision) : DE_NULL;
439 inputPrecision[i] = getPrecisionName(prec);
    [all...]
es2fShaderTextureFunctionTests.cpp 432 const char* coordPrecName = glu::getPrecisionName(coordPrec);
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 377 vertexParams["PRECISION"] = glu::getPrecisionName(precision);
648 fragmentParams["PRECISION"] = glu::getPrecisionName(m_precision);
716 fragmentParams["OUTPUT_PREC"] = glu::getPrecisionName(packToInt ? glu::PRECISION_HIGHP : m_precision);
717 fragmentParams["PRECISION"] = glu::getPrecisionName(m_precision);
893 fragmentParams["OUTPUT_PREC"] = glu::getPrecisionName(packToInt ? glu::PRECISION_HIGHP : m_precision);
894 fragmentParams["PRECISION"] = glu::getPrecisionName(m_precision);
    [all...]
es3fFragmentOutputTests.cpp 184 const char* precName = glu::getPrecisionName(output.precision);
    [all...]
es3fShaderMatrixTests.cpp     [all...]
es3fShaderLoopTests.cpp 428 params.insert(pair<string, string>("COUNTER_PRECISION", getPrecisionName(loopCountPrecision)));
    [all...]
es3fShaderInvarianceTests.cpp 638 const char* const unrelatedPrec = glu::getPrecisionName((glu::Precision)precisionOther);
    [all...]
es3fTransformFeedbackTests.cpp     [all...]
es3fShaderPrecisionTests.cpp 70 const char* precName = glu::getPrecisionName(precision);
127 const char* precName = glu::getPrecisionName(precision);
    [all...]
es3fShaderOperatorTests.cpp 694 const char* precision = m_spec.precision != PRECISION_LAST ? getPrecisionName(m_spec.precision) : DE_NULL;
714 inputPrecision[i] = getPrecisionName(prec);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderSharedVarTests.cpp 95 str << getPrecisionName(precision) << " ";
117 const char* precName = m_precision != glu::PRECISION_LAST ? getPrecisionName(m_precision) : "";
379 const string name = string(getDataTypeName(DataType(basicType))) + "_" + getPrecisionName(Precision(precision));
es31fShaderAtomicOpTests.cpp 117 const char* precName = getPrecisionName(m_precision);
816 const char* precName = getPrecisionName(m_precision);
    [all...]
es31fSSBOLayoutTests.cpp 824 const string caseName = string(glu::getPrecisionName(precision)) + "_" + typeName;
837 const string caseName = string(matrixFlags[matFlagNdx].name) + "_" + string(glu::getPrecisionName(precision)) + "_" + typeName;
    [all...]
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 185 templateParams["PRECISION"] = glu::getPrecisionName(m_precision);
321 string baseName = string(glu::getPrecisionName((glu::Precision)precision)) + "_" + coordRanges[coordNdx].name;
  /external/deqp/modules/gles3/accuracy/
es3aVaryingInterpolationTests.cpp 192 templateParams["PRECISION"] = glu::getPrecisionName(m_precision);
328 string baseName = string(glu::getPrecisionName((glu::Precision)precision)) + "_" + coordRanges[coordNdx].name;
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 91 const char* getPrecisionName (Precision precision);
gluShaderUtil.cpp 152 const char* getPrecisionName (Precision precision)
gluVarType.cpp 372 str << glu::getPrecisionName(curType->getPrecision()) << " ";
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 611 milliseconds

1 2