HomeSort by relevance Sort by last modified time
    Searched refs:os_time_get (Results 1 - 14 of 14) sorted by null

  /external/mesa3d/src/gallium/auxiliary/os/
os_time.h 57 os_time_get(void);
os_time.c 50 os_time_get(void) function
  /external/mesa3d/src/gallium/auxiliary/util/
u_time.h 66 t->counter = os_time_get();
134 return os_time_get();
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_screen.c 49 int64_t cpu_time = os_time_get() * 1000;
158 screen->cpu_gpu_time_delta = os_time_get();
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_query.c 94 sq->start = 1000*os_time_get();
134 sq->end = 1000*os_time_get();
sp_screen.c 363 return os_time_get()*1000;
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_cache.c 131 now = os_time_get();
160 buf->start = os_time_get();
278 now = os_time_get();
  /external/mesa3d/src/gallium/drivers/r300/
r300_flush.c 109 r300->hyperz_time_of_last_flush = os_time_get();
r300_screen.c 499 int64_t start_time = os_time_get();
506 if (os_time_get() - start_time >= timeout) {
r300_context.c 467 r300->hyperz_time_of_last_flush = os_time_get();
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.c 555 start_time = os_time_get();
581 os_time_get() - start_time >= timeout) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_setup.c 696 t0 = os_time_get();
771 t1 = os_time_get();
lp_state_fs.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 741 start_time = os_time_get();
767 os_time_get() - start_time >= timeout) {

Completed in 482 milliseconds