Home
last modified time | relevance | path

Searched refs:getDataTypeName (Results 1 – 25 of 70) 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()
/external/deqp/modules/glshared/
DglsShaderConstExprTests.cpp133 shaderTemplateParams["CASE_BASE_TYPE"] = glu::getDataTypeName(outType); in createTests()
141 …string typeName = glu::getDataTypeName((glu::DataType)(inType + compCount)); // results in … in createTests()
202 …scalarCaseName = string(cases[caseNdx].name) + "_" + typeName + "_" + glu::getDataTypeName(inType); in createTests()
204 expressionTemplateParams["MT"] = glu::getDataTypeName(inType); in createTests()
DglsShaderLibraryCase.cpp156 const char* const typeStr = getDataTypeName(floatType); in genVertexShader()
256 const char* const floatTypeStr = getDataTypeName(floatType); in genFragmentShader()
257 const char* const refTypeStr = getDataTypeName(basicType); in genFragmentShader()
302 const char* const floatTypeStr = getDataTypeName(floatType); in specializeVertexShader()
303 const char* const refTypeStr = getDataTypeName(basicType); in specializeVertexShader()
323 const char* const floatTypeStr = getDataTypeName(floatType); in specializeVertexShader()
324 const char* const refTypeStr = getDataTypeName(basicType); in specializeVertexShader()
377 const char* const floatTypeStr = getDataTypeName(floatType); in specializeFragmentShader()
378 const char* const refTypeStr = getDataTypeName(basicType); in specializeFragmentShader()
396 const char* const refTypeStr = getDataTypeName(basicType); in specializeFragmentShader()
[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/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderIndexingTests.cpp362 params.insert(pair<string, string>("VAR_TYPE", getDataTypeName(varType))); in createVaryingArrayCase()
478 params.insert(pair<string, string>("VAR_TYPE", getDataTypeName(varType))); in createUniformArrayCase()
633 params.insert(pair<string, string>("VAR_TYPE", getDataTypeName(varType))); in createTmpArrayCase()
828 params.insert(pair<string, string>("VAR_TYPE", getDataTypeName(varType))); in createVectorSubscriptCase()
1014 params.insert(pair<string, string>("MAT_TYPE", getDataTypeName(varType))); in createMatrixSubscriptCase()
1015 params.insert(pair<string, string>("VEC_TYPE", getDataTypeName(vecType))); in createMatrixSubscriptCase()
1087 …string name = string(getDataTypeName(varType)) + "_" + vertAccessName + "_write_" + fragAccessName… in init()
1112 …string name = string(getDataTypeName(varType)) + "_" + readAccessName + "_read_" + shaderTypeNa… in init()
1142 …string name = string(getDataTypeName(varType)) + "_" + writeAccessName + "_write_" + readAccess… in init()
1180 …string name = string(getDataTypeName(varType)) + "_" + writeAccessName + "_write_" + readAccess… in init()
[all …]
DvktShaderRenderMatrixTests.cpp1769 const char* typeName = getDataTypeName(in.dataType); in setupShader()
1786 inValue = string(m_isVertexCase ? "a_" : "v_") + getDataTypeName(in.dataType); in setupShader()
1869 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " tmpValue = " … in setupShader()
1889 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in setupShader()
1893 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in setupShader()
1897 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in setupShader()
1901 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in setupShader()
1905 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << ge… in setupShader()
1909 …op << " " << getPrecisionName(resultPrec) << " " << getDataTypeName(resultType) << " res = " << op… in setupShader()
2076 const char* matTypeName = getDataTypeName(matType); in init()
[all …]
/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.cpp948 const std::string texCoordType = glu::getDataTypeName(getSamplerTexCoordType()); in generateShaders()
949 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders()
1071 const std::string texCoordType = glu::getDataTypeName(getSamplerTexCoordType()); in generateShaders()
1072 const std::string samplerType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_samplerType)); in generateShaders()
1280 const std::string texCoordType = glu::getDataTypeName(getImageTexCoordType()); in generateShaders()
1281 const std::string imageType = glu::getDataTypeName(glu::getDataTypeFromGLType(m_imageType)); in generateShaders()
1370 const std::string texCoordType = glu::getDataTypeName(getImageTexCoordType()); in generateShaders()
1371 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()
911 const char* typeName = getDataTypeName(m_type); in init()
1109 const string caseName = string(getPrecisionName(precision)) + "_" + getDataTypeName(type); in createAtomicOpGroup()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp171 const char* const transportTypeStr = getDataTypeName(transportType); in genVertexShader()
258 const char* const valueTypeStr = getDataTypeName(valueType); in genFragmentShader()
260 const char* const transportTypeStr = getDataTypeName(transportType); in genFragmentShader()
309 const char* const valueTypeStr = getDataTypeName(valueType); in specializeVertexShader()
311 const char* const transportTypeStr = getDataTypeName(transportType); in specializeVertexShader()
333 const char* const valueTypeStr = getDataTypeName(valueType); in specializeVertexShader()
335 const char* const transportTypeStr = getDataTypeName(transportType); in specializeVertexShader()
387 const char* const valueTypeStr = getDataTypeName(valueType); in specializeFragmentShader()
389 const char* const transportTypeStr = getDataTypeName(transportType); in specializeFragmentShader()
412 const char* const refTypeStr = getDataTypeName(basicType); in specializeFragmentShader()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockTests.cpp441 const char* typeName = glu::getDataTypeName(type); in init()
472 const char* typeName = glu::getDataTypeName(type); in init()
536 const char* typeName = glu::getDataTypeName(type); in init()
573 const char* typeName = glu::getDataTypeName(type); in init()
728 const char* typeName = glu::getDataTypeName(type); in init()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutTests.cpp798 const char* typeName = glu::getDataTypeName(type); in init()
843 const char* typeName = glu::getDataTypeName(type); in init()
874 const char* typeName = glu::getDataTypeName(type); in init()
905 const char* typeName = glu::getDataTypeName(type); in init()
937 const char* typeName = glu::getDataTypeName(type); in init()
971 const char* typeName = glu::getDataTypeName(type); in init()
1207 const char* typeName = glu::getDataTypeName(type); in init()
/external/deqp/framework/opengl/
DgluShaderUtil.hpp196 const char* getDataTypeName (DataType dataType);

123