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

1 2

  /external/deqp/modules/gles31/functional/
es31fNegativeAtomicCounterTests.cpp 102 shader << "layout (binding = 1, offset = 0) " << glu::getPrecisionName(glu::PRECISION_MEDIUMP) << " uniform atomic_uint counter0;\n";
106 shader << "layout (binding = 1, offset = 0) " << glu::getPrecisionName(glu::PRECISION_LOWP) << " uniform atomic_uint counter0;\n";
es31fShaderSharedVarTests.cpp 96 str << getPrecisionName(precision) << " ";
118 const char* precName = m_precision != glu::PRECISION_LAST ? getPrecisionName(m_precision) : "";
383 const string name = string(getDataTypeName(DataType(basicType))) + "_" + getPrecisionName(Precision(precision));
es31fShaderAtomicOpTests.cpp 117 const char* precName = getPrecisionName(m_precision);
    [all...]
  /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 457 params.insert(pair<string, string>("COUNTER_PRECISION", getPrecisionName(loopCountPrecision)));
    [all...]
es2fShaderInvarianceTests.cpp 627 const char* const unrelatedPrec = glu::getPrecisionName((glu::Precision)precisionOther);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 627 vertexParams["PRECISION"] = glu::getPrecisionName(precision);
907 fragmentParams["PRECISION"] = glu::getPrecisionName(m_precision);
    [all...]
es3fFragmentOutputTests.cpp 184 const char* outputPrec = glu::getPrecisionName(output.precision);
    [all...]
es3fShaderMatrixTests.cpp     [all...]
es3fShaderLoopTests.cpp 429 params.insert(pair<string, string>("COUNTER_PRECISION", getPrecisionName(loopCountPrecision)));
    [all...]
es3fShaderInvarianceTests.cpp 629 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...]
  /external/deqp/modules/gles2/accuracy/
es2aVaryingInterpolationTests.cpp 186 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);
327 string baseName = string(glu::getPrecisionName((glu::Precision)precision)) + "_" + coordRanges[coordNdx].name;
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 93 const char* getPrecisionName (Precision precision);
gluVarType.cpp 373 str << glu::getPrecisionName(curType->getPrecision()) << " ";
gluShaderUtil.cpp 161 const char* getPrecisionName (Precision precision)
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderDerivateTests.cpp 786 vertexParams["PRECISION"] = glu::getPrecisionName(precision);
880 fragmentParams["PRECISION"] = glu::getPrecisionName(m_definitions.precision);
    [all...]
vktShaderRenderMatrixTests.cpp     [all...]
vktShaderRenderLoopTests.cpp 509 params.insert(std::pair<std::string, std::string>("COUNTER_PRECISION", getPrecisionName(loopCountPrecision)));
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 167 params["PRECISION"] = glu::getPrecisionName(m_texCoordPrecision);
  /external/deqp/modules/gles2/performance/
es2pShaderOperatorTests.cpp     [all...]

Completed in 794 milliseconds

1 2