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.c109 r300->hyperz_time_of_last_flush = os_time_get(); in r300_flush()
110 } else if (!r300->hyperz_time_of_last_flush > 2000000) { in r300_flush()
Dr300_context.h613 int64_t hyperz_time_of_last_flush; /* Time of the last flush with Z clear. */ member
Dr300_context.c467 r300->hyperz_time_of_last_flush = os_time_get();