Home
last modified time | relevance | path

Searched defs:isInterfaceBlock (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/compiler/translator/
DSymbol.h53 bool isInterfaceBlock() const { return mSymbolClass == SymbolClass::InterfaceBlock; } in isInterfaceBlock() function
DTypes.h235 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock() function
DIntermNode.h168 bool isInterfaceBlock() const { return getType().isInterfaceBlock(); } in isInterfaceBlock() function
DBuildSPIRV.cpp729 const bool isInterfaceBlock = block != nullptr && block->isInterfaceBlock(); in declareType() local
DOutputSPIRV.cpp5453 const bool isInterfaceBlock = type.getBasicType() == EbtInterfaceBlock; in visitDeclaration() local
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp54 bool isInterfaceBlock (void) const { return m_type == TYPE_INTERFACEBLOCK; } in isInterfaceBlock() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
Des31fProgramInterfaceQueryTests.cpp3473 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockArraySizeContents() local
3550 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockArrayStrideContents() local
3609 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockLocationContents() local
3666 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockAtomicCounterBufferIndexContents() local
3693 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockNameLengthContents() local
3707 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockTypeContents() local
3738 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockOffsetContents() local
/external/swiftshader/src/OpenGL/compiler/
DTypes.h443 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock() function
Dintermediate.h320 bool isInterfaceBlock() const { return type.isInterfaceBlock(); } in isInterfaceBlock() function