Searched refs:interfaceBlockIn (Results 1 – 3 of 3) sorted by relevance
211 TType::TType(const TInterfaceBlock *interfaceBlockIn, in TType() argument217 mInterfaceBlock = interfaceBlockIn; in TType()716 void TType::setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn) in setInterfaceBlock() argument718 if (mInterfaceBlock != interfaceBlockIn) in setInterfaceBlock()720 mInterfaceBlock = interfaceBlockIn; in setInterfaceBlock()725 void TType::setInterfaceBlockField(const TInterfaceBlock *interfaceBlockIn, size_t fieldIndex) in setInterfaceBlockField() argument727 setInterfaceBlock(interfaceBlockIn); in setInterfaceBlockField()
104 TType(const TInterfaceBlock *interfaceBlockIn,234 void setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn);237 void setInterfaceBlockField(const TInterfaceBlock *interfaceBlockIn, size_t fieldIndex);
265 TType(TInterfaceBlock *interfaceBlockIn, TQualifier qualifierIn, in TType() argument269 interfaceBlock(interfaceBlockIn), layoutQualifier(layoutQualifierIn), structure(0), mangled(0) in TType()442 void setInterfaceBlock(TInterfaceBlock *interfaceBlockIn) { interfaceBlock = interfaceBlockIn; } in setInterfaceBlock() argument