/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/common/ |
H A D | example-glue.cpp | 327 , double(stats->cpuTimeEnd - stats->cpuTimeBegin)*toMsCpu in showExampleDialog() 410 const float cpuMs = float( (encoderStats.cpuTimeEnd-encoderStats.cpuTimeBegin)*toCpuMs); in showExampleDialog() 441 … const float cpuTimeElapsed = float((viewStats.cpuTimeEnd - viewStats.cpuTimeBegin) * toCpuMs); in showExampleDialog()
|
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/common/ |
H A D | example-glue.cpp | 327 , double(stats->cpuTimeEnd - stats->cpuTimeBegin)*toMsCpu in showExampleDialog() 410 const float cpuMs = float( (encoderStats.cpuTimeEnd-encoderStats.cpuTimeBegin)*toCpuMs); in showExampleDialog() 441 … const float cpuTimeElapsed = float((viewStats.cpuTimeEnd - viewStats.cpuTimeBegin) * toCpuMs); in showExampleDialog()
|
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/bindings/d/ |
H A D | types.d | 928 long cpuTimeEnd; /// CPU (submit) end time. member 937 long cpuTimeEnd; /// Encoder thread CPU submit end time. variable 949 long cpuTimeEnd; /// Render thread CPU submit end time. member
|
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/bindings/d/ |
H A D | types.d | 928 long cpuTimeEnd; /// CPU (submit) end time. member 937 long cpuTimeEnd; /// Encoder thread CPU submit end time. variable 949 long cpuTimeEnd; /// Render thread CPU submit end time. member
|
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/ |
H A D | renderer_noop.cpp | 248 perfStats.cpuTimeEnd = timeBegin; in submit()
|
H A D | renderer.h | 524 viewStats.cpuTimeEnd = bx::getHPCounter(); in end()
|
H A D | bgfx_p.h | 4851 m_encoderStats[ii].cpuTimeEnd = m_encoder[idx].m_cpuTimeEnd; in encoderApiWait() 4889 m_encoderStats[0].cpuTimeEnd = m_encoder[0].m_cpuTimeEnd; in encoderApiWait()
|
H A D | renderer_d3d9.cpp | 4415 perfStats.cpuTimeEnd = timeEnd; in submit()
|
H A D | renderer_mtl.mm | 4622 perfStats.cpuTimeEnd = timeEnd;
|
H A D | renderer_d3d11.cpp | 6173 perfStats.cpuTimeEnd = timeEnd; in submit()
|
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/ |
H A D | renderer_noop.cpp | 248 perfStats.cpuTimeEnd = timeBegin; in submit()
|
H A D | renderer.h | 524 viewStats.cpuTimeEnd = bx::getHPCounter(); in end()
|
H A D | bgfx_p.h | 4851 m_encoderStats[ii].cpuTimeEnd = m_encoder[idx].m_cpuTimeEnd; in encoderApiWait() 4889 m_encoderStats[0].cpuTimeEnd = m_encoder[0].m_cpuTimeEnd; in encoderApiWait()
|
H A D | renderer_d3d9.cpp | 4415 perfStats.cpuTimeEnd = timeEnd; in submit()
|
H A D | renderer_mtl.mm | 4622 perfStats.cpuTimeEnd = timeEnd;
|
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/include/bgfx/ |
H A D | bgfx.h | 915 int64_t cpuTimeEnd; //!< CPU (submit) end time. member 927 int64_t cpuTimeEnd; //!< Encoder thread CPU submit end time. member 940 int64_t cpuTimeEnd; //!< Render thread CPU submit end time. member
|
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/include/bgfx/ |
H A D | bgfx.h | 915 int64_t cpuTimeEnd; //!< CPU (submit) end time. member 927 int64_t cpuTimeEnd; //!< Encoder thread CPU submit end time. member 940 int64_t cpuTimeEnd; //!< Render thread CPU submit end time. member
|
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/examples/17-drawstress/ |
H A D | drawstress.cpp | 370 …ImGui::Text("CPU %0.6f [ms]", double(stats->cpuTimeEnd - stats->cpuTimeBegin)*1000.0/stats->cpuTim… in update()
|
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/examples/17-drawstress/ |
H A D | drawstress.cpp | 370 …ImGui::Text("CPU %0.6f [ms]", double(stats->cpuTimeEnd - stats->cpuTimeBegin)*1000.0/stats->cpuTim… in update()
|
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/bindings/cs/ |
H A D | bgfx.cs | 2060 public long cpuTimeEnd; field 2068 public long cpuTimeEnd; field 2075 public long cpuTimeEnd; field
|
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/bindings/cs/ |
H A D | bgfx.cs | 2060 public long cpuTimeEnd; field 2068 public long cpuTimeEnd; field 2075 public long cpuTimeEnd; field
|
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/include/bgfx/c99/ |
H A D | bgfx.h | 787 int64_t cpuTimeEnd; /** CPU (submit) end time. */ member 800 int64_t cpuTimeEnd; /** Encoder thread CPU submit end time. */ member 814 int64_t cpuTimeEnd; /** Render thread CPU submit end time. */ member
|
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/include/bgfx/c99/ |
H A D | bgfx.h | 787 int64_t cpuTimeEnd; /** CPU (submit) end time. */ member 800 int64_t cpuTimeEnd; /** Encoder thread CPU submit end time. */ member 814 int64_t cpuTimeEnd; /** Render thread CPU submit end time. */ member
|
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/scripts/ |
H A D | bgfx.idl | 864 .cpuTimeEnd "int64_t" --- CPU (submit) end time. 871 .cpuTimeEnd "int64_t" --- Encoder thread CPU submit end time. 880 .cpuTimeEnd "int64_t" --- Render thread CPU submit end time.
|
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/scripts/ |
H A D | bgfx.idl | 864 .cpuTimeEnd "int64_t" --- CPU (submit) end time. 871 .cpuTimeEnd "int64_t" --- Encoder thread CPU submit end time. 880 .cpuTimeEnd "int64_t" --- Render thread CPU submit end time.
|