/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | TranslatorMetalUtils.cpp | 95 case EbtStruct: in getBasicMetalString() 292 ASSERT(t->getBasicType() != EbtStruct); in getBuiltInMetalTypeNameString() 299 if (type.getBasicType() == EbtStruct) in GetMetalTypeName()
|
D | EmitMetal.cpp | 881 case TBasicType::EbtStruct: in emitBareTypeName() 1164 ASSERT(type.getBasicType() == TBasicType::EbtStruct); in emitUniformBufferDeclaration() 1176 ASSERT(type.getBasicType() == TBasicType::EbtStruct); in emitStructDeclaration() 1278 case TBasicType::EbtStruct: in emitVariableDeclaration()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | Types.cpp | 101 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()
|
D | StructureHLSL.cpp | 130 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()
|
D | FlagStd140Structs.cpp | 41 if (field->type()->getBasicType() == EbtStruct) in mapBlockStructMembers()
|
D | Types.h | 425 ASSERT(aType != EbtStruct); in initialize() 438 type = EbtStruct; in initializeStruct()
|
D | OutputHLSL.cpp | 205 ASSERT(node->getBasicType() == EbtStruct); in needStructMapping() 517 else if (type.getBasicType() == EbtStruct) in structInitializerString() 1165 if (IsInStd140UniformBlock(node) && node->getBasicType() == EbtStruct && in visitSymbol() 1366 else if (type.getBasicType() == EbtStruct) in outputEqual() 1750 bool structInStd140UniformBlock = node->getBasicType() == EbtStruct && in visitBinary() 3321 if (node->getBasicType() == EbtStruct) in outputConstructor() 3652 ASSERT(type.getBasicType() == EbtStruct); in ensureStructDefined()
|
D | ParseContext.cpp | 45 if (type.getBasicType() == EbtStruct) in ContainsSampler() 788 if (type.getBasicType() != EbtStruct && IsOpaqueType(argTyped->getBasicType())) in checkConstructorArguments() 833 else if (type.getBasicType() == EbtStruct) in checkConstructorArguments() 872 if (argTyped->getBasicType() == EbtStruct) in checkConstructorArguments() 970 if (pType.type == EbtStruct) in checkIsNotOpaqueType() 1175 if (mShaderVersion >= 300 && elementType.getBasicType() == EbtStruct && in checkIsValidTypeAndQualifierForArray() 1641 if (publicType.getBasicType() == EbtStruct) in nonEmptyDeclarationErrorCheck() 2650 if (type.getBasicType() == EbtStruct) in checkInputOutputTypeIsValidES3() 2665 if (type.isStructureContainingType(EbtStruct)) in checkInputOutputTypeIsValidES3() 2928 if (type->getBasicType() == EbtStruct) in parseSingleDeclaration() [all …]
|
D | UtilsHLSL.cpp | 37 else if (paramType.getBasicType() == EbtStruct) in DisambiguateFunctionNameForParameterType()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
D | IntermNodePatternMatcher.cpp | 59 node->getLeft()->getBasicType() != EbtStruct; in IsDynamicIndexingOfVectorOrMatrix() 204 if (declarator->getBasicType() == EbtStruct && in match()
|
D | IntermNode_util.cpp | 53 if (!type.isArray() && type.getBasicType() != EbtStruct) in CreateZeroNode() 104 ASSERT(type.getBasicType() == EbtStruct); in CreateZeroNode()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | ParseHelper.cpp | 643 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 …]
|
D | BaseTypes.h | 85 EbtStruct, enumerator 120 case EbtStruct: return "structure"; in getBasicString()
|
D | Intermediate.cpp | 183 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()
|
D | Types.h | 259 type(EbtStruct), precision(p), qualifier(EvqTemporary), in type() argument 320 if(getBasicType() == EbtStruct) in getElementSize()
|
D | SymbolTable.cpp | 79 case EbtStruct: mangledName += structure->mangledName(); break; in buildMangledName()
|
D | ConstantUnion.h | 77 case EbtStruct: // Struct fields don't get cast in cast()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RecordConstantPrecision.cpp | 51 if (operand->getBasicType() == EbtBool || operand->getBasicType() == EbtStruct) in operandAffectsParentOperationPrecision()
|
D | InitializeVariables.cpp | 90 ASSERT(initializedNode->getBasicType() == EbtStruct); in AddStructZeroInitSequence() 162 (initializedNode->getBasicType() != EbtStruct && in AddArrayZeroInitSequence()
|
D | PruneNoOps.cpp | 97 else if (declaratorSymbol->getBasicType() != EbtStruct) in visitDeclaration()
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
D | Type_test.cpp | 51 if (i == static_cast<int>(EbtStruct) || i == static_cast<int>(EbtInterfaceBlock)) in TEST()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | SymbolTable.cpp | 138 case EbtStruct: in buildMangledName() 140 if (basicType == EbtStruct) in buildMangledName()
|
D | ParseHelper.cpp | 3833 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtSampler)) { in samplerCheck() 3870 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtAtomicUint)) in atomicUintCheck() 3881 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtAccStruct)) in accStructCheck() 4055 if (publicType.basicType == EbtStruct) { in globalQualifierTypeCheck() 4105 if (publicType.basicType == EbtStruct) { in globalQualifierTypeCheck() 4375 if (type.getBasicType() == EbtStruct) { in containsFieldWithBasicType() 5293 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtFloat16)) in storage16BitAssignmentCheck() 5299 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtInt16)) in storage16BitAssignmentCheck() 5305 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtUint16)) in storage16BitAssignmentCheck() 5311 if (type.getBasicType() == EbtStruct && containsFieldWithBasicType(type, EbtInt8)) in storage16BitAssignmentCheck() [all …]
|
/third_party/glslang/glslang/Include/ |
D | BaseTypes.h | 63 EbtStruct, enumerator
|
D | Types.h | 1647 … } else if (type.basicType == EbtStruct || type.basicType == EbtBlock) { 1680 …basicType(EbtStruct), vectorSize(1), matrixCols(0), matrixRows(0), vector1(false), coopmatNV(false… in TType() 1834 virtual bool isStruct() const { return basicType == EbtStruct || basicType == EbtBlock; } in isStruct() 2093 case EbtStruct: return "structure"; in getBasicString() 2492 if (getBasicType() == EbtStruct || getBasicType() == EbtBlock) { in computeNumComponents()
|