Home
last modified time | relevance | path

Searched refs:isBasicType (Results 1 – 20 of 20) sorted by relevance

/external/deqp/framework/opengl/
DgluVarTypeUtil.hpp188 struct IsBasicType { bool operator() (const VarType& type) const { return type.isBasicType(); } }; in operator ()()
189 struct IsScalarType { bool operator() (const VarType& type) const { return type.isBasicType() && … in operator ()()
190 struct IsVectorOrScalarType { bool operator() (const VarType& type) const { return type.isBasicType in operator ()()
292 if (curType.isBasicType()) in findNext()
346 if (!curType->isBasicType()) in isValidTypePath()
DgluVarType.hpp58 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() function in glu::VarType
62 DataType getBasicType (void) const { DE_ASSERT(isBasicType()); return m_data.basic.type; } in getBasicType()
63 Precision getPrecision (void) const { DE_ASSERT(isBasicType()); return m_data.basic.precision; } in getPrecision()
DgluVarTypeUtil.cpp140 else if (curType.isBasicType() && isDataTypeMatrix(curType.getBasicType())) in parseTypePath()
145 else if (curType.isBasicType() && isDataTypeVector(curType.getBasicType())) in parseTypePath()
DgluVarType.cpp370 if (curType->isBasicType()) in operator <<()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinition.cpp61 if (varType.isBasicType() && predicate(varType.getBasicType())) in containsMatchingSubtype()
118 if (!varType.isBasicType()) in isIllegalVertexInput()
129 if (varType.isBasicType()) in isIllegalVertexOutput()
175 if (varType.isBasicType()) in isIllegalFragmentOutput()
200 if (varType.isBasicType()) in isTypeIntegerOrContainsIntegers()
Des31fProgramInterfaceDefinitionUtil.cpp177 if (type.isBasicType()) in generateVariableTypeResourceNames()
189 if (type.getElementType().isBasicType() && in generateVariableTypeResourceNames()
195 else if (type.getElementType().isBasicType() || in generateVariableTypeResourceNames()
290 if (type.isBasicType()) in collectNamedStructureDefinitions()
397 if (varType.isBasicType()) in writeVariableReadAccumulateExpression()
566 if (varType.isBasicType()) in writeVariableWriteExpression()
820 if (complexType.isBasicType()) in containsSubType()
881 if (complexType.isBasicType()) in accumulateComplexType()
1089 if (type.isBasicType()) in getBufferVariableSize()
Des31fSSBOLayoutCase.cpp375 if (type.isBasicType()) in computeStd140BaseAlignment()
416 if (type.isBasicType()) in computeStd430BaseAlignment()
480 if (type.isBasicType()) in computeReferenceLayout()
521 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout()
542 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout()
606 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout()
628 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout()
883 DE_ASSERT(type.isBasicType()); in collectUniqueBasicTypes()
1147 DE_ASSERT(curType.isBasicType()); in generateCompareSrc()
1231 DE_ASSERT(curType.isBasicType()); in generateWriteSrc()
[all …]
Des31fProgramUniformTests.cpp220 if (type.isBasicType()) in typeContainsMatchingBasicType()
237 if (type.isBasicType()) in getDistinctSamplerTypes()
256 if (type.isBasicType()) in getNumSamplersInType()
1002 if (varType.isBasicType()) in generateBasicUniforms()
1027 if (varType.getElementType().isBasicType()) in generateBasicUniforms()
1040 if (varType.getElementType().isBasicType()) in generateBasicUniforms()
Des31fProgramInterfaceQueryTestCase.cpp112 if (type.isBasicType()) in getVarTypeSize()
250 if (!variable || !variable->isBasicType()) in validate()
795 if (type.isBasicType()) in getVariableLocationLength()
823 if (path[startNdx].getVariableType()->isBasicType()) in getIOSubVariableLocation()
1343 else if (path[1].getDeclaration()->varType.getElementType().isBasicType()) in validateSingleVariable()
1397 else if (path[1].getDeclaration()->varType.getElementType().isBasicType()) in validateSingleVariable()
1624 DE_ASSERT(elementType.isBasicType()); in validateSingleVariable()
Des31fShaderIntegerFunctionTests.cpp79 DE_ASSERT(varValue.type.isBasicType()); in operator <<()
Des31fProgramInterfaceQueryTests.cpp70 if (type.isBasicType()) in getVarTypeSize()
2200 if (m_program->getShaders()[0]->getDefaultBlock().variables[ndx].varType.isBasicType() && in getNumAtomicCounterBuffers()
2217 if (m_program->getShaders()[0]->getDefaultBlock().variables[ndx].varType.isBasicType() && in getMaxNumActiveVariables()
2241 if (m_program->getShaders()[0]->getDefaultBlock().variables[ndx].varType.isBasicType() && in getBufferVariableCount()
2257 if (m_program->getShaders()[0]->getDefaultBlock().variables[ndx].varType.isBasicType() && in getBufferMinimumDataSize()
Des31fShaderCommonFunctionTests.cpp365 DE_ASSERT(varValue.type.isBasicType()); in operator <<()
Des31fTessellationTests.cpp217 if (type.isBasicType()) in numBasicSubobjects()
5656 if (rootType.isBasicType()) in glslTraverseBasicTypes()
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp418 if (type.isBasicType()) in computeStd140BaseAlignment()
472 if (type.isBasicType()) in computeStd140Layout()
514 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout()
533 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout()
761 DE_ASSERT(type.isBasicType()); in collectUniqueBasicTypes()
860 if (type.isBasicType()) in generateDeclaration()
872 if (curType->isBasicType()) in generateDeclaration()
1002 if (type.isBasicType() || (type.isArrayType() && type.getElementType().isBasicType())) in generateCompareSrc()
DglsUniformBlockCase.hpp81 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() function in deqp::gls::ub::VarType
DglsShaderExecUtil.cpp111 DE_ASSERT(output->varType.isBasicType()); in generateVertexShader()
186 DE_ASSERT(output->varType.isBasicType()); in generateGeometryShader()
311 TCU_CHECK_INTERNAL(output.varType.isBasicType()); in generateFragmentShader()
1012 if (varType.isBasicType()) in copyToBuffer()
1039 if (varType.isBasicType()) in copyFromBuffer()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp156 if (type.isBasicType()) in typeContainsMatchingBasicType()
173 if (type.isBasicType()) in getDistinctSamplerTypes()
192 if (type.isBasicType()) in getNumSamplersInType()
1013 if (varType.isBasicType()) in generateBasicUniforms()
1039 if (varType.getElementType().isBasicType()) in generateBasicUniforms()
1053 if (varType.getElementType().isBasicType()) in generateBasicUniforms()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp216 if (type.isBasicType()) in typeContainsMatchingBasicType()
233 if (type.isBasicType()) in getDistinctSamplerTypes()
252 if (type.isBasicType()) in getNumSamplersInType()
1184 if (varType.isBasicType()) in generateBasicUniforms()
1210 if (varType.getElementType().isBasicType()) in generateBasicUniforms()
1224 if (varType.getElementType().isBasicType()) in generateBasicUniforms()
Des3fTransformFeedbackTests.cpp395 DE_ASSERT(subType.isBasicType() && glu::isDataTypeScalarOrVector(subType.getBasicType())); in genShaderSources()
Des3fShaderCommonFunctionTests.cpp292 DE_ASSERT(varValue.type.isBasicType()); in operator <<()