Home
last modified time | relevance | path

Searched refs:nFrameCurrent (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofileui.h724 int64_t nStart = S.Frames[S.nFrameCurrent].nFrameStartCpu; in MicroProfileZoomTo()
733 int64_t nStart = S.Frames[S.nFrameCurrent].nFrameStartCpu; in MicroProfileCenter()
851 uint32_t nFrameNext = (S.nFrameCurrent+1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDrawDetailedBars()
852 MicroProfileFrameState* pFrameCurrent = &S.Frames[S.nFrameCurrent]; in MicroProfileDrawDetailedBars()
900 …uint32_t nNextIndex = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - i) % MICROPROFILE_MAX_FR… in MicroProfileDrawDetailedBars()
1333 uint32_t nLastIndex = (S.nFrameCurrent+1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDrawDetailedFrameHistory()
1339 MicroProfileFrameState* pFrameCurrent = &S.Frames[S.nFrameCurrent]; in MicroProfileDrawDetailedFrameHistory()
1350 …uint32_t nIndex = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - i) % MICROPROFILE_MAX_FRAME_… in MicroProfileDrawDetailedFrameHistory()
1391 …nSelectedFrame = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - nSelectedFrame) % MICROPROFIL… in MicroProfileDrawDetailedView()
2768 uint32_t nFrameNext = (S.nFrameCurrent+1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDraw()
[all …]
H A Dmicroprofile.h780 uint32_t nFrameCurrent; member
1563 …S.nFrameCurrent = (S.nFramePut + MICROPROFILE_MAX_FRAME_HISTORY - MICROPROFILE_GPU_FRAME_DELAY - 1… in MicroProfileFlip()
1565 uint32_t nFrameNext = (S.nFrameCurrent+1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileFlip()
1579 MicroProfileFrameState* pFrameCurrent = &S.Frames[S.nFrameCurrent]; in MicroProfileFlip()
2251 const uint32_t nStart = S.nFrameCurrent; in MicroProfileDumpCsv()
2517 …uint32_t nFirstFrame = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - nNumFrames) % MICROPROF… in MicroProfileDumpHtml()
2519 MP_ASSERT(nLastFrame == (S.nFrameCurrent % MICROPROFILE_MAX_FRAME_HISTORY)); in MicroProfileDumpHtml()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofileui.h724 int64_t nStart = S.Frames[S.nFrameCurrent].nFrameStartCpu; in MicroProfileZoomTo()
733 int64_t nStart = S.Frames[S.nFrameCurrent].nFrameStartCpu; in MicroProfileCenter()
851 uint32_t nFrameNext = (S.nFrameCurrent+1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDrawDetailedBars()
852 MicroProfileFrameState* pFrameCurrent = &S.Frames[S.nFrameCurrent]; in MicroProfileDrawDetailedBars()
900 …uint32_t nNextIndex = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - i) % MICROPROFILE_MAX_FR… in MicroProfileDrawDetailedBars()
1333 uint32_t nLastIndex = (S.nFrameCurrent+1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDrawDetailedFrameHistory()
1339 MicroProfileFrameState* pFrameCurrent = &S.Frames[S.nFrameCurrent]; in MicroProfileDrawDetailedFrameHistory()
1350 …uint32_t nIndex = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - i) % MICROPROFILE_MAX_FRAME_… in MicroProfileDrawDetailedFrameHistory()
1391 …nSelectedFrame = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - nSelectedFrame) % MICROPROFIL… in MicroProfileDrawDetailedView()
2768 uint32_t nFrameNext = (S.nFrameCurrent+1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDraw()
[all …]
H A Dmicroprofile.h780 uint32_t nFrameCurrent; member
1561 …S.nFrameCurrent = (S.nFramePut + MICROPROFILE_MAX_FRAME_HISTORY - MICROPROFILE_GPU_FRAME_DELAY - 1… in MicroProfileFlip()
1563 uint32_t nFrameNext = (S.nFrameCurrent+1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileFlip()
1577 MicroProfileFrameState* pFrameCurrent = &S.Frames[S.nFrameCurrent]; in MicroProfileFlip()
2249 const uint32_t nStart = S.nFrameCurrent; in MicroProfileDumpCsv()
2515 …uint32_t nFirstFrame = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - nNumFrames) % MICROPROF… in MicroProfileDumpHtml()
2517 MP_ASSERT(nLastFrame == (S.nFrameCurrent % MICROPROFILE_MAX_FRAME_HISTORY)); in MicroProfileDumpHtml()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofileui.h724 int64_t nStart = S.Frames[S.nFrameCurrent].nFrameStartCpu; in MicroProfileZoomTo()
733 int64_t nStart = S.Frames[S.nFrameCurrent].nFrameStartCpu; in MicroProfileCenter()
851 uint32_t nFrameNext = (S.nFrameCurrent+1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDrawDetailedBars()
852 MicroProfileFrameState* pFrameCurrent = &S.Frames[S.nFrameCurrent]; in MicroProfileDrawDetailedBars()
900 …uint32_t nNextIndex = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - i) % MICROPROFILE_MAX_FR… in MicroProfileDrawDetailedBars()
1333 uint32_t nLastIndex = (S.nFrameCurrent+1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDrawDetailedFrameHistory()
1339 MicroProfileFrameState* pFrameCurrent = &S.Frames[S.nFrameCurrent]; in MicroProfileDrawDetailedFrameHistory()
1350 …uint32_t nIndex = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - i) % MICROPROFILE_MAX_FRAME_… in MicroProfileDrawDetailedFrameHistory()
1391 …nSelectedFrame = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - nSelectedFrame) % MICROPROFIL… in MicroProfileDrawDetailedView()
2768 uint32_t nFrameNext = (S.nFrameCurrent+1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileDraw()
[all …]
H A Dmicroprofile.h780 uint32_t nFrameCurrent; member
1561 …S.nFrameCurrent = (S.nFramePut + MICROPROFILE_MAX_FRAME_HISTORY - MICROPROFILE_GPU_FRAME_DELAY - 1… in MicroProfileFlip()
1563 uint32_t nFrameNext = (S.nFrameCurrent+1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileFlip()
1577 MicroProfileFrameState* pFrameCurrent = &S.Frames[S.nFrameCurrent]; in MicroProfileFlip()
2249 const uint32_t nStart = S.nFrameCurrent; in MicroProfileDumpCsv()
2515 …uint32_t nFirstFrame = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - nNumFrames) % MICROPROF… in MicroProfileDumpHtml()
2517 MP_ASSERT(nLastFrame == (S.nFrameCurrent % MICROPROFILE_MAX_FRAME_HISTORY)); in MicroProfileDumpHtml()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dmicroprofile.h1543 uint32_t nFrameCurrent; member
2635 …S.nFrameCurrent = (S.nFramePut + MICROPROFILE_MAX_FRAME_HISTORY - MICROPROFILE_GPU_FRAME_DELAY - 1… in MicroProfileFlipCpu()
2637 uint32_t nFrameNext = (S.nFrameCurrent+1) % MICROPROFILE_MAX_FRAME_HISTORY; in MicroProfileFlipCpu()
2651 MicroProfileFrameState* pFrameCurrent = &S.Frames[S.nFrameCurrent]; in MicroProfileFlipCpu()
3497 const uint32_t nStart = S.nFrameCurrent; in MicroProfileDumpCsv()
3790 …const MicroProfileFrameState* pProbeFrame = &S.Frames[(S.nFrameCurrent - i + MICROPROFILE_MAX_FRAM… in MicroProfileDumpHtml()
3791 …const MicroProfileFrameState* pProbeFrameNext = &S.Frames[(S.nFrameCurrent - i + 1 + MICROPROFILE_… in MicroProfileDumpHtml()
3814 …uint32_t nFirstFrame = (S.nFrameCurrent + MICROPROFILE_MAX_FRAME_HISTORY - nNumFrames) % MICROPROF… in MicroProfileDumpHtml()
3816 MP_ASSERT(nLastFrame == (S.nFrameCurrent % MICROPROFILE_MAX_FRAME_HISTORY)); in MicroProfileDumpHtml()