Home
last modified time | relevance | path

Searched refs:commandBufferSize (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-4.2.5/sources/libraries/gr/CTR/
Dgr_Utility.cpp187 … const uptr commandBufferPtr, const size_t commandBufferSize ) in MakeChannel0SubroutineCommand() argument
190 … NN_GR_ASSERT( (commandBufferPtr >> 3) % 2 == 0 && (commandBufferSize >> 3) % 2 == 0 ); in MakeChannel0SubroutineCommand()
195 *command++ = commandBufferSize >> 3; in MakeChannel0SubroutineCommand()
216 … const uptr commandBufferPtr, const size_t commandBufferSize ) in MakeChannel1SubroutineCommand() argument
225 *command++ = commandBufferSize >> 3; in MakeChannel1SubroutineCommand()
245 …eChannel0JumpCommand( bit32* command, const uptr commandBufferPtr, const size_t commandBufferSize ) in MakeChannel0JumpCommand() argument
248 … NN_GR_ASSERT( (commandBufferPtr >> 3) % 2 == 0 && (commandBufferSize >> 3) % 2 == 0 ); in MakeChannel0JumpCommand()
251 *command++ = commandBufferSize >> 3; in MakeChannel0JumpCommand()
267 …eChannel1JumpCommand( bit32* command, const uptr commandBufferPtr, const size_t commandBufferSize ) in MakeChannel1JumpCommand() argument
270 … NN_GR_ASSERT( (commandBufferPtr >> 3) % 2 == 0 && (commandBufferSize >> 3) % 2 == 0 ); in MakeChannel1JumpCommand()
[all …]
/CTR-SDK-4.2.5/include/nn/font/CTR/
Dfont_DispStringBuffer.h49 u32 commandBufferSize; // member
79 return 0 == commandBufferSize; in IsCommandEmpty()
/CTR-SDK-4.2.5/include/nn/gr/CTR/
Dgr_Utility.h963 …bit32* command, uptr* bufferSizePtr, const uptr commandBufferPtr, const size_t commandBufferSize );
977 …bit32* command, uptr* bufferSizePtr, const uptr commandBufferPtr, const size_t commandBufferSize );
990 …Channel0JumpCommand( bit32* command, const uptr commandBufferPtr, const size_t commandBufferSize );
1003 …Channel1JumpCommand( bit32* command, const uptr commandBufferPtr, const size_t commandBufferSize );