Searched defs:isInterfaceBlock (Results 1 – 9 of 9) sorted by relevance
136 bool isInterfaceBlock() const override { in isInterfaceBlock() function in SkSL::AliasType659 bool isInterfaceBlock() const override { in isInterfaceBlock() function in SkSL::StructType
544 virtual bool isInterfaceBlock() const { in isInterfaceBlock() function
53 bool isInterfaceBlock() const { return mSymbolClass == SymbolClass::InterfaceBlock; } in isInterfaceBlock() function
238 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock() function
177 bool isInterfaceBlock() const { return getType().isInterfaceBlock(); } in isInterfaceBlock() function
3660 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockArraySizeContents() local3754 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockArrayStrideContents() local3824 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockLocationContents() local3901 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockAtomicCounterBufferIndexContents() local3934 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockNameLengthContents() local3952 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockTypeContents() local3984 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockOffsetContents() local
75 bool isInterfaceBlock(void) const in isInterfaceBlock() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
1086 const bool isInterfaceBlock = block != nullptr && block->isInterfaceBlock(); in declareType() local
6058 const bool isInterfaceBlock = type.getBasicType() == EbtInterfaceBlock; in visitDeclaration() local