Home
last modified time | relevance | path

Searched refs:ps_hw_batchdrawtime (Results 1 – 4 of 4) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_batching.c275 ps_hw_batchdrawtime = I_GetPreciseTime(); in HWR_RenderBatches()
460 ps_hw_batchdrawtime = I_GetPreciseTime() - ps_hw_batchdrawtime; in HWR_RenderBatches()
H A Dhw_main.h134 extern precise_t ps_hw_batchdrawtime;
H A Dhw_main.c165 precise_t ps_hw_batchdrawtime = 0; variable
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dm_perfstats.c210 {"batdraw", "Batch render:", &ps_hw_batchdrawtime}, in M_DrawRenderStats()
275 ps_hw_batchdrawtime; in M_DrawRenderStats()