Lines Matching refs:EbtStruct
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()
3011 publicType.setBasic(EbtStruct, EvqTemporary, structLine); in addStructure()
3042 if(field.type()->getBasicType() != EbtStruct) in structNestingErrorCheck()
3095 if(child->getBasicType() == EbtStruct || in createUnaryMath()
3407 left->getBasicType() == EbtStruct) in addBinaryMathInternal()
3427 if(left->getBasicType() == EbtStruct || left->getBasicType() == EbtBool) in addBinaryMathInternal()
3435 …if(left->getBasicType() == EbtStruct || left->getBasicType() == EbtBool || left->getBasicType() ==… in addBinaryMathInternal()
3733 if(trueBlock->isArray() || trueBlock->getBasicType() == EbtStruct) in addTernarySelection()