Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/
DBaseTypes.h48 EbtStruct, enumerator
65 case EbtStruct: return "structure"; break; in getBasicString()
DVariableInfo.cpp92 if (type.getBasicType() == EbtStruct) { in getVariableInfo()
112 ASSERT(type.getBasicType() != EbtStruct); in getBuiltInVariableInfo()
135 ASSERT(type.getBasicType() == EbtStruct); in getUserDefinedVariableInfo()
DSymbolTable.cpp46 case EbtStruct: mangledName += structure->mangledName(); break; in buildMangledName()
65 if (getBasicType() == EbtStruct) in getObjectSize()
DOutputGLSLBase.cpp82 if ((type.getBasicType() == EbtStruct) && !structDeclared(type.getStruct())) in writeVariableType()
123 if (type.getBasicType() == EbtStruct) in writeConstantUnion()
589 ASSERT(type.getBasicType() == EbtStruct); in visitAggregate()
758 if (type.getBasicType() == EbtStruct) in getTypeName()
DIntermediate.cpp161 …if (left->isMatrix() || left->isArray() || left->isVector() || left->getBasicType() == EbtStruct) { in addBinaryMath()
176 if (left->getBasicType() == EbtStruct || left->getBasicType() == EbtBool) in addBinaryMath()
300 if (child->getType().getBasicType() == EbtStruct || child->getType().isArray()) in addUnaryMath()
1088 if (fields[j]->type()->getBasicType() == EbtStruct) { in CompareStruct()
1326 if (getType().getBasicType() == EbtStruct) { in fold()
1352 if (getType().getBasicType() == EbtStruct) { in fold()
DParseContext.cpp612 if (pType.type == EbtStruct) { in samplerErrorCheck()
632 pType.type == EbtStruct) { in structQualifierErrorCheck()
647 type.getBasicType() != EbtStruct && IsSampler(type.getBasicType())) { in parameterSamplerErrorCheck()
660 if (type.getBasicType() == EbtStruct) { in containsSampler()
1425 if (field.type()->getBasicType() != EbtStruct) { in structNestingErrorCheck()
DTypes.h104 …type(EbtStruct), precision(p), qualifier(EvqTemporary), size(1), matrix(false), array(false), arra… in type() argument
Dglslang.y313 } else if ($1->getBasicType() == EbtStruct) {
1551 $$.setBasic(EbtStruct, qual, @1);
1567 $$.setBasic(EbtStruct, EvqTemporary, @1);
1573 $$.setBasic(EbtStruct, EvqTemporary, @1);
DOutputHLSL.cpp1253 else if (node->getLeft()->getBasicType() == EbtStruct) in visitBinary()
2471 if (type.getBasicType() == EbtStruct) in typeString()
2816 if (type.getBasicType() == EbtStruct) in writeConstantUnion()
Dglslang_tab.cpp2408 } else if ((yyvsp[(1) - (3)].interm.intermTypedNode)->getBasicType() == EbtStruct) {
4000 (yyval.interm.type).setBasic(EbtStruct, qual, (yylsp[(1) - (1)]));
4022 (yyval.interm.type).setBasic(EbtStruct, EvqTemporary, (yylsp[(1) - (6)]));
4037 (yyval.interm.type).setBasic(EbtStruct, EvqTemporary, (yylsp[(1) - (5)]));