Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DTranslatorMetalUtils.cpp97 case EbtInterfaceBlock: in getBasicMetalString()
293 ASSERT(t->getBasicType() != EbtInterfaceBlock); in getBuiltInMetalTypeNameString()
DEmitMetal.cpp888 case TBasicType::EbtInterfaceBlock: in emitBareTypeName()
/external/angle/src/compiler/translator/
DTypes.cpp103 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()
DFlagStd140Structs.cpp54 if (declarator->getBasicType() == EbtInterfaceBlock) in visitDeclaration()
DCollectVariables.cpp441 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()
DShaderStorageBlockOutputHLSL.cpp563 ASSERT(binaryNode->getLeft()->getBasicType() != EbtInterfaceBlock); in traverseNode()
569 ASSERT(binaryNode->getLeft()->getBasicType() != EbtInterfaceBlock); in traverseNode()
DOutputGLSLBase.cpp256 if (type.getBasicType() == EbtInterfaceBlock) in writeLayoutQualifier()
402 else if (type.getBasicType() == EbtInterfaceBlock) in writeVariableType()
1353 if (type.getBasicType() == EbtInterfaceBlock) in NeedsToWriteLayoutQualifier()
DBaseTypes.h163 EbtInterfaceBlock, enumerator
166 EbtLast = EbtInterfaceBlock
DTypes.h235 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock()
DOutputHLSL.cpp1671 ASSERT(node->getLeft()->getBasicType() != EbtInterfaceBlock); in visitBinary()
DParseContext.cpp1633 if (publicType.getBasicType() != EbtInterfaceBlock) in nonEmptyDeclarationErrorCheck()
7004 if (trueExpression->getBasicType() == EbtInterfaceBlock) in addTernarySelection()
DOutputSPIRV.cpp5453 const bool isInterfaceBlock = type.getBasicType() == EbtInterfaceBlock; in visitDeclaration()
/external/angle/src/tests/compiler_tests/
DType_test.cpp51 if (i == static_cast<int>(EbtStruct) || i == static_cast<int>(EbtInterfaceBlock)) in TEST()
/external/angle/src/compiler/translator/tree_ops/
DForcePrecisionQualifier.cpp70 else if (type.getBasicType() == EbtInterfaceBlock) in visitDeclaration()
/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