Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DSymbol.h47 bool isInterfaceBlock() const { return mSymbolClass == SymbolClass::InterfaceBlock; } in isInterfaceBlock() function
DTypes.h231 bool isInterfaceBlock() const { return type == EbtInterfaceBlock; } in isInterfaceBlock() function
DIntermNode.h167 bool isInterfaceBlock() const { return getType().isInterfaceBlock(); } in isInterfaceBlock() function