Searched defs:isInterfaceBlock (Results 1 – 9 of 9) sorted by relevance
53 bool isInterfaceBlock() const { return mSymbolClass == SymbolClass::InterfaceBlock; } in isInterfaceBlock() function
235 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock() function
168 bool isInterfaceBlock() const { return getType().isInterfaceBlock(); } in isInterfaceBlock() function
729 const bool isInterfaceBlock = block != nullptr && block->isInterfaceBlock(); in declareType() local
5453 const bool isInterfaceBlock = type.getBasicType() == EbtInterfaceBlock; in visitDeclaration() local
54 bool isInterfaceBlock (void) const { return m_type == TYPE_INTERFACEBLOCK; } in isInterfaceBlock() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
3473 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockArraySizeContents() local3550 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockArrayStrideContents() local3609 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockLocationContents() local3666 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockAtomicCounterBufferIndexContents() local3693 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockNameLengthContents() local3707 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockTypeContents() local3738 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE… in generateUniformBlockOffsetContents() local
443 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock() function
320 bool isInterfaceBlock() const { return type.isInterfaceBlock(); } in isInterfaceBlock() function