Searched refs:EbtInterfaceBlock (Results 1 – 13 of 13) sorted by relevance
89 case EbtInterfaceBlock: in getBasicString()175 : TType(EbtInterfaceBlock, EbpUndefined, qualifierIn, 1, 1) in TType()345 ASSERT(getBasicType() != EbtInterfaceBlock); in getBuiltInTypeNameString()417 ASSERT(type == EbtStruct || type == EbtInterfaceBlock); in buildMangledName()429 case EbtInterfaceBlock: in buildMangledName()
54 if (declarator->getBasicType() == EbtInterfaceBlock) in visitDeclaration()
399 else if (symbol->getType().getBasicType() == EbtInterfaceBlock) in visitSymbol()748 ASSERT(interfaceBlockType.getBasicType() == EbtInterfaceBlock); in recordInterfaceBlock()845 if (typedNode.getBasicType() != EbtInterfaceBlock && !isShaderVariable) in visitDeclaration()864 if (typedNode.getBasicType() == EbtInterfaceBlock) in visitDeclaration()
259 if (type.getBasicType() == EbtInterfaceBlock) in writeLayoutQualifier()406 else if (type.getBasicType() == EbtInterfaceBlock) in writeVariableType()1436 if (type.getBasicType() == EbtInterfaceBlock) in NeedsToWriteLayoutQualifier()
161 EbtInterfaceBlock, enumerator164 EbtLast = EbtInterfaceBlock
231 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock()
613 ASSERT(node->getLeft()->getBasicType() != EbtInterfaceBlock); in visitBinary()
1474 if (publicType.getBasicType() != EbtInterfaceBlock) in nonEmptyDeclarationErrorCheck()6248 if (trueExpression->getBasicType() == EbtInterfaceBlock) in addTernarySelection()
1643 ASSERT(node->getLeft()->getBasicType() != EbtInterfaceBlock); in visitBinary()
51 if (i == static_cast<int>(EbtStruct) || i == static_cast<int>(EbtInterfaceBlock)) in TEST()
267 : type(EbtInterfaceBlock), precision(EbpUndefined), qualifier(qualifierIn), in TType()443 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock()
80 case EbtInterfaceBlock: mangledName += interfaceBlock->mangledName(); break; in buildMangledName()
86 EbtInterfaceBlock, enumerator