Home
last modified time | relevance | path

Searched refs:interfaceBlockIn (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DTypes.cpp186 TType::TType(const TInterfaceBlock *interfaceBlockIn, in TType() argument
192 mInterfaceBlock = interfaceBlockIn; in TType()
677 void TType::setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn) in setInterfaceBlock() argument
679 if (mInterfaceBlock != interfaceBlockIn) in setInterfaceBlock()
681 mInterfaceBlock = interfaceBlockIn; in setInterfaceBlock()
DTypes.h104 TType(const TInterfaceBlock *interfaceBlockIn,
230 void setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn);