Home
last modified time | relevance | path

Searched refs:counterTime (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_svga.c122 MKSGuestStatCounterTime *counterTime; member
267 pinfo->stat.counterTime = pstatTime + i; in vmw_svga_winsys_add_stats()
808 tf->counterTime = vmw_mksstat_get_pstat_time(vws->mksstat_tls[slot].stat_pages, getpagesize()) + index; in vmw_svga_winsys_stats_time_push()
835 MKSGuestStatCounterTime *const counterTime = tf->counterTime; in vmw_svga_winsys_stats_time_pop() local
840 __atomic_fetch_add(&counterTime->counter.count.value, 1, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_time_pop()
841 __atomic_fetch_add(&counterTime->selfCycles.value, dt, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_time_pop()
842 __atomic_fetch_add(&counterTime->totalCycles.value, dt, __ATOMIC_ACQ_REL); in vmw_svga_winsys_stats_time_pop()
845 MKSGuestStatCounterTime *const counterTime = tf->enclosing->counterTime; in vmw_svga_winsys_stats_time_pop() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_winsys.h98 void *counterTime; member

Completed in 3 milliseconds