Home
last modified time | relevance | path

Searched refs:getDataTypeName (Results 1 – 25 of 53) sorted by relevance

123

/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.cpp94 "layout(location = 0) out highp ") + glu::getDataTypeName(outputType) + " o_color;\n" in FlatColorShader()
97 " o_color = " + glu::getDataTypeName(outputType) + "(u_color);\n" in FlatColorShader()
175 "layout(location = 0) out highp ") + glu::getDataTypeName(outputType) + " o_color;\n" in GradientShader()
183 …" o_color = " + glu::getDataTypeName(outputType) + "(u_gradientMin + (u_gradientMax-u_gradientMin)… in GradientShader()
240 << "layout(location = 0) out highp " << glu::getDataTypeName(outputType) << " o_color0;\n"; in genTexFragmentShader()
246 …src << "uniform " << precision << " " << glu::getDataTypeName(samplerTypes[samplerNdx]) << " u_sam… in genTexFragmentShader()
266 …src << " o_color0 = " << glu::getDataTypeName(outputType) << "(out0 * u_outScale0 + u_outBias0);\n… in genTexFragmentShader()
446 "uniform highp " + glu::getDataTypeName(samplerType) + " u_sampler0;\n" in TextureCubeShader()
450 "layout(location = 0) out highp " + glu::getDataTypeName(outputType) + " o_color;\n" in TextureCubeShader()
453 …" o_color = " + glu::getDataTypeName(outputType) + "(vec4(texture(u_sampler0, v_coord)) * u_scale … in TextureCubeShader()
[all …]
Des3fShaderIndexingTests.cpp314 params.insert(pair<string, string>("VAR_TYPE", getDataTypeName(varType))); in createVaryingArrayCase()
420 params.insert(pair<string, string>("VAR_TYPE", getDataTypeName(varType))); in createUniformArrayCase()
564 params.insert(pair<string, string>("VAR_TYPE", getDataTypeName(varType))); in createTmpArrayCase()
754 params.insert(pair<string, string>("VAR_TYPE", getDataTypeName(varType))); in createVectorSubscriptCase()
935 params.insert(pair<string, string>("MAT_TYPE", getDataTypeName(varType))); in createMatrixSubscriptCase()
936 params.insert(pair<string, string>("VEC_TYPE", getDataTypeName(vecType))); in createMatrixSubscriptCase()
996 …string name = string(getDataTypeName(varType)) + "_" + vertAccessName + "_write_" + fragAccessName… in init()
1019 …string name = string(getDataTypeName(varType)) + "_" + readAccessName + "_read_" + shaderTypeNa… in init()
1047 …string name = string(getDataTypeName(varType)) + "_" + writeAccessName + "_write_" + readAccess… in init()
1083 …string name = string(getDataTypeName(varType)) + "_" + writeAccessName + "_write_" + readAccess… in init()
[all …]
Des3fShaderMatrixTests.cpp1502 const char* typeName = getDataTypeName(in.dataType); in init()
1520 inValue = string(m_isVertexCase ? "a_" : "v_") + getDataTypeName(in.dataType); in init()
1602 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " tmpValue = " … in init()
1622 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in init()
1626 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in init()
1630 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in init()
1634 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in init()
1638 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in init()
1642 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in init()
1888 const char* matTypeName = getDataTypeName(matType); in init()
[all …]
Des3fShaderDerivateTests.cpp628 vertexParams["DATATYPE"] = glu::getDataTypeName(coordType); in genVertexSource()
908 fragmentParams["DATATYPE"] = glu::getDataTypeName(m_dataType); in init()
974 …fragmentParams["OUTPUT_TYPE"] = glu::getDataTypeName(packToInt ? glu::TYPE_UINT_VEC4 : glu::TYPE_… in init()
977 fragmentParams["DATATYPE"] = glu::getDataTypeName(m_dataType); in init()
1196 …fragmentParams["OUTPUT_TYPE"] = glu::getDataTypeName(packToInt ? glu::TYPE_UINT_VEC4 : glu::TYPE_… in init()
1199 fragmentParams["DATATYPE"] = glu::getDataTypeName(m_dataType); in init()
1675 …constantGroup->addChild(new ConstantDerivateCase(m_context, glu::getDataTypeName(dataType), "", fu… in init()
1700 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
1728 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
1761 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
[all …]
Des3fDefaultVertexAttributeTests.cpp321 << "Attribute type: " << glu::getDataTypeName(m_dataType) << "\n" in init()
403 …const char* const vectorType = glu::getDataTypeName((glu::isDataTypeMatrix(m_dataType)) ? (glu::ge… in genVertexSource()
409 "in highp " << glu::getDataTypeName(m_dataType) << " a_value;\n" in genVertexSource()
Des3fUniformApiTests.cpp627 result << glu::getDataTypeName(value.type) << "("; in shaderVarValueStr()
1321 …dst << "compare_" << glu::getDataTypeName(getSamplerLookupReturnType(uniform.type)) << "(texture("… in writeUniformCompareExpr()
1323 dst << "compare_" << glu::getDataTypeName(uniform.type) << "(" << uniform.name; in writeUniformCompareExpr()
1485 …rtedNameLength << ", size = " << reportedSize << ", type = " << glu::getDataTypeName(reportedType)… in getActiveUniforms()
1525 …og::Message << "// FAILURE: wrong type reported, should be " << glu::getDataTypeName(reference.typ… in getActiveUniforms()
1616 << ", type = " << glu::getDataTypeName(reportedType) in getActiveUniformsiv()
1633 …og::Message << "// FAILURE: wrong type reported, should be " << glu::getDataTypeName(reference.typ… in getActiveUniformsiv()
1902 …log << TestLog::Message << "// Using type " << glu::getDataTypeName(boolApiType) << " to set boole… in assignUniforms()
2642 const char* const typeName = glu::getDataTypeName(dataType); in init()
2661 const char* const secondTypeName = glu::getDataTypeName(secondDataType); in init()
Des3fUniformBlockTests.cpp419 const char* typeName = glu::getDataTypeName(type); in init()
456 const char* typeName = glu::getDataTypeName(type); in init()
619 const char* typeName = glu::getDataTypeName(type); in init()
Des3fShaderLoopTests.cpp426 params.insert(pair<string, string>("LOOP_VAR_TYPE", getDataTypeName(loopCountDataType))); in createGenericLoopCase()
1177 const char* dataTypeName = getDataTypeName(loopDataType); in init()
Des3fInstancedRenderingTests.cpp184 string typeName = glu::getDataTypeName(m_rgbAttrType); in init()
711 typesGroup->addChild(new InstancedRenderingCase(m_context, glu::getDataTypeName(type), "", in init()
/external/deqp/modules/glshared/
DglsShaderConstExprTests.cpp132 shaderTemplateParams["CASE_BASE_TYPE"] = glu::getDataTypeName(outType); in createTests()
140 …string typeName = glu::getDataTypeName((glu::DataType)(inType + compCount)); // results in … in createTests()
181 …scalarCaseName = string(cases[caseNdx].name) + "_" + typeName + "_" + glu::getDataTypeName(inType); in createTests()
183 expressionTemplateParams["MT"] = glu::getDataTypeName(inType); in createTests()
DglsShaderLibraryCase.cpp1181 const char* typeStr = getDataTypeName(floatType); in genVertexShader()
1342 const char* floatTypeStr = getDataTypeName(floatType); in genFragmentShader()
1343 const char* refTypeStr = getDataTypeName(val.dataType); in genFragmentShader()
1390 const char* floatTypeStr = getDataTypeName(floatType); in specializeVertexShader()
1391 const char* refTypeStr = getDataTypeName(val.dataType); in specializeVertexShader()
1459 const char* floatTypeStr = getDataTypeName(floatType); in specializeFragmentShader()
1460 const char* refTypeStr = getDataTypeName(val.dataType); in specializeFragmentShader()
1509 const char* typeStr = getDataTypeName(val.dataType); in generateVertexSpecialization()
1520 const char* floatTypeStr = getDataTypeName(floatType); in generateVertexSpecialization()
1556 const char* refTypeStr = getDataTypeName(val.dataType); in generateFragmentSpecialization()
[all …]
DglsUniformBlockCase.cpp258 stream << entry.name << " { type = " << glu::getDataTypeName(entry.type) in operator <<()
861 src << glu::getDataTypeName(type.getBasicType()) << " " << name; in generateDeclaration()
876 src << glu::getDataTypeName(curType->getBasicType()); in generateDeclaration()
951 src << glu::getDataTypeName(entry.type) << "("; in generateValueSrc()
1007 const char* typeName = glu::getDataTypeName(elementType); in generateCompareSrc()
1643 …<< " expected: type = " << glu::getDataTypeName(refEntry.type) << ", size = " << refEntry.size <<… in compareStd140Blocks()
1644 …<< " got: type = " << glu::getDataTypeName(cmpEntry.type) << ", size = " << cmpEntry.size << ", o… in compareStd140Blocks()
1717 …<< " expected: type = " << glu::getDataTypeName(refEntry.type) << ", size = " << refEntry.size <<… in compareSharedBlocks()
1718 …<< " got: type = " << glu::getDataTypeName(cmpEntry.type) << ", size = " << cmpEntry.size << ", r… in compareSharedBlocks()
1773 << " expected: " << glu::getDataTypeName(refEntry.type) << "\n" in compareTypes()
[all …]
/external/deqp/modules/gles2/functional/
Des2fShaderIndexingTests.cpp341 params.insert(pair<string, string>("VAR_TYPE", getDataTypeName(varType))); in createVaryingArrayCase()
454 params.insert(pair<string, string>("VAR_TYPE", getDataTypeName(varType))); in createUniformArrayCase()
602 params.insert(pair<string, string>("VAR_TYPE", getDataTypeName(varType))); in createTmpArrayCase()
796 params.insert(pair<string, string>("VAR_TYPE", getDataTypeName(varType))); in createVectorSubscriptCase()
962 params.insert(pair<string, string>("MAT_TYPE", getDataTypeName(varType))); in createMatrixSubscriptCase()
963 params.insert(pair<string, string>("VEC_TYPE", getDataTypeName(vecType))); in createMatrixSubscriptCase()
1031 …string name = string(getDataTypeName(varType)) + "_" + vertAccessName + "_write_" + fragAccessName… in init()
1054 …string name = string(getDataTypeName(varType)) + "_" + readAccessName + "_read_" + shaderTypeNa… in init()
1082 …string name = string(getDataTypeName(varType)) + "_" + writeAccessName + "_write_" + readAccess… in init()
1118 …string name = string(getDataTypeName(varType)) + "_" + writeAccessName + "_write_" + readAccess… in init()
[all …]
Des2fShaderMatrixTests.cpp828 const char* typeName = getDataTypeName(in.dataType); in init()
846 inValue = string(m_isVertexCase ? "a_" : "v_") + getDataTypeName(in.dataType); 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()
1161 const char* matTypeName = getDataTypeName(matType); in init()
1184 …opGroup->addChild(new ShaderMatrixCase(m_context, (baseName + getDataTypeName(vecType) + "_vertex"… in init()
[all …]
Des2fDefaultVertexAttributeTests.cpp245 << "Attribute type: " << glu::getDataTypeName(m_dataType) << "\n" in init()
327 …const char* const vectorType = glu::getDataTypeName((glu::isDataTypeMatrix(m_dataType)) ? (glu::ge… in genVertexSource()
332 "attribute highp " << glu::getDataTypeName(m_dataType) << " a_value;\n" in genVertexSource()
/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.cpp83 << "layout(location = 0) out highp " << glu::getDataTypeName(outputType) << " o_color0;\n"; in genTexFragmentShader()
89 …src << "uniform " << precision << " " << glu::getDataTypeName(samplerTypes[samplerNdx]) << " u_sam… in genTexFragmentShader()
109 …src << " o_color0 = " << glu::getDataTypeName(outputType) << "(out0 * u_outScale0 + u_outBias0);\n… in genTexFragmentShader()
292 "uniform highp " + glu::getDataTypeName(samplerType) + " u_sampler0;\n" in TextureCubeArrayShader()
297 "layout(location = 0) out highp " + glu::getDataTypeName(outputType) + " o_color;\n" in TextureCubeArrayShader()
300 …" o_color = " + glu::getDataTypeName(outputType) + "(vec4(texture(u_sampler0, vec4(v_coord, u_laye… in TextureCubeArrayShader()
Des31fShaderSharedVarTests.cpp97 str << getDataTypeName(basicType) << ", work group size = " << workGroupSize; in getBasicCaseDescription()
119 const char* typeName = getDataTypeName(m_basicType); in init()
373 …basicTypeGroup->addChild(new SharedBasicVarCase(m_context, getDataTypeName(DataType(basicType)), D… in init()
380 …const string name = string(getDataTypeName(DataType(basicType))) + "_" + getPrecisionName(Preci… in init()
Des31fUniformLocationTests.cpp329 const char* const typeName = glu::getDataTypeName(scalarType); in genShaderSources()
566 const char* const typeName = glu::getDataTypeName(scalarType); in render()
758 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx]; in init()
787 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx]; in init()
815 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx]; in init()
996 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx]; in init()
Des31fUniformBlockTests.cpp207 const char* typeName = glu::getDataTypeName(type); in init()
238 const char* typeName = glu::getDataTypeName(type); in init()
Des31fSSBOLayoutTests.cpp815 const char* typeName = glu::getDataTypeName(type); in init()
860 const char* typeName = glu::getDataTypeName(type); in init()
891 const char* typeName = glu::getDataTypeName(type); in init()
922 const char* typeName = glu::getDataTypeName(type); in init()
954 const char* typeName = glu::getDataTypeName(type); in init()
988 const char* typeName = glu::getDataTypeName(type); in init()
1224 const char* typeName = glu::getDataTypeName(type); in init()
Des31fLayoutBindingTests.cpp946 const std::string texCoordType = glu::getDataTypeName(getSamplerTexCoordType()); in generateShaders()
947 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders()
1069 const std::string texCoordType = glu::getDataTypeName(getSamplerTexCoordType()); in generateShaders()
1070 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders()
1278 const std::string texCoordType = glu::getDataTypeName(getImageTexCoordType()); in generateShaders()
1279 const std::string imageType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_imageType)); in generateShaders()
1368 const std::string texCoordType = glu::getDataTypeName(getImageTexCoordType()); in generateShaders()
1369 const std::string imageType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_imageType)); in generateShaders()
Des31fShaderAtomicOpTests.cpp118 const char* typeName = getDataTypeName(m_type); in init()
121 const char* outTypeName = getDataTypeName(outType); in init()
905 const char* typeName = getDataTypeName(m_type); in init()
1103 const string caseName = string(getPrecisionName(precision)) + "_" + getDataTypeName(type); in createAtomicOpGroup()
/external/deqp/framework/opengl/
DgluShaderUtil.hpp182 const char* getDataTypeName (DataType dataType);
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp158 …fragSrc << "uniform " << glu::getPrecisionName(samplerPrec) << " " << glu::getDataTypeName(sampler… in init()
/external/deqp/modules/gles2/performance/
Des2pShaderOperatorTests.cpp1145 const char* const typeName = getDataTypeName(m_type); in generateSingleProgramData()
1470 const char* const returnTypeName = getDataTypeName(m_returnType); in generateSingleProgramData()
1480 paramTypeNames[i] = getDataTypeName(m_paramTypes[i]); in generateSingleProgramData()
1687 const string finalResType = glu::getDataTypeName(finalResultDataType); in generateSingleProgramData()
1919 name << getPrecisionName(precision) << "_" << getDataTypeName(type); in init()
2251 caseName << getDataTypeName(types[i]); in init()

123