Home
last modified time | relevance | path

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

12

/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 <<()
DgluShaderLibrary.cpp75 if (!value.type.isBasicType()) in isValid()
/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.cpp366 DE_ASSERT(varValue.type.isBasicType()); in operator <<()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp290 if (type.isBasicType()) in computeStd140BaseAlignment()
331 if (type.isBasicType()) in computeStd430BaseAlignment()
395 if (type.isBasicType()) in computeReferenceLayout()
436 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout()
457 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout()
521 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout()
543 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout()
798 DE_ASSERT(type.isBasicType()); in collectUniqueBasicTypes()
1062 DE_ASSERT(curType.isBasicType()); in generateCompareSrc()
1146 DE_ASSERT(curType.isBasicType()); in generateWriteSrc()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/ubo/
DvktUniformBlockCase.cpp364 if (type.isBasicType()) in computeStd140BaseAlignment()
418 if (type.isBasicType()) in computeStd140Layout()
460 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout()
479 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout()
708 DE_ASSERT(type.isBasicType()); in collectUniqueBasicTypes()
804 if (type.isBasicType()) in generateDeclaration()
816 if (curType->isBasicType()) in generateDeclaration()
956 if (type.isBasicType() || (type.isArrayType() && type.getElementType().isBasicType())) in generateCompareSrc()
DvktUniformBlockCase.hpp76 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() function in vkt::ubo::VarType
/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.cpp115 DE_ASSERT(output->varType.isBasicType()); in generateVertexShader()
194 DE_ASSERT(output->varType.isBasicType()); in generateGeometryShader()
309 TCU_CHECK_INTERNAL(output.varType.isBasicType()); in generateFragShaderOutputDecl()
970 if (varType.isBasicType()) in copyToBuffer()
997 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()
Des3fShaderCommonFunctionTests.cpp292 DE_ASSERT(varValue.type.isBasicType()); in operator <<()
Des3fTransformFeedbackTests.cpp395 DE_ASSERT(subType.isBasicType() && glu::isDataTypeScalarOrVector(subType.getBasicType())); in genShaderSources()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp149 DE_ASSERT(output->varType.isBasicType()); in generateVertexShader()
220 TCU_CHECK_INTERNAL(output.varType.isBasicType()); in generateFragShaderOutputDecl()
345 DE_ASSERT(output->varType.isBasicType()); in generateGeometryShader()
1739 if (varType.isBasicType()) in copyToBuffer()
1766 if (varType.isBasicType()) in copyFromBuffer()
DvktShaderIntegerFunctionTests.cpp81 DE_ASSERT(varValue.type.isBasicType()); in operator <<()

12