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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_flush.c101 r300->hyperz_time_of_last_flush = os_time_get();
103 } else if (r300->hyperz_time_of_last_flush - os_time_get() > 2000000) {
H A Dr300_context.h615 int64_t hyperz_time_of_last_flush; /* Time of the last flush with Z clear. */ member in struct:r300_context
H A Dr300_context.c488 r300->hyperz_time_of_last_flush = os_time_get();
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_flush.c101 r300->hyperz_time_of_last_flush = os_time_get();
103 } else if (r300->hyperz_time_of_last_flush - os_time_get() > 2000000) {
H A Dr300_context.h615 int64_t hyperz_time_of_last_flush; /* Time of the last flush with Z clear. */ member in struct:r300_context
H A Dr300_context.c487 r300->hyperz_time_of_last_flush = os_time_get();

Completed in 9 milliseconds