Lines Matching refs:EbtStruct
45 if (type.getBasicType() == EbtStruct) in ContainsSampler()
733 if (type.getBasicType() != EbtStruct && IsOpaqueType(argTyped->getBasicType())) in checkConstructorArguments()
778 else if (type.getBasicType() == EbtStruct) in checkConstructorArguments()
817 if (argTyped->getBasicType() == EbtStruct) in checkConstructorArguments()
915 if (pType.type == EbtStruct) in checkIsNotOpaqueType()
1120 if (mShaderVersion >= 300 && elementType.getBasicType() == EbtStruct && in checkIsValidTypeAndQualifierForArray()
1466 if (publicType.getBasicType() == EbtStruct) in nonEmptyDeclarationErrorCheck()
2359 if (type.getBasicType() == EbtStruct) in checkInputOutputTypeIsValidES3()
2374 if (type.isStructureContainingType(EbtStruct)) in checkInputOutputTypeIsValidES3()
2551 if (type->getBasicType() == EbtStruct) in parseSingleDeclaration()
3893 else if (!fieldType->isMatrix() && fieldType->getBasicType() != EbtStruct) in addInterfaceBlock()
4019 if (field.type()->getBasicType() != EbtStruct) in checkIsBelowStructNestingLimit()
4294 else if (baseExpression->getBasicType() == EbtStruct) in addFieldSelectionExpression()
5143 if (child->getBasicType() == EbtStruct || child->isInterfaceBlock() || in createUnaryMath()
6243 if (trueExpression->isArray() || trueExpression->getBasicType() == EbtStruct) in addTernarySelection()