Home
last modified time | relevance | path

Searched refs:getPrecisionName (Results 1 – 25 of 41) sorted by relevance

12

/external/deqp/modules/gles31/functional/
Des31fNegativeAtomicCounterTests.cpp102 …shader << "layout (binding = 1, offset = 0) " << glu::getPrecisionName(glu::PRECISION_MEDIUMP) << … in genShaderSource()
106 …shader << "layout (binding = 1, offset = 0) " << glu::getPrecisionName(glu::PRECISION_LOWP) << " u… in genShaderSource()
Des31fShaderSharedVarTests.cpp96 str << getPrecisionName(precision) << " "; in getBasicCaseDescription()
118 const char* precName = m_precision != glu::PRECISION_LAST ? getPrecisionName(m_precision) : ""; in init()
383 …const string name = string(getDataTypeName(DataType(basicType))) + "_" + getPrecisionName(Preci… in init()
Des31fShaderUniformIntegerFunctionTests.cpp148 return string(getPrecisionName(precision)) + getShaderTypePostfix(shaderType); in getCaseName()
Des31fShaderAtomicOpTests.cpp117 const char* precName = getPrecisionName(m_precision); in init()
910 const char* precName = getPrecisionName(m_precision); in init()
1109 const string caseName = string(getPrecisionName(precision)) + "_" + getDataTypeName(type); in createAtomicOpGroup()
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp827 const char* precName = getPrecisionName(in.precision); in init()
924 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " tmpValue = " … in init()
944 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in init()
948 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in init()
952 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in init()
956 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in init()
960 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in init()
1166 const char* precName = getPrecisionName(precision); in init()
Des2fShaderLoopTests.cpp457 params.insert(pair<string, string>("COUNTER_PRECISION", getPrecisionName(loopCountPrecision))); in createGenericLoopCase()
1297 const char* precisionName = getPrecisionName((Precision)precision); in init()
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp158 …fragSrc << "uniform " << glu::getPrecisionName(samplerPrec) << " " << glu::getDataTypeName(sampler… in init()
166 fragSrc << "\t" << glu::getPrecisionName(samplerPrec) << " vec4 r = "; in init()
Des3pShaderOperatorTests.cpp1143 const char* const precision = glu::getPrecisionName(m_precision); in generateSingleProgramData()
1473 const char* const precision = glu::getPrecisionName(m_precision); in generateSingleProgramData()
1927 name << getPrecisionName(precision) << "_" << getDataTypeName(type); in init()
2283 …const string precisionPrefix = booleanCase ? "" : (string(getPrecisionName((Precision)prec)) + "_… in init()
/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp659 vertexParams["PRECISION"] = glu::getPrecisionName(precision); in genVertexSource()
957 fragmentParams["PRECISION"] = glu::getPrecisionName(m_precision); in init()
1026 …fragmentParams["OUTPUT_PREC"] = glu::getPrecisionName(packToInt ? glu::PRECISION_HIGHP : m_precis… in init()
1027 fragmentParams["PRECISION"] = glu::getPrecisionName(m_precision); in init()
1285 …fragmentParams["OUTPUT_PREC"] = glu::getPrecisionName(packToInt ? glu::PRECISION_HIGHP : m_precis… in init()
1286 fragmentParams["PRECISION"] = glu::getPrecisionName(m_precision); in init()
1831 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
1859 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
1892 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
1924 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
Des3fFragmentOutputTests.cpp184 const char* outputPrec = glu::getPrecisionName(output.precision); in createProgram()
1173 string precName = glu::getPrecisionName(prec); in init()
1196 string precName = glu::getPrecisionName(prec); in init()
1219 string precName = glu::getPrecisionName(prec); in init()
1242 string precName = glu::getPrecisionName(prec); in init()
1277 string precName = glu::getPrecisionName(prec); in init()
1301 string precName = glu::getPrecisionName(prec); in init()
1325 string precName = glu::getPrecisionName(prec); in init()
1349 string precName = glu::getPrecisionName(prec); in init()
Des3fShaderMatrixTests.cpp1487 const char* precName = getPrecisionName(in.precision); in init()
1588 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " tmpValue = " … in init()
1608 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in init()
1612 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in init()
1616 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in init()
1620 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in init()
1624 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in init()
1628 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in init()
1879 const char* precName = getPrecisionName(precision); in init()
Des3fShaderLoopTests.cpp429 params.insert(pair<string, string>("COUNTER_PRECISION", getPrecisionName(loopCountPrecision))); in createGenericLoopCase()
1173 const char* precisionName = getPrecisionName((Precision)precision); in init()
Des3fTransformFeedbackTests.cpp1674 string name = string(glu::getPrecisionName(precision)) + "_" + glu::getDataTypeName(type); in init()
1708 string name = string(glu::getPrecisionName(precision)) + "_" + glu::getDataTypeName(type); in init()
1742 string name = string(glu::getPrecisionName(precision)) + "_" + glu::getDataTypeName(type); in init()
1770 …string name = string(glu::getPrecisionName(precision)) + "_vec4_" + primitiveTypes[primitiveType].… in init()
Des3fShaderPrecisionTests.cpp70 const char* precName = glu::getPrecisionName(precision); in createFloatPrecisionEvalProgram()
127 const char* precName = glu::getPrecisionName(precision); in createIntUintPrecisionEvalProgram()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp815 vertexParams["PRECISION"] = glu::getPrecisionName(precision); in genVertexSource()
909 fragmentParams["PRECISION"] = glu::getPrecisionName(m_definitions.precision); in initPrograms()
1150 …fragmentParams["OUTPUT_PREC"] = glu::getPrecisionName(packToInt ? glu::PRECISION_HIGHP : m_defini… in initPrograms()
1151 fragmentParams["PRECISION"] = glu::getPrecisionName(m_definitions.precision); in initPrograms()
1446 …fragmentParams["OUTPUT_PREC"] = glu::getPrecisionName(packToInt ? glu::PRECISION_HIGHP : m_defini… in initPrograms()
1447 fragmentParams["PRECISION"] = glu::getPrecisionName(m_definitions.precision); in initPrograms()
1910 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
1938 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
1968 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
DvktShaderRenderMatrixTests.cpp1754 const char* precName = getPrecisionName(in.precision); in setupShader()
1855 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " tmpValue = " … in setupShader()
1875 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in setupShader()
1879 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in setupShader()
1883 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in setupShader()
1887 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in setupShader()
1891 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in setupShader()
1895 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in setupShader()
2067 const char* precName = getPrecisionName(precision); in init()
DvktShaderRenderLoopTests.cpp520 …params.insert(std::pair<std::string, std::string>("COUNTER_PRECISION", getPrecisionName(loopCountP… in createGenericLoopCase()
1540 const char* precisionName = getPrecisionName((glu::Precision)precision); in init()
/external/deqp/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp192 templateParams["PRECISION"] = glu::getPrecisionName(m_precision); in iterate()
327 …string baseName = string(glu::getPrecisionName((glu::Precision)precision)) + "_" + coordRanges[coo… in init()
/external/deqp/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp186 templateParams["PRECISION"] = glu::getPrecisionName(m_precision); in iterate()
321 …string baseName = string(glu::getPrecisionName((glu::Precision)precision)) + "_" + coordRanges[coo… in init()
/external/deqp/framework/opengl/
DgluShaderUtil.cpp175 const char* getPrecisionName (Precision precision) in getPrecisionName() function
191 return "_" + std::string(getPrecisionName(precision)); in getPrecisionPostfix()
DgluVarType.cpp374 str << glu::getPrecisionName(curType->getPrecision()) << " "; in operator <<()
DgluShaderUtil.hpp102 const char* getPrecisionName (Precision precision);
/external/deqp/external/openglcts/modules/common/
DglcShaderLoopTests.cpp410 params.insert(pair<string, string>("COUNTER_PRECISION", getPrecisionName(loopCountPrecision))); in createGenericLoopCase()
1159 const char* precisionName = getPrecisionName((Precision)precision); in init()
/external/deqp/modules/glshared/
DglsTextureTestUtil.cpp167 params["PRECISION"] = glu::getPrecisionName(m_texCoordPrecision); in getProgram()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1143 const char* const precision = glu::getPrecisionName(m_precision); in generateSingleProgramData()
1469 const char* const precision = glu::getPrecisionName(m_precision); in generateSingleProgramData()
1919 name << getPrecisionName(precision) << "_" << getDataTypeName(type); in init()
2238 …const string precisionPrefix = booleanCase ? "" : (string(getPrecisionName((Precision)prec)) + "_… in init()

12