Home
last modified time | relevance | path

Searched refs:hyperz_enabled (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
Dr300_flush.c80 if (r300->hyperz_enabled) { in r300_flush()
105 r300->hyperz_enabled = false; in r300_flush()
Dr300_blit.c274 if (!r300->hyperz_enabled && in r300_clear()
276 r300->hyperz_enabled = in r300_clear()
280 if (r300->hyperz_enabled) { in r300_clear()
287 if (r300->hyperz_enabled) { in r300_clear()
Dr300_hyperz.c133 if (!zstex || !r300->hyperz_enabled) in r300_update_hyperz()
Dr300_context.h600 bool hyperz_enabled; /* Whether it owns Hyper-Z access. */ member
Dr300_context.c60 if (r300->cs.priv && r300->hyperz_enabled) { in r300_destroy_context()
Dr300_emit.c467 if (r300->hyperz_enabled) { in r300_emit_fb_state()
Dr300_state.c871 if (r300->hyperz_enabled) in r300_mark_fb_state_dirty()