Home
last modified time | relevance | path

Searched refs:EbtStruct (Results 1 – 25 of 53) sorted by relevance

123

/external/angle/src/compiler/translator/
DTypes.cpp87 case EbtStruct: in getBasicString()
166 : TType(EbtStruct, EbpUndefined, EvqTemporary, 1, 1) in TType()
226 case EbtStruct: in canBeConstructed()
344 ASSERT(getBasicType() != EbtStruct); in getBuiltInTypeNameString()
417 ASSERT(type == EbtStruct || type == EbtInterfaceBlock); in buildMangledName()
420 case EbtStruct: in buildMangledName()
457 if (getBasicType() == EbtStruct) in getObjectSize()
480 if (getBasicType() == EbtStruct) in getLocationCount()
DStructureHLSL.cpp123 if (type.getBasicType() == EbtStruct || type.isMatrix() || type.isArray()) in prePadding()
176 if (!forcePadding && !type.isMatrix() && !type.isArray() && type.getBasicType() != EbtStruct) in postPaddingString()
259 if (fieldType->getBasicType() == EbtStruct) in defineVariants()
DFlagStd140Structs.cpp41 if (field->type()->getBasicType() == EbtStruct) in mapBlockStructMembers()
DTypes.h404 ASSERT(aType != EbtStruct); in initialize()
417 type = EbtStruct; in initializeStruct()
DParseContext.cpp45 if (type.getBasicType() == EbtStruct) in ContainsSampler()
733 if (type.getBasicType() != EbtStruct && IsOpaqueType(argTyped->getBasicType())) in checkConstructorArguments()
778 else if (type.getBasicType() == EbtStruct) in checkConstructorArguments()
817 if (argTyped->getBasicType() == EbtStruct) in checkConstructorArguments()
915 if (pType.type == EbtStruct) in checkIsNotOpaqueType()
1120 if (mShaderVersion >= 300 && elementType.getBasicType() == EbtStruct && in checkIsValidTypeAndQualifierForArray()
1466 if (publicType.getBasicType() == EbtStruct) in nonEmptyDeclarationErrorCheck()
2359 if (type.getBasicType() == EbtStruct) in checkInputOutputTypeIsValidES3()
2374 if (type.isStructureContainingType(EbtStruct)) in checkInputOutputTypeIsValidES3()
2551 if (type->getBasicType() == EbtStruct) in parseSingleDeclaration()
[all …]
DOutputHLSL.cpp202 ASSERT(node->getBasicType() == EbtStruct); in needStructMapping()
514 else if (type.getBasicType() == EbtStruct) in structInitializerString()
1149 if (IsInStd140UniformBlock(node) && node->getBasicType() == EbtStruct && in visitSymbol()
1350 else if (type.getBasicType() == EbtStruct) in outputEqual()
1696 bool structInStd140UniformBlock = node->getBasicType() == EbtStruct && in visitBinary()
3274 if (node->getBasicType() == EbtStruct) in outputConstructor()
3603 ASSERT(type.getBasicType() == EbtStruct); in ensureStructDefined()
DOutputGLSLBase.cpp400 if (type.getBasicType() == EbtStruct && !structDeclared(type.getStruct())) in writeVariableType()
445 if (type.getBasicType() == EbtStruct) in writeConstantUnion()
DUtilsHLSL.cpp35 else if (paramType.getBasicType() == EbtStruct) in DisambiguateFunctionNameForParameterType()
/external/angle/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp59 node->getLeft()->getBasicType() != EbtStruct; in IsDynamicIndexingOfVectorOrMatrix()
201 if (declarator->getBasicType() == EbtStruct && in match()
DIntermNode_util.cpp53 if (!type.isArray() && type.getBasicType() != EbtStruct) in CreateZeroNode()
104 ASSERT(type.getBasicType() == EbtStruct); in CreateZeroNode()
/external/swiftshader/src/OpenGL/compiler/
DBaseTypes.h85 EbtStruct, enumerator
120 case EbtStruct: return "structure"; in getBasicString()
DParseHelper.cpp643 if (pType.type == EbtStruct) { in samplerErrorCheck()
675 if(pType.type == EbtStruct) in structQualifierErrorCheck()
711 if(publicType.type == EbtStruct) in singleDeclarationErrorCheck()
778 type.getBasicType() != EbtStruct && IsSampler(type.getBasicType())) { in parameterSamplerErrorCheck()
791 if (type.getBasicType() == EbtStruct || type.isInterfaceBlock()) { in containsSampler()
882 if(mShaderVersion >= 300 && type.type == EbtStruct && IsVarying(type.qualifier)) in arrayTypeErrorCheck()
1414 if(type.type == EbtStruct) in checkInputOutputTypeIsValidES3()
1427 if(type.isStructureContainingType(EbtStruct)) in checkInputOutputTypeIsValidES3()
2405 else if(!fieldType->isMatrix() && (fieldType->getBasicType() != EbtStruct)) in addInterfaceBlock()
2676 else if(baseExpression->getBasicType() == EbtStruct) in addFieldSelectionExpression()
[all …]
DIntermediate.cpp183 case EbtStruct: in TypeToConstructorOperator()
341 …if (left->isMatrix() || left->isArray() || left->isVector() || left->getBasicType() == EbtStruct) { in addBinaryMath()
363 if (left->getBasicType() == EbtStruct || left->getBasicType() == EbtBool) { in addBinaryMath()
369 …if (left->getBasicType() == EbtStruct || left->getBasicType() == EbtBool || left->getBasicType() =… in addBinaryMath()
1207 if (fields[j]->type()->getBasicType() == EbtStruct) { in CompareStruct()
1717 if(getType().getBasicType() == EbtStruct) { in fold()
1738 if(getType().getBasicType() == EbtStruct) { in fold()
DTypes.h259 type(EbtStruct), precision(p), qualifier(EvqTemporary), in type() argument
320 if(getBasicType() == EbtStruct) in getElementSize()
DSymbolTable.cpp79 case EbtStruct: mangledName += structure->mangledName(); break; in buildMangledName()
DConstantUnion.h77 case EbtStruct: // Struct fields don't get cast in cast()
/external/angle/src/compiler/translator/tree_ops/
DInitializeVariables.cpp72 ASSERT(initializedNode->getBasicType() == EbtStruct); in AddStructZeroInitSequence()
144 (initializedNode->getBasicType() != EbtStruct && in AddArrayZeroInitSequence()
DPruneNoOps.cpp88 else if (declaratorSymbol->getBasicType() != EbtStruct) in visitDeclaration()
/external/angle/src/tests/compiler_tests/
DType_test.cpp51 if (i == static_cast<int>(EbtStruct) || i == static_cast<int>(EbtInterfaceBlock)) in TEST()
/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DSymbolTable.cpp140 case EbtStruct: in buildMangledName()
142 if (basicType == EbtStruct) in buildMangledName()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.cpp140 case EbtStruct: in buildMangledName()
142 if (basicType == EbtStruct) in buildMangledName()
/external/angle/third_party/glslang/src/glslang/Include/
DBaseTypes.h63 EbtStruct, enumerator
DTypes.h1507 … } else if (type.basicType == EbtStruct || type.basicType == EbtBlock) {
1537 … basicType(EbtStruct), vectorSize(1), matrixCols(0), matrixRows(0), vector1(false), coopmat(false), in TType()
1684 virtual bool isStruct() const { return basicType == EbtStruct || basicType == EbtBlock; } in isStruct()
1980 case EbtStruct: return "structure"; in getBasicString()
2249 if (getBasicType() == EbtStruct || getBasicType() == EbtBlock) { in computeNumComponents()
/external/deqp-deps/glslang/glslang/Include/
DBaseTypes.h63 EbtStruct, enumerator
DTypes.h1507 … } else if (type.basicType == EbtStruct || type.basicType == EbtBlock) {
1537 … basicType(EbtStruct), vectorSize(1), matrixCols(0), matrixRows(0), vector1(false), coopmat(false), in TType()
1684 virtual bool isStruct() const { return basicType == EbtStruct || basicType == EbtBlock; } in isStruct()
1980 case EbtStruct: return "structure"; in getBasicString()
2249 if (getBasicType() == EbtStruct || getBasicType() == EbtBlock) { in computeNumComponents()

123