Home
last modified time | relevance | path

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

123

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DTranslatorMetalUtils.cpp95 case EbtStruct: in getBasicMetalString()
292 ASSERT(t->getBasicType() != EbtStruct); in getBuiltInMetalTypeNameString()
299 if (type.getBasicType() == EbtStruct) in GetMetalTypeName()
DEmitMetal.cpp881 case TBasicType::EbtStruct: in emitBareTypeName()
1163 ASSERT(type.getBasicType() == TBasicType::EbtStruct); in emitUniformBufferDeclaration()
1175 ASSERT(type.getBasicType() == TBasicType::EbtStruct); in emitStructDeclaration()
1277 case TBasicType::EbtStruct: in emitVariableDeclaration()
/external/angle/src/compiler/translator/
DTypes.cpp101 case EbtStruct: in getBasicString()
205 : TType(EbtStruct, EbpUndefined, EvqTemporary, 1, 1) in TType()
266 case EbtStruct: in canBeConstructed()
384 ASSERT(getBasicType() != EbtStruct); in getBuiltInTypeNameString()
462 ASSERT(type == EbtStruct || type == EbtInterfaceBlock); in buildMangledName()
465 case EbtStruct: in buildMangledName()
502 if (getBasicType() == EbtStruct) in getObjectSize()
525 if (getBasicType() == EbtStruct) in getLocationCount()
DFlagStd140Structs.cpp41 if (field->type()->getBasicType() == EbtStruct) in mapBlockStructMembers()
DStructureHLSL.cpp130 if (type.getBasicType() == EbtStruct || type.isMatrix() || type.isArray()) in prePadding()
213 if (!type.isMatrix() && !type.isArray() && type.getBasicType() != EbtStruct) in postPaddingString()
318 if (fieldType->getBasicType() == EbtStruct) in defineVariants()
DTypes.h423 ASSERT(aType != EbtStruct); in initialize()
436 type = EbtStruct; in initializeStruct()
DOutputHLSL.cpp205 ASSERT(node->getBasicType() == EbtStruct); in needStructMapping()
517 else if (type.getBasicType() == EbtStruct) in structInitializerString()
1158 if (IsInStd140UniformBlock(node) && node->getBasicType() == EbtStruct && in visitSymbol()
1359 else if (type.getBasicType() == EbtStruct) in outputEqual()
1743 bool structInStd140UniformBlock = node->getBasicType() == EbtStruct && in visitBinary()
3316 if (node->getBasicType() == EbtStruct) in outputConstructor()
3647 ASSERT(type.getBasicType() == EbtStruct); in ensureStructDefined()
DParseContext.cpp44 if (type.getBasicType() == EbtStruct) in ContainsSampler()
790 if (type.getBasicType() != EbtStruct && IsOpaqueType(argTyped->getBasicType())) in checkConstructorArguments()
835 else if (type.getBasicType() == EbtStruct) in checkConstructorArguments()
874 if (argTyped->getBasicType() == EbtStruct) in checkConstructorArguments()
972 if (pType.type == EbtStruct) in checkIsNotOpaqueType()
1177 if (mShaderVersion >= 300 && elementType.getBasicType() == EbtStruct && in checkIsValidTypeAndQualifierForArray()
1625 if (publicType.getBasicType() == EbtStruct) in nonEmptyDeclarationErrorCheck()
2618 if (type.getBasicType() == EbtStruct) in checkInputOutputTypeIsValidES3()
2633 if (type.isStructureContainingType(EbtStruct)) in checkInputOutputTypeIsValidES3()
2892 if (type->getBasicType() == EbtStruct) in parseSingleDeclaration()
[all …]
/external/angle/src/compiler/translator/tree_util/
DIntermNodePatternMatcher.cpp59 node->getLeft()->getBasicType() != EbtStruct; in IsDynamicIndexingOfVectorOrMatrix()
204 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 …]
DTypes.h259 type(EbtStruct), precision(p), qualifier(EvqTemporary), in type() argument
320 if(getBasicType() == EbtStruct) in getElementSize()
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()
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/tests/compiler_tests/
DType_test.cpp51 if (i == static_cast<int>(EbtStruct) || i == static_cast<int>(EbtInterfaceBlock)) in TEST()
/external/angle/src/compiler/translator/tree_ops/
DInitializeVariables.cpp72 ASSERT(initializedNode->getBasicType() == EbtStruct); in AddStructZeroInitSequence()
144 (initializedNode->getBasicType() != EbtStruct && in AddArrayZeroInitSequence()
DPruneNoOps.cpp97 else if (declaratorSymbol->getBasicType() != EbtStruct) in visitDeclaration()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DSymbolTable.cpp143 case EbtStruct: in buildMangledName()
145 if (basicType == EbtStruct) in buildMangledName()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSymbolTable.cpp142 case EbtStruct: in buildMangledName()
144 if (basicType == EbtStruct) in buildMangledName()
/external/deqp-deps/glslang/glslang/Include/
DBaseTypes.h63 EbtStruct, enumerator
DTypes.h1528 … } else if (type.basicType == EbtStruct || type.basicType == EbtBlock) {
1558 … basicType(EbtStruct), vectorSize(1), matrixCols(0), matrixRows(0), vector1(false), coopmat(false), in TType()
1705 virtual bool isStruct() const { return basicType == EbtStruct || basicType == EbtBlock; } in isStruct()
2001 case EbtStruct: return "structure"; in getBasicString()
2273 if (getBasicType() == EbtStruct || getBasicType() == EbtBlock) { in computeNumComponents()
/external/angle/third_party/vulkan-deps/glslang/src/glslang/Include/
DBaseTypes.h63 EbtStruct, enumerator
DTypes.h1630 … } else if (type.basicType == EbtStruct || type.basicType == EbtBlock) {
1660 … basicType(EbtStruct), vectorSize(1), matrixCols(0), matrixRows(0), vector1(false), coopmat(false), in TType()
1820 virtual bool isStruct() const { return basicType == EbtStruct || basicType == EbtBlock; } in isStruct()
2114 case EbtStruct: return "structure"; in getBasicString()
2394 if (getBasicType() == EbtStruct || getBasicType() == EbtBlock) { in computeNumComponents()

123