| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_CommandListSwapper.cpp | 406 NW_DEV_LOG("[CommandListSwapper::WaitDone] nngxWaitCmdlistDone Timeout!\n"); in DumpCommandListParameter() 407 NW_DEV_LOG("(Timeout: %lld [msec])\n", COMMAND_LIST_WAIT_TIME_OUT); in DumpCommandListParameter() 412 NW_DEV_LOG("Running Command List : %s\n", (paramIsRunning ? "true" : "false")); in DumpCommandListParameter() 417 NW_DEV_LOG("Binding ID : %d\n", paramBinding); in DumpCommandListParameter() 422 NW_DEV_LOG("Top address of 3D command buffer : 0x%08x\n", paramBufAddr); in DumpCommandListParameter() 427 NW_DEV_LOG("Top address of command request buffer : 0x%08x\n", paramRequestAddr); in DumpCommandListParameter() 432 NW_DEV_LOG("Max 3D command buffer size : %d [byte(s)]\n", paramMaxBufSize); in DumpCommandListParameter() 437 NW_DEV_LOG("Max command request count : %d\n", paramMaxRequestCount); in DumpCommandListParameter() 442 NW_DEV_LOG("Used buffer size : %d [byte(s)]\n", paramUsedBufSize); in DumpCommandListParameter() 447 NW_DEV_LOG("Used command request count : %d\n", paramUsedRequestCount); in DumpCommandListParameter() [all …]
|
| D | demo_DebugUtility.cpp | 56 … NW_DEV_LOG("-------------------------------------------------------------------------------\n"); in CalcLoadMeter() 57 … NW_DEV_LOG("| Entering CPU profiling mode. |\n"); in CalcLoadMeter() 58 … NW_DEV_LOG("-------------------------------------------------------------------------------\n"); in CalcLoadMeter() 59 NW_DEV_LOG("Command list won't run.\n"); in CalcLoadMeter() 60 NW_DEV_LOG("Load meter will be output to log.\n"); in CalcLoadMeter() 61 NW_DEV_LOG("To leave profiling mode, turn DBG switch OFF.\n"); in CalcLoadMeter() 62 NW_DEV_LOG("\n"); in CalcLoadMeter() 66 … NW_DEV_LOG("-------------------------------------------------------------------------------\n"); in CalcLoadMeter() 67 … NW_DEV_LOG("| Leaving CPU profiling mode. |\n"); in CalcLoadMeter() 68 … NW_DEV_LOG("-------------------------------------------------------------------------------\n"); in CalcLoadMeter() [all …]
|
| D | demo_HioPacketChannel.cpp | 131 NW_DEV_LOG("SendPacket() : Failed to send packet\n"); in SendPacket() 141 NW_DEV_LOG("SendPacket() : Failed to send packet\n"); in SendPacket() 152 NW_DEV_LOG("SendPacket() : Failed to send packet\n"); in SendPacket() 163 NW_DEV_LOG("SendPacket() : Failed to send packet\n"); in SendPacket() 174 NW_DEV_LOG("SendPacket() : Failed to send packet\n"); in SendPacket()
|
| D | demo_AutoTester.cpp | 316 NW_DEV_LOG("NW_SCREENSHOT_TEST: OK\n"); in SendScreenshot() 321 NW_DEV_LOG("NW_SCREENSHOT_TEST: NG\n"); in SendScreenshot()
|
| /NW4C-2.0.3/demos/Nw4cDemo/include/ |
| D | framework.h | 46 NW_DEV_LOG( "[DEMO] Command Buffer Single\n\n" ); in SwapCommandBufferMode() 51 NW_DEV_LOG( "[DEMO] Command Buffer Double\n\n" ); in SwapCommandBufferMode() 61 NW_DEV_LOG( "[DEMO] Layout Draw Off\n\n" ); in SwapLayoutVisible() 66 NW_DEV_LOG( "[DEMO] Layout Draw On\n\n" ); in SwapLayoutVisible() 76 NW_DEV_LOG( "[DEMO] Cpu Meter Draw Off\n\n" ); in SwapCpuMeterVisible() 81 NW_DEV_LOG( "[DEMO] Cpu Meter Draw On\n\n" ); in SwapCpuMeterVisible() 91 NW_DEV_LOG( "[DEMO] Demo Stop\n\n" ); in SwapPlay() 96 NW_DEV_LOG( "[DEMO] Demo Play\n\n" ); in SwapPlay() 122 NW_DEV_LOG( "[DEMO] Demo Add Frame\n\n" ); in SetAddFrame()
|
| /NW4C-2.0.3/demos/Nw4cDemo/sources/ |
| D | main.cpp | 282 NW_DEV_LOG( "\n[CPU COST LOG]\n" ); in OutputLog() 288 NW_DEV_LOG( "CPU COST:%8.4f[%8.4f%%]\n", cpuCost, cpuCost/16.666f*100.f ); in OutputLog() 289 NW_DEV_LOG( "[GPU COST LOG]\n" ); in OutputLog() 295 NW_DEV_LOG( "GPU COST:%8.4f[%8.4f%%]\n\n", gpuCost, gpuCost/16.666f*100.f ); in OutputLog() 402 NW_DEV_LOG( "[DEMO] Demo Reset\n\n" ); in SendPadMassage() 408 …NW_DEV_LOG( "[DEMO] FRAME_END - START:%8.4f[%8.4f%%]\n", s_FrameStatus.GetAllTime(), s_FrameStatus… in SendPadMassage() 409 …NW_DEV_LOG( "[DEMO] WAIT GPU :%8.4f[%8.4f%%]\n", s_FrameStatus.GetGpuWaitTime(), s_FrameSt… in SendPadMassage() 410 NW_DEV_LOG( "[DEMO] COMMNAD REQ COUNT :%d\n", s_FrameStatus.GetUsedReqCount() ); in SendPadMassage() 411 NW_DEV_LOG( "[DEMO] STEREO PARAM LEVEL :%f\n", s_Demo->GetStereoLevel() ); in SendPadMassage() 412 NW_DEV_LOG( "[DEMO] STEREO PARAM RANGE :%f\n", s_Demo->GetStereoRange() ); in SendPadMassage() [all …]
|
| D | SmSceneCtrl.cpp | 239 NW_DEV_LOG( "SceneContex:SceneNode Num %d\n", cnt ); in OutputLog() 250 NW_DEV_LOG( "SceneContex:ModelArray Num %d\n", cnt ); in OutputLog() 261 NW_DEV_LOG( "SceneContex:Particle Model Array Num %d\n", cnt ); in OutputLog() 272 NW_DEV_LOG( "SceneContex:Particle Set Array Num %d\n", cnt ); in OutputLog()
|
| D | SmCamera.cpp | 233 if (animGroup == NULL){ NW_DEV_LOG("SmCamera:Dont have AnimGroup"); } in SetAnimEvaluatorNo()
|
| /NW4C-2.0.3/include/nw/dev/ |
| D | dev_Utility.h | 33 void NW_DEV_LOG( const char* fmt, ... ); 49 #define NW_DEV_LOG(...) (void)0 macro
|
| D | dev_Profile.h | 455 …NW_DEV_LOG("%d : %6.2f us\n", i, static_cast<float>( m_Ticks[i].ToTimeSpan().GetNanoSeconds() ) / … in Report() 458 …NW_DEV_LOG("Total : %6.2f us\n", static_cast<float>( total.ToTimeSpan().GetNanoSeconds() ) / 1000.… in Report()
|
| /NW4C-2.0.3/include/nw/demo/ |
| D | demo_Memory.h | 163 NW_DEV_LOG("Alloc(): Specified memory block allocated\n"); in Alloc() 186 NW_DEV_LOG("Free(): Specified memory block freed\n"); in Free()
|
| D | demo_DebugUtility.h | 300 NW_DEV_LOG( in TestMemoryLeak() 307 NW_DEV_LOG( in TestMemoryLeak()
|
| /NW4C-2.0.3/sources/libraries/dev/ |
| D | dev_Profile.cpp | 135 NW_DEV_LOG("\n"); in DumpReports() 144 NW_DEV_LOG("Time: [ms]\n"); in DumpReports() 150 NW_DEV_LOG("Time: [us]\n"); in DumpReports() 201 NW_DEV_LOG(caption); in DumpReports() 263 NW_DEV_LOG(output); in DumpReports()
|
| D | dev_Utility.cpp | 32 NW_DEV_LOG( const char* fmt, ... ) in NW_DEV_LOG() function
|
| D | dev_Screenshot.cpp | 111 …NW_DEV_LOG("|%s|0x%08x, 0x%08x, 0x%08x, 0x%08x, 0x%08x|\n", display, m_Hash[0], m_Hash[1], m_Hash[… in DumpHash()
|
| /NW4C-2.0.3/demos/gfx/ParticleCtrlEmissionDemo/sources/ |
| D | ParticleCtrlEmissionDemo.cpp | 340 NW_DEV_LOG("[ParticleCtrlEmissionDemo Ctrl]\n"); in InitializeParticleCtrlEmissionDemo() 341 NW_DEV_LOG("l : Decrement Emission Ratio\n"); in InitializeParticleCtrlEmissionDemo() 342 NW_DEV_LOG("r : Additive Emission Ratio\n"); in InitializeParticleCtrlEmissionDemo()
|
| /NW4C-2.0.3/demos/gfx/ParticleChokeDemo/sources/ |
| D | ParticleChokeDemo.cpp | 356 NW_DEV_LOG("[ParticleChokeDemo]\n"); in InitializeParticleChokeDemo() 357 NW_DEV_LOG("Button R : Restart Partcile\n"); in InitializeParticleChokeDemo()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_RenderQueue.h | 338 NW_DEV_LOG("%3d : Command(%x)\n", in operator() 348 NW_DEV_LOG("%3d : Model(%s), Mesh(%s), Material(%s)\n", in operator()
|