Home
last modified time | relevance | path

Searched refs:EbtInterfaceBlock (Results 1 – 13 of 13) sorted by relevance

/external/angle/src/compiler/translator/
DTypes.cpp89 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()
DFlagStd140Structs.cpp54 if (declarator->getBasicType() == EbtInterfaceBlock) in visitDeclaration()
DCollectVariables.cpp399 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()
DOutputGLSLBase.cpp259 if (type.getBasicType() == EbtInterfaceBlock) in writeLayoutQualifier()
406 else if (type.getBasicType() == EbtInterfaceBlock) in writeVariableType()
1436 if (type.getBasicType() == EbtInterfaceBlock) in NeedsToWriteLayoutQualifier()
DBaseTypes.h161 EbtInterfaceBlock, enumerator
164 EbtLast = EbtInterfaceBlock
DTypes.h231 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock()
DShaderStorageBlockOutputHLSL.cpp613 ASSERT(node->getLeft()->getBasicType() != EbtInterfaceBlock); in visitBinary()
DParseContext.cpp1474 if (publicType.getBasicType() != EbtInterfaceBlock) in nonEmptyDeclarationErrorCheck()
6248 if (trueExpression->getBasicType() == EbtInterfaceBlock) in addTernarySelection()
DOutputHLSL.cpp1643 ASSERT(node->getLeft()->getBasicType() != EbtInterfaceBlock); in visitBinary()
/external/angle/src/tests/compiler_tests/
DType_test.cpp51 if (i == static_cast<int>(EbtStruct) || i == static_cast<int>(EbtInterfaceBlock)) in TEST()
/external/swiftshader/src/OpenGL/compiler/
DTypes.h267 : type(EbtInterfaceBlock), precision(EbpUndefined), qualifier(qualifierIn), in TType()
443 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock()
DSymbolTable.cpp80 case EbtInterfaceBlock: mangledName += interfaceBlock->mangledName(); break; in buildMangledName()
DBaseTypes.h86 EbtInterfaceBlock, enumerator