/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | TypeData.java | 69 public abstract BasicType isBasicType(); in isBasicType() method in TypeData 148 public BasicType isBasicType() { return this; } in isBasicType() method in TypeData.BasicType 238 public BasicType isBasicType() { in isBasicType() method in TypeData.TypeVar 240 return lowers.get(0).isBasicType(); in isBasicType() 317 BasicType bt = isBasicType(); in getArrayType() 365 boolean isBasicType = false; in fixTypes() 375 BasicType bt = d.isBasicType(); in fixTypes() 378 isBasicType = false; in fixTypes() 388 isBasicType = true; in fixTypes() 393 if ((bt == null && isBasicType) || (bt != null && kind != bt)) { in fixTypes() [all …]
|
D | TypedBlock.java | 104 while (nl > 0 && localsTypes[nl - 1].isBasicType() == TypeTag.TOP) { in resetNumLocals()
|
/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 == VARTYPE_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 | 371 if (curType->isBasicType()) in operator <<()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceDefinition.cpp | 67 if (varType.isBasicType() && predicate(varType.getBasicType())) in containsMatchingSubtype() 124 if (!varType.isBasicType()) in isIllegalVertexInput() 135 if (varType.isBasicType()) in isIllegalVertexOutput() 181 if (varType.isBasicType()) in isIllegalFragmentOutput() 206 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() 317 if (type.isBasicType()) in collectNamedStructureDefinitions() 424 if (varType.isBasicType()) in writeVariableReadAccumulateExpression() 593 if (varType.isBasicType()) in writeVariableWriteExpression() 847 if (complexType.isBasicType()) in containsSubType() 908 if (complexType.isBasicType()) in accumulateComplexType() 1116 if (type.isBasicType()) in getBufferVariableSize()
|
D | es31fSSBOLayoutCase.cpp | 370 if (type.isBasicType()) in computeStd140BaseAlignment() 411 if (type.isBasicType()) in computeStd430BaseAlignment() 475 if (type.isBasicType()) in computeReferenceLayout() 516 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 537 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 601 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 623 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 878 DE_ASSERT(type.isBasicType()); in collectUniqueBasicTypes() 1142 DE_ASSERT(curType.isBasicType()); in generateCompareSrc() 1226 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() 992 if (varType.isBasicType()) in generateBasicUniforms() 1017 if (varType.getElementType().isBasicType()) in generateBasicUniforms() 1030 if (varType.getElementType().isBasicType()) in generateBasicUniforms()
|
D | es31fProgramInterfaceQueryTestCase.cpp | 112 if (type.isBasicType()) in getVarTypeSize() 253 if (!variable || !variable->isBasicType()) in validate() 798 if (type.isBasicType()) in getVariableLocationLength() 826 if (path[startNdx].getVariableType()->isBasicType()) in getIOSubVariableLocation() 1346 else if (path[1].getDeclaration()->varType.getElementType().isBasicType()) in validateSingleVariable() 1400 else if (path[1].getDeclaration()->varType.getElementType().isBasicType()) in validateSingleVariable() 1627 DE_ASSERT(elementType.isBasicType()); in validateSingleVariable()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 409 if (type.isBasicType()) in computeStd140BaseAlignment() 450 if (type.isBasicType()) in computeStd430BaseAlignment() 484 if (type.isBasicType()) in computeRelaxedBlockBaseAlignment() 518 if (type.isBasicType()) in computeScalarBlockAlignment() 570 if (type.isBasicType()) in computeReferenceLayout() 619 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 640 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 903 DE_ASSERT(type.isBasicType()); in collectUniqueBasicTypes() 1002 if (type.isBasicType()) in generateDeclaration() 1016 if (curType->isBasicType()) in generateDeclaration() [all …]
|
D | vktUniformBlockCase.hpp | 90 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() function in vkt::ubo::VarType
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 324 if (type.isBasicType()) in computeStd140BaseAlignment() 365 if (type.isBasicType()) in computeStd430BaseAlignment() 399 if (type.isBasicType()) in computeRelaxedBlockBaseAlignment() 433 if (type.isBasicType()) in computeScalarBlockAlignment() 483 if (type.isBasicType()) in computeReferenceLayout() 532 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 553 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 623 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 648 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeReferenceLayout() 944 DE_ASSERT(type.isBasicType()); in collectUniqueBasicTypes() [all …]
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 413 if (type.isBasicType()) in computeStd140BaseAlignment() 467 if (type.isBasicType()) in computeStd140Layout() 510 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout() 529 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout() 762 DE_ASSERT(type.isBasicType()); in collectUniqueBasicTypes() 861 if (type.isBasicType()) in generateDeclaration() 873 if (curType->isBasicType()) in generateDeclaration() 1005 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() 971 if (varType.isBasicType()) in copyToBuffer() 998 if (varType.isBasicType()) in copyFromBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/transform_feedback/ |
D | vktTransformFeedbackFuzzLayoutCase.cpp | 428 if (type.isBasicType()) in computeInterfaceBlockMemberAlignment() 566 if (type.isBasicType()) in computeXfbLayout() 615 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeXfbLayout() 640 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeXfbLayout() 1030 if (type.isBasicType()) in generateDeclaration() 1044 if (curType->isBasicType()) in generateDeclaration() 1092 while (!curType->isBasicType()) in getBlockMemberOffset() 1412 if (type.isBasicType() || (type.isArrayType() && type.getElementType().isBasicType())) in generateAssignment()
|
D | vktTransformFeedbackFuzzLayoutCase.hpp | 83 bool isBasicType (void) const { return m_type == TYPE_BASIC; } in isBasicType() function in vkt::TransformFeedback::VarType
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 384 if (type.isBasicType()) in computeStd140BaseAlignment() 440 if (type.isBasicType()) in computeStd140Layout() 482 if (elemType.isBasicType() && !glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout() 501 else if (elemType.isBasicType() && glu::isDataTypeMatrix(elemType.getBasicType())) in computeStd140Layout() 772 if (type.isBasicType()) in generateDeclaration() 784 if (curType->isBasicType()) in generateDeclaration() 926 if (type.isBasicType() || (type.isArrayType() && type.getElementType().isBasicType())) in generateCompareSrc()
|
D | glcUniformBlockCase.hpp | 76 bool isBasicType(void) const in isBasicType() function in deqp::ub::VarType
|
/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() 1003 if (varType.isBasicType()) in generateBasicUniforms() 1029 if (varType.getElementType().isBasicType()) in generateBasicUniforms() 1043 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() 1174 if (varType.isBasicType()) in generateBasicUniforms() 1200 if (varType.getElementType().isBasicType()) in generateBasicUniforms() 1214 if (varType.getElementType().isBasicType()) in generateBasicUniforms()
|
/external/deqp/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationUserDefinedIO.cpp | 122 if (rootType.isBasicType()) in glslTraverseBasicTypes() 224 if (type.isBasicType()) in numBasicSubobjects()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 223 DE_ASSERT(output->varType.isBasicType()); in generateVertexShader() 322 TCU_CHECK_INTERNAL(output.varType.isBasicType()); in generateFragShaderOutputDecl() 454 DE_ASSERT(output->varType.isBasicType()); in generateGeometryShader() 1765 if (varType.isBasicType()) in copyToBuffer() 1806 if (varType.isBasicType()) in copyFromBuffer()
|