Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h47 bool isInterfaceBlock() const { return mSymbolClass == SymbolClass::InterfaceBlock; } in isInterfaceBlock() function
DTypes.h220 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock() function
DIntermNode.h162 bool isInterfaceBlock() const { return getType().isInterfaceBlock(); } in isInterfaceBlock() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbol.h53 bool isInterfaceBlock() const { return mSymbolClass == SymbolClass::InterfaceBlock; } in isInterfaceBlock() function
DTypes.h237 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock() function
DIntermNode.h175 bool isInterfaceBlock() const { return getType().isInterfaceBlock(); } in isInterfaceBlock() function
DBuildSPIRV.cpp902 const bool isInterfaceBlock = block != nullptr && block->isInterfaceBlock(); in declareType() local
DOutputSPIRV.cpp5939 const bool isInterfaceBlock = type.getBasicType() == EbtInterfaceBlock; in visitDeclaration() local
/third_party/skia/third_party/externals/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