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.h238 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock() function
DIntermNode.h175 bool isInterfaceBlock() const { return getType().isInterfaceBlock(); } in isInterfaceBlock() function
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.hpp75 bool isInterfaceBlock(void) const in isInterfaceBlock() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
Des31fProgramInterfaceQueryTests.cpp3660 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockArraySizeContents() local
3754 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockArrayStrideContents() local
3824 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockLocationContents() local
3901 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockAtomicCounterBufferIndexContents() local
3934 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockNameLengthContents() local
3952 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockTypeContents() local
3984 …const bool isInterfaceBlock = (parentStructure->getType() == ResourceDefinition::Node::TYPE_INTERF… in generateUniformBlockOffsetContents() local
/external/skia/src/sksl/ir/
DSkSLType.h544 virtual bool isInterfaceBlock() const { in isInterfaceBlock() function
DSkSLType.cpp128 bool isInterfaceBlock() const override { in isInterfaceBlock() function in SkSL::AliasType
632 bool isInterfaceBlock() const override { in isInterfaceBlock() function in SkSL::StructType
/external/angle/src/compiler/translator/spirv/
DBuildSPIRV.cpp1090 const bool isInterfaceBlock = block != nullptr && block->isInterfaceBlock(); in declareType() local
DOutputSPIRV.cpp6137 const bool isInterfaceBlock = type.getBasicType() == EbtInterfaceBlock; in visitDeclaration() local