Lines Matching refs:bit32
46 CommandBufferJumpHelper(bit32* address);
69 inline bit32* GetStartPtr() { return m_StartPtr; } in GetStartPtr()
76 inline bit32* GetCurrentPtr() { return m_CurrentPtr; } in GetCurrentPtr()
83 void Put(bit32* address) { in Put()
96 m_CurrentPtr = reinterpret_cast<bit32*>(address); in Put()
105 void CopyFrom(const bit32* begin, const bit32* end) in CopyFrom()
115 void CopyFrom(const bit32* begin, int count) in CopyFrom()
117 nstd::MemCpy(m_CurrentPtr, begin, count * sizeof(bit32)); in CopyFrom()
134 void FinalizeJump(bit32* endAddress);
138 bit32* m_CurrentPtr;
140 bit32* m_StartPtr;
142 bit32* m_ReturnPtr;
149 inline size_t GetOffsetFromPtr( bit32* start, bit32* end ) const in GetOffsetFromPtr()
151 return (end - start) * sizeof(bit32); in GetOffsetFromPtr()
163 bit32* AddDummyDataForCommandBuffer( bit32* command, const size_t addSize );
177 bit32 header );
189 bit32 header );
202 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandVS()
221 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandVS()
240 … inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandVS()
266 …inline bit32* MakeUniformCommandVS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandVS()
310 inline bit32* MakeUniformCommandVS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandVS()
328 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX34& mtx34 ) in MakeUniformCommandGS()
347 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::MTX44& mtx44 ) in MakeUniformCommandGS()
366 … inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::VEC4& vec4 ) in MakeUniformCommandGS()
389 …inline bit32* MakeUniformCommandGS( bit32* command, u8 location, const nn::math::VEC4 vec4[], cons… in MakeUniformCommandGS()
430 inline bit32* MakeUniformCommandGS( bit32* command, u8 location, u8 x, u8 y, u8 z ) in MakeUniformCommandGS()
926 bit32* MakeDisableAllCommand( bit32* command );
949 bit32* MakeChannelKickCommand( bit32* command, const CommandBufferChannel channel );
963 …bit32* MakeChannel0SubroutineCommand( bit32* command, uptr* bufferSizePtr, const uptr commandBuffe…
977 …bit32* MakeChannel1SubroutineCommand( bit32* command, uptr* bufferSizePtr, const uptr commandBuffe…
990 …bit32* MakeChannel0JumpCommand( bit32* command, const uptr commandBufferPtr, const size_t commandB…
1003 …bit32* MakeChannel1JumpCommand( bit32* command, const uptr commandBufferPtr, const size_t commandB…
1024 … bit32* MakePostVertexCacheEntryTypeCommand( bit32* command, const PostVertexCacheEntryType type );