Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/
Dr300_flush.c101 r300->hyperz_time_of_last_flush = os_time_get(); in r300_flush()
103 } else if (r300->hyperz_time_of_last_flush - os_time_get() > 2000000) { in r300_flush()
Dr300_context.h615 int64_t hyperz_time_of_last_flush; /* Time of the last flush with Z clear. */ member
Dr300_context.c485 r300->hyperz_time_of_last_flush = os_time_get();