Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/ir/
H A DSkSLType.cpp136 bool isInterfaceBlock() const override { in isInterfaceBlock() function in SkSL::AliasType
659 bool isInterfaceBlock() const override { in isInterfaceBlock() function in SkSL::StructType
H A DSkSLType.h544 virtual bool isInterfaceBlock() const { in isInterfaceBlock() function
/aosp_15_r20/external/angle/src/compiler/translator/
H A DSymbol.h53 bool isInterfaceBlock() const { return mSymbolClass == SymbolClass::InterfaceBlock; } in isInterfaceBlock() function
H A DTypes.h238 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock() function
H A DIntermNode.h177 bool isInterfaceBlock() const { return getType().isInterfaceBlock(); } in isInterfaceBlock() function
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A 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
H A Des31fProgramInterfaceDefinitionUtil.hpp75 bool isInterfaceBlock(void) const in isInterfaceBlock() function in deqp::gles31::Functional::ProgramInterfaceDefinition::VariablePathComponent
/aosp_15_r20/external/angle/src/compiler/translator/spirv/
H A DBuildSPIRV.cpp1086 const bool isInterfaceBlock = block != nullptr && block->isInterfaceBlock(); in declareType() local
H A DOutputSPIRV.cpp6058 const bool isInterfaceBlock = type.getBasicType() == EbtInterfaceBlock; in visitDeclaration() local