Lines Matching refs:EbtStruct
635 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()
3003 publicType.setBasic(EbtStruct, EvqTemporary, structLine); in addStructure()
3034 if(field.type()->getBasicType() != EbtStruct) in structNestingErrorCheck()
3087 if(child->getBasicType() == EbtStruct || in createUnaryMath()
3399 left->getBasicType() == EbtStruct) in addBinaryMathInternal()
3419 if(left->getBasicType() == EbtStruct || left->getBasicType() == EbtBool) in addBinaryMathInternal()
3427 …if(left->getBasicType() == EbtStruct || left->getBasicType() == EbtBool || left->getBasicType() ==… in addBinaryMathInternal()
3689 if(trueBlock->isArray() || trueBlock->getBasicType() == EbtStruct) in addTernarySelection()