Lines Matching refs:zstex
523 struct r600_texture *zstex = in si_clear() local
552 if (zstex && in si_clear()
553 si_htile_enabled(zstex, zsbuf->u.tex.level) && in si_clear()
555 zsbuf->u.tex.last_layer == util_max_layer(&zstex->resource.b.b, 0)) { in si_clear()
558 (!zstex->tc_compatible_htile || in si_clear()
562 if (!zstex->depth_cleared || zstex->depth_clear_value != depth) { in si_clear()
566 zstex->depth_clear_value = depth; in si_clear()
575 (!zstex->tc_compatible_htile || stencil == 0)) { in si_clear()
580 if (!zstex->stencil_cleared || zstex->stencil_clear_value != stencil) { in si_clear()
584 zstex->stencil_clear_value = stencil; in si_clear()
616 zstex->depth_cleared = true; in si_clear()
623 zstex->stencil_cleared = true; in si_clear()