Home
last modified time | relevance | path

Searched refs:hiz_in_use (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_hyperz.c187 if (r300->hiz_in_use && !r300->locked_zbuffer) { in r300_update_hyperz()
193 r300->hiz_in_use = FALSE; in r300_update_hyperz()
Dr300_flush.c105 r300->hiz_in_use = FALSE; in r300_flush()
Dr300_context.h624 boolean hiz_in_use; /* Whether HIZ is enabled. */ member
Dr300_state.c936 r300->hiz_in_use = FALSE; in r300_set_framebuffer_state()
949 r300->hiz_in_use = FALSE; in r300_set_framebuffer_state()
Dr300_blit.c423 if (r300->zmask_in_use || r300->hiz_in_use) { in r300_clear()
Dr300_emit.c1234 r300->hiz_in_use = TRUE; in r300_emit_hiz_clear()