/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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 | 1488 const char* precName = getPrecisionName(in.precision); in init() 1589 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " tmpValue = " … in init() 1609 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in init() 1613 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in init() 1617 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in init() 1621 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in init() 1625 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in init() 1629 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in init() 1894 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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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() 1452 …fragmentParams["OUTPUT_PREC"] = glu::getPrecisionName(packToInt ? glu::PRECISION_HIGHP : m_defini… in initPrograms() 1453 fragmentParams["PRECISION"] = glu::getPrecisionName(m_definitions.precision); in initPrograms() 1916 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init() 1944 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init() 1974 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
|
D | vktShaderRenderMatrixTests.cpp | 1753 const char* precName = getPrecisionName(in.precision); in setupShader() 1854 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " tmpValue = " … in setupShader() 1874 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in setupShader() 1878 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in setupShader() 1882 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in setupShader() 1886 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in setupShader() 1890 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in setupShader() 1894 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in setupShader() 2066 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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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() 1452 …fragmentParams["OUTPUT_PREC"] = glu::getPrecisionName(packToInt ? glu::PRECISION_HIGHP : m_defini… in initPrograms() 1453 fragmentParams["PRECISION"] = glu::getPrecisionName(m_definitions.precision); in initPrograms() 1916 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init() 1944 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init() 1974 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
|
D | vktShaderRenderMatrixTests.cpp | 1753 const char* precName = getPrecisionName(in.precision); in setupShader() 1854 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " tmpValue = " … in setupShader() 1874 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in setupShader() 1878 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in setupShader() 1882 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in setupShader() 1886 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in setupShader() 1890 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in setupShader() 1894 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in setupShader() 2066 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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/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()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluShaderUtil.cpp | 177 const char* getPrecisionName (Precision precision) in getPrecisionName() function 193 return "_" + std::string(getPrecisionName(precision)); in getPrecisionPostfix()
|
D | gluVarType.cpp | 374 str << glu::getPrecisionName(curType->getPrecision()) << " "; in operator <<()
|
D | gluShaderUtil.hpp | 105 const char* getPrecisionName (Precision precision);
|
/third_party/vk-gl-cts/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()
|