Searched refs:commandBufferPtr (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.5/sources/libraries/gr/CTR/ |
| D | gr_Utility.cpp | 187 … const uptr commandBufferPtr, const size_t commandBufferSize ) in MakeChannel0SubroutineCommand() argument 190 … NN_GR_ASSERT( (commandBufferPtr >> 3) % 2 == 0 && (commandBufferSize >> 3) % 2 == 0 ); in MakeChannel0SubroutineCommand() 204 *command++ = nngxGetPhysicalAddr(commandBufferPtr) >> 3; in MakeChannel0SubroutineCommand() 216 … const uptr commandBufferPtr, const size_t commandBufferSize ) in MakeChannel1SubroutineCommand() argument 231 *command++ = nngxGetPhysicalAddr(commandBufferPtr) >> 3; in MakeChannel1SubroutineCommand() 245 …bit32* MakeChannel0JumpCommand( bit32* command, const uptr commandBufferPtr, const size_t commandB… in MakeChannel0JumpCommand() argument 248 … NN_GR_ASSERT( (commandBufferPtr >> 3) % 2 == 0 && (commandBufferSize >> 3) % 2 == 0 ); in MakeChannel0JumpCommand() 255 *command++ = nngxGetPhysicalAddr(commandBufferPtr) >> 3; in MakeChannel0JumpCommand() 267 …bit32* MakeChannel1JumpCommand( bit32* command, const uptr commandBufferPtr, const size_t commandB… 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/gr/CTR/ |
| D | gr_Utility.h | 963 …0SubroutineCommand( bit32* command, uptr* bufferSizePtr, const uptr commandBufferPtr, const size_t… 977 …1SubroutineCommand( bit32* command, uptr* bufferSizePtr, const uptr commandBufferPtr, const size_t… 990 …bit32* MakeChannel0JumpCommand( bit32* command, const uptr commandBufferPtr, const size_t commandB… 1003 …bit32* MakeChannel1JumpCommand( bit32* command, const uptr commandBufferPtr, const size_t commandB…
|