Searched refs:hyperz_time_of_last_flush (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_context.c467 r300->hyperz_time_of_last_flush = os_time_get();
H A Dr300_context.h613 int64_t hyperz_time_of_last_flush; /* Time of the last flush with Z clear. */ member in struct:r300_context
H A Dr300_flush.c109 r300->hyperz_time_of_last_flush = os_time_get();
110 } else if (!r300->hyperz_time_of_last_flush > 2000000) {
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c467 r300->hyperz_time_of_last_flush = os_time_get();
H A Dr300_context.h613 int64_t hyperz_time_of_last_flush; /* Time of the last flush with Z clear. */ member in struct:r300_context
H A Dr300_flush.c109 r300->hyperz_time_of_last_flush = os_time_get();
110 } else if (!r300->hyperz_time_of_last_flush > 2000000) {

Completed in 323 milliseconds