OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hyperz_time_of_last_flush
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/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
/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 1279 milliseconds