Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DBaseTypes.h46 EbtStruct, enumerator
60 case EbtStruct: return "structure"; break; in getBasicString()
DVariableInfo.cpp83 if (type.getBasicType() == EbtStruct) { in getVariableInfo()
101 ASSERT(type.getBasicType() != EbtStruct); in getBuiltInVariableInfo()
119 ASSERT(type.getBasicType() == EbtStruct); in getUserDefinedVariableInfo()
DOutputGLSL.cpp33 if (type.getBasicType() == EbtStruct) in getTypeName()
102 if ((type.getBasicType() == EbtStruct) && in writeVariableType()
160 if (type.getBasicType() == EbtStruct) in writeConstantUnion()
565 ASSERT(type.getBasicType() == EbtStruct); in visitAggregate()
DIntermediate.cpp158 …if (left->isMatrix() || left->isArray() || left->isVector() || left->getBasicType() == EbtStruct) { in addBinaryMath()
173 if (left->getBasicType() == EbtStruct || left->getBasicType() == EbtBool) in addBinaryMath()
303 if (child->getType().getBasicType() == EbtStruct || child->getType().isArray()) in addUnaryMath()
1043 if ((*fields)[j].type->getBasicType() == EbtStruct) { in CompareStruct()
1282 if (getType().getBasicType() == EbtStruct) { in fold()
1308 if (getType().getBasicType() == EbtStruct) { in fold()
DTypes.h101 …type(EbtStruct), precision(p), qualifier(EvqTemporary), size(1), matrix(false), array(false), arra… in type() argument
176 if (getBasicType() == EbtStruct) in getObjectSize()
DParseHelper.cpp622 if (pType.type == EbtStruct) { in samplerErrorCheck()
642 pType.type == EbtStruct) { in structQualifierErrorCheck()
657 type.getBasicType() != EbtStruct && IsSampler(type.getBasicType())) { in parameterSamplerErrorCheck()
670 if (type.getBasicType() == EbtStruct) { in containsSampler()
1029 if (type.getObjectSize() == 1 && type.getBasicType() != EbtStruct) { in executeInitializer()
DSymbolTable.cpp36 case EbtStruct: in buildMangledName()
DOutputHLSL.cpp792 else if (node->getLeft()->getBasicType() == EbtStruct) in visitBinary()
1774 if (type.getBasicType() == EbtStruct) in typeString()
2086 if (type.getBasicType() == EbtStruct) in writeConstantUnion()
Dglslang.y360 } else if ($1->getBasicType() == EbtStruct) {
1638 $$.setBasic(EbtStruct, qual, $1.line);
1654 $$.setBasic(EbtStruct, EvqTemporary, $1.line);
1659 $$.setBasic(EbtStruct, EvqTemporary, $1.line);
Dglslang_tab.cpp2349 } else if ((yyvsp[(1) - (3)].interm.intermTypedNode)->getBasicType() == EbtStruct) {
3904 (yyval.interm.type).setBasic(EbtStruct, qual, (yyvsp[(1) - (1)].lex).line);
3921 (yyval.interm.type).setBasic(EbtStruct, EvqTemporary, (yyvsp[(1) - (5)].lex).line);
3930 (yyval.interm.type).setBasic(EbtStruct, EvqTemporary, (yyvsp[(1) - (4)].lex).line);