Home
last modified time | relevance | path

Searched refs:m_nQueryFrame (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/microprofile/
H A Dmicroprofile.h669 uint32_t m_nQueryFrame; member
3349 MicroProfileD3D11Frame& Frame = S.GPU.m_QueryFrames[S.GPU.m_nQueryFrame]; in MicroProfileGpuInsertTimeStamp()
3404 MicroProfileD3D11Frame& CurrentFrame = S.GPU.m_QueryFrames[S.GPU.m_nQueryFrame]; in MicroProfileGpuFlip()
3410 uint32_t nNextFrame = (S.GPU.m_nQueryFrame + 1) % MICROPROFILE_GPU_FRAME_DELAY; in MicroProfileGpuFlip()
3457 S.GPU.m_nQueryFrame = nNextFrame; in MicroProfileGpuFlip()
3483 S.GPU.m_nQueryFrame = 0; in MicroProfileGpuInitD3D11()
/dports/emulators/citra/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h669 uint32_t m_nQueryFrame; member
3347 MicroProfileD3D11Frame& Frame = S.GPU.m_QueryFrames[S.GPU.m_nQueryFrame]; in MicroProfileGpuInsertTimeStamp()
3402 MicroProfileD3D11Frame& CurrentFrame = S.GPU.m_QueryFrames[S.GPU.m_nQueryFrame]; in MicroProfileGpuFlip()
3408 uint32_t nNextFrame = (S.GPU.m_nQueryFrame + 1) % MICROPROFILE_GPU_FRAME_DELAY; in MicroProfileGpuFlip()
3455 S.GPU.m_nQueryFrame = nNextFrame; in MicroProfileGpuFlip()
3481 S.GPU.m_nQueryFrame = 0; in MicroProfileGpuInitD3D11()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/microprofile/
H A Dmicroprofile.h669 uint32_t m_nQueryFrame; member
3347 MicroProfileD3D11Frame& Frame = S.GPU.m_QueryFrames[S.GPU.m_nQueryFrame]; in MicroProfileGpuInsertTimeStamp()
3402 MicroProfileD3D11Frame& CurrentFrame = S.GPU.m_QueryFrames[S.GPU.m_nQueryFrame]; in MicroProfileGpuFlip()
3408 uint32_t nNextFrame = (S.GPU.m_nQueryFrame + 1) % MICROPROFILE_GPU_FRAME_DELAY; in MicroProfileGpuFlip()
3455 S.GPU.m_nQueryFrame = nNextFrame; in MicroProfileGpuFlip()
3481 S.GPU.m_nQueryFrame = 0; in MicroProfileGpuInitD3D11()