/external/deqp/modules/gles31/functional/ |
D | es31fNegativeAtomicCounterTests.cpp | 102 …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()
|
D | es31fShaderSharedVarTests.cpp | 96 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()
|
D | es31fShaderUniformIntegerFunctionTests.cpp | 148 return string(getPrecisionName(precision)) + getShaderTypePostfix(shaderType); in getCaseName()
|
D | es31fShaderAtomicOpTests.cpp | 117 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/ |
D | es2fShaderMatrixTests.cpp | 827 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()
|
D | es2fShaderLoopTests.cpp | 457 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/ |
D | es3pTextureCases.cpp | 158 …fragSrc << "uniform " << glu::getPrecisionName(samplerPrec) << " " << glu::getDataTypeName(sampler… in init() 166 fragSrc << "\t" << glu::getPrecisionName(samplerPrec) << " vec4 r = "; in init()
|
D | es3pShaderOperatorTests.cpp | 1143 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/ |
D | es3fShaderDerivateTests.cpp | 659 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()
|
D | es3fFragmentOutputTests.cpp | 184 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()
|
D | es3fShaderMatrixTests.cpp | 1487 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()
|
D | es3fShaderLoopTests.cpp | 429 params.insert(pair<string, string>("COUNTER_PRECISION", getPrecisionName(loopCountPrecision))); in createGenericLoopCase() 1173 const char* precisionName = getPrecisionName((Precision)precision); in init()
|
D | es3fTransformFeedbackTests.cpp | 1674 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()
|
D | es3fShaderPrecisionTests.cpp | 70 const char* precName = glu::getPrecisionName(precision); in createFloatPrecisionEvalProgram() 127 const char* precName = glu::getPrecisionName(precision); in createIntUintPrecisionEvalProgram()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderDerivateTests.cpp | 815 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()
|
D | vktShaderRenderMatrixTests.cpp | 1754 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()
|
D | vktShaderRenderLoopTests.cpp | 520 …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/ |
D | es3aVaryingInterpolationTests.cpp | 192 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/ |
D | es2aVaryingInterpolationTests.cpp | 186 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/ |
D | gluShaderUtil.cpp | 175 const char* getPrecisionName (Precision precision) in getPrecisionName() function 191 return "_" + std::string(getPrecisionName(precision)); in getPrecisionPostfix()
|
D | gluVarType.cpp | 374 str << glu::getPrecisionName(curType->getPrecision()) << " "; in operator <<()
|
D | gluShaderUtil.hpp | 102 const char* getPrecisionName (Precision precision);
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderLoopTests.cpp | 410 params.insert(pair<string, string>("COUNTER_PRECISION", getPrecisionName(loopCountPrecision))); in createGenericLoopCase() 1159 const char* precisionName = getPrecisionName((Precision)precision); in init()
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 167 params["PRECISION"] = glu::getPrecisionName(m_texCoordPrecision); in getProgram()
|
/external/deqp/modules/gles2/performance/ |
D | es2pShaderOperatorTests.cpp | 1143 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()
|