Searched refs:EbtInterfaceBlock (Results 1 – 17 of 17) sorted by relevance
97 case EbtInterfaceBlock: in getBasicMetalString()293 ASSERT(t->getBasicType() != EbtInterfaceBlock); in getBuiltInMetalTypeNameString()
888 case TBasicType::EbtInterfaceBlock: in emitBareTypeName()
103 case EbtInterfaceBlock: in getBasicString()214 : TType(EbtInterfaceBlock, EbpUndefined, qualifierIn, 1, 1) in TType()385 ASSERT(getBasicType() != EbtInterfaceBlock); in getBuiltInTypeNameString()462 ASSERT(type == EbtStruct || type == EbtInterfaceBlock); in buildMangledName()474 case EbtInterfaceBlock: in buildMangledName()
54 if (declarator->getBasicType() == EbtInterfaceBlock) in visitDeclaration()
441 else if (symbol->getType().getBasicType() == EbtInterfaceBlock) in visitSymbol()952 if (type.getBasicType() == EbtInterfaceBlock) in recordVarying()1003 ASSERT(interfaceBlockType.getBasicType() == EbtInterfaceBlock); in recordInterfaceBlock()1104 if (typedNode.getBasicType() != EbtInterfaceBlock && !isShaderVariable) in visitDeclaration()1126 if (typedNode.getBasicType() == EbtInterfaceBlock && !IsShaderIoBlock(qualifier) && in visitDeclaration()
563 ASSERT(binaryNode->getLeft()->getBasicType() != EbtInterfaceBlock); in traverseNode()569 ASSERT(binaryNode->getLeft()->getBasicType() != EbtInterfaceBlock); in traverseNode()
256 if (type.getBasicType() == EbtInterfaceBlock) in writeLayoutQualifier()402 else if (type.getBasicType() == EbtInterfaceBlock) in writeVariableType()1353 if (type.getBasicType() == EbtInterfaceBlock) in NeedsToWriteLayoutQualifier()
163 EbtInterfaceBlock, enumerator166 EbtLast = EbtInterfaceBlock
235 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock()
1671 ASSERT(node->getLeft()->getBasicType() != EbtInterfaceBlock); in visitBinary()
1633 if (publicType.getBasicType() != EbtInterfaceBlock) in nonEmptyDeclarationErrorCheck()7004 if (trueExpression->getBasicType() == EbtInterfaceBlock) in addTernarySelection()
5453 const bool isInterfaceBlock = type.getBasicType() == EbtInterfaceBlock; in visitDeclaration()
51 if (i == static_cast<int>(EbtStruct) || i == static_cast<int>(EbtInterfaceBlock)) in TEST()
70 else if (type.getBasicType() == EbtInterfaceBlock) in visitDeclaration()
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