/external/deqp/framework/opengl/ |
D | gluVarTypeUtil.hpp | 188 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()
|
D | gluVarType.hpp | 58 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()
|
D | gluVarTypeUtil.cpp | 140 else if (curType.isBasicType() && isDataTypeMatrix(curType.getBasicType())) in parseTypePath() 145 else if (curType.isBasicType() && isDataTypeVector(curType.getBasicType())) in parseTypePath()
|
D | gluVarType.cpp | 370 if (curType->isBasicType()) in operator <<()
|
D | gluShaderLibrary.cpp | 75 if (!value.type.isBasicType()) in isValid()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinition.cpp | 61 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()
|
D | es31fProgramInterfaceDefinitionUtil.cpp | 177 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()
|
D | es31fSSBOLayoutCase.cpp | 375 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 …]
|
D | es31fProgramUniformTests.cpp | 220 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()
|
D | es31fProgramInterfaceQueryTestCase.cpp | 112 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()
|
D | es31fShaderIntegerFunctionTests.cpp | 79 DE_ASSERT(varValue.type.isBasicType()); in operator <<()
|
D | es31fProgramInterfaceQueryTests.cpp | 70 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()
|
D | es31fShaderCommonFunctionTests.cpp | 366 DE_ASSERT(varValue.type.isBasicType()); in operator <<()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 290 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/ |
D | vktUniformBlockCase.cpp | 364 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()
|
D | vktUniformBlockCase.hpp | 76 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() function in vkt::ubo::VarType
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 418 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()
|
D | glsUniformBlockCase.hpp | 81 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() function in deqp::gls::ub::VarType
|
D | glsShaderExecUtil.cpp | 115 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/ |
D | es2fUniformApiTests.cpp | 156 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/ |
D | es3fUniformApiTests.cpp | 216 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()
|
D | es3fShaderCommonFunctionTests.cpp | 292 DE_ASSERT(varValue.type.isBasicType()); in operator <<()
|
D | es3fTransformFeedbackTests.cpp | 395 DE_ASSERT(subType.isBasicType() && glu::isDataTypeScalarOrVector(subType.getBasicType())); in genShaderSources()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 149 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()
|
D | vktShaderIntegerFunctionTests.cpp | 81 DE_ASSERT(varValue.type.isBasicType()); in operator <<()
|