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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_flush.c 114 r300->hiz_in_use = FALSE;
r300_hyperz.c 188 if (r300->hiz_in_use && !r300->locked_zbuffer) {
194 r300->hiz_in_use = FALSE;
r300_context.h 622 boolean hiz_in_use; /* Whether HIZ is enabled. */ member in struct:r300_context
r300_blit.c 343 if (r300->zmask_in_use || r300->hiz_in_use) {
r300_state.c     [all...]
r300_emit.c     [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_flush.c 114 r300->hiz_in_use = FALSE;
r300_hyperz.c 188 if (r300->hiz_in_use && !r300->locked_zbuffer) {
194 r300->hiz_in_use = FALSE;
r300_context.h 622 boolean hiz_in_use; /* Whether HIZ is enabled. */ member in struct:r300_context
r300_blit.c 343 if (r300->zmask_in_use || r300->hiz_in_use) {
r300_state.c     [all...]
r300_emit.c     [all...]

Completed in 211 milliseconds