Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp635 if (pType.type == EbtStruct) { in samplerErrorCheck()
667 if(pType.type == EbtStruct) in structQualifierErrorCheck()
703 if(publicType.type == EbtStruct) in singleDeclarationErrorCheck()
770 type.getBasicType() != EbtStruct && IsSampler(type.getBasicType())) { in parameterSamplerErrorCheck()
783 if (type.getBasicType() == EbtStruct || type.isInterfaceBlock()) { in containsSampler()
874 if(mShaderVersion >= 300 && type.type == EbtStruct && IsVarying(type.qualifier)) in arrayTypeErrorCheck()
1406 if(type.type == EbtStruct) in checkInputOutputTypeIsValidES3()
1419 if(type.isStructureContainingType(EbtStruct)) in checkInputOutputTypeIsValidES3()
2397 else if(!fieldType->isMatrix() && (fieldType->getBasicType() != EbtStruct)) in addInterfaceBlock()
2668 else if(baseExpression->getBasicType() == EbtStruct) in addFieldSelectionExpression()
[all …]
DBaseTypes.h85 EbtStruct, enumerator
120 case EbtStruct: return "structure"; in getBasicString()
DIntermediate.cpp183 case EbtStruct: in TypeToConstructorOperator()
343 …if (left->isMatrix() || left->isArray() || left->isVector() || left->getBasicType() == EbtStruct) { in addBinaryMath()
365 if (left->getBasicType() == EbtStruct || left->getBasicType() == EbtBool) { in addBinaryMath()
371 …if (left->getBasicType() == EbtStruct || left->getBasicType() == EbtBool || left->getBasicType() =… in addBinaryMath()
500 if (child->getType().getBasicType() == EbtStruct || child->getType().isArray()) in addUnaryMath()
1209 if (fields[j]->type()->getBasicType() == EbtStruct) { in CompareStruct()
1716 if(getType().getBasicType() == EbtStruct) { in fold()
1737 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()
Dglslang.y1320 $$.setBasic(EbtStruct, qual, @1);
Dglslang_tab.cpp4289 (yyval.interm.type).setBasic(EbtStruct, qual, (yylsp[0])); in yyparse()