Home
last modified time | relevance | path

Searched refs:getDataTypeScalarType (Results 1 – 22 of 22) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderLibraryCase.cpp862 if ((m_caseType == CASETYPE_FRAGMENT_ONLY) || (getDataTypeScalarType(dataType) != TYPE_FLOAT)) in execute()
1115 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in genVertexShader()
1135 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in genVertexShader()
1231 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in genCompareOp()
1278 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in genFragmentShader()
1326 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in specializeVertexShader()
1338 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in specializeVertexShader()
1395 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in specializeFragmentShader()
1444 if (getDataTypeScalarType(val.dataType) == TYPE_FLOAT) in generateVertexSpecialization()
DglsShaderLibrary.cpp731 DataType scalarType = getDataTypeScalarType(expectedDataType); in parseValueElement()
DglsUniformBlockCase.cpp626 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue()
944 glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValueSrc()
DglsShaderExecUtil.cpp674 switch (glu::getDataTypeScalarType(basicType)) in getRenderbufferFormatForOutput()
/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp365 basicType = getDataTypeScalarType(basicType); in isValidTypePath()
407 basicType = getDataTypeScalarType(basicType); in getVarType()
DgluShaderUtil.hpp184 DataType getDataTypeScalarType (DataType dataType);
DgluShaderUtil.cpp326 DataType getDataTypeScalarType (DataType dataType) in getDataTypeScalarType() function
/external/deqp/modules/gles2/functional/
Des2fDefaultVertexAttributeTests.cpp340 …buf << " highp " << vectorType << " normalizedValue = " << ((glu::getDataTypeScalarType(m_dataType… in genVertexSource()
342 …buf << " highp " << vectorType << " normalizedValue = " << ((glu::getDataTypeScalarType(m_dataType… in genVertexSource()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp715 glu::DataType scalarType = glu::getDataTypeScalarType(type); in compareTransformFeedbackOutput()
1110 glu::DataType scalarType = glu::getDataTypeScalarType(attrib->type.getBasicType()); in runTest()
1457 Interpolation interp = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT in init()
1653 bool isFloat = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT; in init()
1687 bool isFloat = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT; in init()
1721 bool isFloat = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT; in init()
Des3fDefaultVertexAttributeTests.cpp417 …buf << " highp " << vectorType << " normalizedValue = " << ((glu::getDataTypeScalarType(m_dataType… in genVertexSource()
419 …buf << " highp " << vectorType << " normalizedValue = " << ((glu::getDataTypeScalarType(m_dataType… in genVertexSource()
Des3fUniformApiTests.cpp718 const glu::DataType texResultScalarType = glu::getDataTypeScalarType(texResultType); in generateRandomVarValue()
770 const glu::DataType texResultScalarType = glu::getDataTypeScalarType(texResultType); in generateZeroVarValue()
Des3fShaderCommonFunctionTests.cpp295 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<()
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp206 switch (getDataTypeScalarType(basicType)) in printInputColor()
296 if (glu::getDataTypeScalarType(type) != glu::TYPE_FLOAT) in chooseInterpolation()
418 switch (getDataTypeScalarType(type)) in printRandomInitializer()
Des31fUniformLocationTests.cpp328 const glu::DataType scalarType = glu::getDataTypeScalarType(subType.getBasicType()); in genShaderSources()
566 const glu::DataType scalarType = glu::getDataTypeScalarType(type.getBasicType()); in render()
Des31fProgramInterfaceQueryTestCase.cpp93 …return glu::getDataTypeScalarSize(type.getBasicType()) * getTypeSize(glu::getDataTypeScalarType(ty… in getVarTypeSize()
481 …e(component.getVariableType()->getBasicType()) * getTypeSize(glu::getDataTypeScalarType(component.… in validateSingleVariable()
641 …const int majorSize = numMajorElements * getTypeSize(glu::getDataTypeScalarType(component.getVar… in validateSingleVariable()
Des31fSSBOLayoutCase.cpp733 const glu::DataType scalarType = glu::getDataTypeScalarType(entry.type); in generateValue()
1014 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in generateImmScalarVectorSrc()
1685 const glu::DataType scalarType = glu::getDataTypeScalarType(refEntry.type); in compareBufferVarData()
Des31fOpaqueTypeIndexingTests.cpp203 const glu::DataType outScalarType = glu::getDataTypeScalarType(outType); in getSamplerTextureFormat()
Des31fShaderIntegerFunctionTests.cpp82 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<()
Des31fProgramInterfaceDefinitionUtil.cpp332 …eName(varType.getBasicType()) << "(" << glu::getDataTypeName(glu::getDataTypeScalarType(varType.ge… in writeVariableWriteExpression()
Des31fProgramUniformTests.cpp669 const glu::DataType texResultScalarType = glu::getDataTypeScalarType(texResultType); in generateRandomVarValue()
Des31fShaderCommonFunctionTests.cpp322 const glu::DataType scalarType = glu::getDataTypeScalarType(basicType); in operator <<()
Des31fProgramInterfaceQueryTests.cpp77 …return glu::getDataTypeScalarSize(type.getBasicType()) * getTypeSize(glu::getDataTypeScalarType(ty… in getVarTypeSize()