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

  /external/mesa3d/src/gallium/drivers/r300/
r300_flush.c 109 r300->hyperz_time_of_last_flush = os_time_get();
110 } else if (!r300->hyperz_time_of_last_flush > 2000000) {
r300_context.c 467 r300->hyperz_time_of_last_flush = os_time_get();
r300_context.h 613 int64_t hyperz_time_of_last_flush; /* Time of the last flush with Z clear. */ member in struct:r300_context

Completed in 60 milliseconds