| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_SoundThread.h | 80 uptr stackBufferAddress, 83 uptr userThreadStackBufferAddress, 91 uptr stackBufferAddress, 97 uptr stackBufferAddress, 124 void RegisterSoundFrameUserCallback( SoundFrameUserCallback callback, uptr arg ) in RegisterSoundFrameUserCallback() 134 void GetRegisteredSoundFrameUserCallback( SoundFrameUserCallback* pCallback, uptr* pArg ) in GetRegisteredSoundFrameUserCallback() 185 static void SoundThreadFunc( uptr arg ); 186 static void UserThreadCallback( uptr arg ); 196 uptr m_MsgBuffer[ THREAD_MESSAGE_BUFSIZE ]; 216 uptr m_UserCallbackArg;
|
| D | snd_ThreadStack.h | 29 void Initialize( uptr ptr, size_t size ); 32 uptr GetStackBottom() const { return m_Addr + m_Size; } in GetStackBottom() 33 uptr GetBaseAddress() const { return m_Addr; } in GetBaseAddress() 36 uptr m_Addr;
|
| D | snd_FxDelay.h | 243 bool AssignWorkBuffer( uptr buffer, size_t size ); 274 uptr m_pBuffer; ///< バッファ
|
| D | snd_DriverCommandManager.h | 66 uptr m_SendCommandQueueBuffer[ COMMAND_QUEUE_SIZE ]; 68 uptr m_RecvCommandQueueBuffer[ COMMAND_QUEUE_SIZE ];
|
| D | snd_HardwareManager.h | 136 static void AuxCallbackFunc( nn::snd::AuxBusData* data, s32 sampleLength, uptr userData ); 137 typedef void (*AuxCallback)( nn::snd::AuxBusData* data, s32 sampleLength, uptr userData ); 170 uptr m_AuxCallbackContext[ AUX_BUS_NUM ];
|
| D | snd_FxReverb.h | 346 bool AssignWorkBuffer( uptr buffer, size_t size ); 380 uptr m_pBuffer;
|
| D | snd_Voice.h | 219 uptr userArg 223 uptr userArg 305 uptr m_VoiceUser; // Channel or StreamTrack
|
| D | snd_TaskThread.h | 56 static void ThreadFunc( uptr arg );
|
| D | snd_TaskManager.h | 79 uptr m_MsgBuffer[ THREAD_MESSAGE_BUFSIZE ];
|
| /NW4C-1.2.23/include/nw/demo/ |
| D | demo_GraphicsMemoryAllocator.h | 87 uptr m_CurrentAddrVramA; 88 uptr m_CurrentAddrVramB; 92 uptr MathRoundup(uptr x, int base) in MathRoundup()
|
| D | demo_Memory.h | 121 void Initialize(uptr startAddress, size_t size, bit32 option = 0); 133 uptr GetStartAddress() const { return m_StartAddress; } in GetStartAddress() 267 uptr m_StartAddress;
|
| /NW4C-1.2.23/sources/libraries/snd/ |
| D | snd_SoundThread.cpp | 150 uptr stackBufferAddress, in CreateSoundThread() 153 uptr userThreadStackBufferAddress, in CreateSoundThread() 181 reinterpret_cast<uptr>( &GetInstance() ), in CreateSoundThread() 185 reinterpret_cast<uptr>( &GetInstance() ), in CreateSoundThread() 196 uptr stackBufferAddress, in CreateSoundThread() 211 reinterpret_cast<uptr>( &GetInstance() ), in CreateSoundThread() 228 uptr stackBufferAddress, in CreateUserSoundThread() 258 reinterpret_cast<uptr>( &GetInstance() ), in Create() 277 m_BlockingQueue.Jam( static_cast<uptr>( MESSAGE_SHUTDOWN ) ); in Destroy() 353 m_BlockingQueue.TryEnqueue( static_cast<uptr>( MESSAGE_HW_CALLBACK ) ); in HwCallbackProc() [all …]
|
| D | snd_SoundSystem.cpp | 85 uptr workMem, in Initialize() 107 uptr ptr = workMem; in Initialize() 110 uptr soundThreadCommandBufferPtr = ptr; in Initialize() 112 uptr taskThreadCommandBufferPtr = ptr; in Initialize() 124 uptr soundThreadStackPtr = NULL; in Initialize() 126 uptr userSoundThreadStackPtr = NULL; in Initialize() 148 uptr loadThreadStackPtr = ptr; in Initialize() 155 uptr axVoiceWork = ptr; in Initialize() 166 uptr voiceWork = ptr; in Initialize() 174 uptr channelWork = ptr; in Initialize()
|
| D | snd_DriverCommandManager.cpp | 181 uptr msg = reinterpret_cast<uptr>(m_CommandListBegin); in FlushCommand() 245 uptr msg; in RecvCommandReply() 256 uptr msg = m_RecvCommandQueue.Dequeue(); in WaitCommandReply() 266 uptr msg; in ProcessCommand()
|
| D | snd_TaskThread.cpp | 64 reinterpret_cast<uptr>(this), in Create() 115 void TaskThread::ThreadFunc( uptr arg ) in ThreadFunc()
|
| D | snd_SoundArchiveLoader.cpp | 186 if ( ! Util::IsDeviceMemory( reinterpret_cast<uptr>(buffer), fileSize ) ) in LoadFile() 198 nn::snd::FlushDataCache( reinterpret_cast<uptr>(buffer), fileSize ); in LoadFile()
|
| D | snd_ThreadStack.cpp | 24 void ThreadStack::Initialize( uptr ptr, size_t size ) in Initialize()
|
| D | snd_TaskManager.cpp | 85 m_BlockingQueue.TryEnqueue( static_cast<uptr>( MESSAGE_APPEND ) ); in AppendTask() 331 m_BlockingQueue.Enqueue( static_cast<uptr>( MESSAGE_APPEND ) ); in CancelWaitTask()
|
| /NW4C-1.2.23/sources/libraries/demo/ |
| D | demo_Memory.cpp | 61 uptr address = reinterpret_cast<uptr>(memory); in InitializeDemoAllocator() 89 uptr address = nn::os::GetDeviceMemoryAddress(); in InitializeDemoMemory() 144 DemoAllocator::Initialize(uptr startAddress, size_t size, bit32 option) in Initialize()
|
| /NW4C-1.2.23/include/nw/font/ |
| D | font_ResourceFormat.h | 192 return reinterpret_cast<CMapScanEntry*>( reinterpret_cast<uptr>(this) + sizeof(*this) ); in GetEntries() 272 return reinterpret_cast<CharWidths*>( reinterpret_cast<uptr>(this) + sizeof(*this) ); in GetWidthTable() 293 return reinterpret_cast<u16*>( reinterpret_cast<uptr>(this) + sizeof(*this) ); in GetMapInfo()
|
| D | font_Font.h | 87 uptr GetImage() const in GetImage() 107 uptr m_pImage; //!< イメージへのポインタ
|
| D | font_DispStringBuffer.h | 67 reinterpret_cast<uptr>(this) + sizeof(*this) ); in GetCharAttrs()
|
| /NW4C-1.2.23/include/nw/lyt/ |
| D | lyt_TexMap.h | 313 void SetPhysicalAddress(uptr physicalAddress) in SetPhysicalAddress() 326 uptr GetPhysicalAddress() const in GetPhysicalAddress() 424 uptr m_PhysicalAddress;
|
| /NW4C-1.2.23/demos/snd/effect/sources/ |
| D | main.cpp | 128 reinterpret_cast<uptr>( m_pMemoryForSoundSystem ), in InitializeSoundSystem() 329 reinterpret_cast<uptr>( m_pMemoryForNwFxReverb ), in InitializeEffect() 349 reinterpret_cast<uptr>( m_pMemoryForNwFxDelay ), in InitializeEffect() 374 reinterpret_cast<uptr>( m_pMemoryForNnFxReverb ), in InitializeEffect() 394 reinterpret_cast<uptr>( m_pMemoryForNnFxDelay ), in InitializeEffect()
|
| /NW4C-1.2.23/sources/libraries/font/ |
| D | font_Font.cpp | 108 (nngxGetPhysicalAddr(reinterpret_cast<uptr>(pImage)) / 8) in Set() 110 reinterpret_cast<uptr>(pImage) in Set()
|