Searched refs:interfaceBlockIn (Results 1 – 3 of 3) sorted by relevance
211 TType::TType(const TInterfaceBlock *interfaceBlockIn, in TType() argument217 mInterfaceBlock = interfaceBlockIn; in TType()723 void TType::setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn) in setInterfaceBlock() argument725 if (mInterfaceBlock != interfaceBlockIn) in setInterfaceBlock()727 mInterfaceBlock = interfaceBlockIn; in setInterfaceBlock()732 void TType::setInterfaceBlockField(const TInterfaceBlock *interfaceBlockIn, size_t fieldIndex) in setInterfaceBlockField() argument734 setInterfaceBlock(interfaceBlockIn); in setInterfaceBlockField()
104 TType(const TInterfaceBlock *interfaceBlockIn,236 void setInterfaceBlock(const TInterfaceBlock *interfaceBlockIn);239 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