Home
last modified time | relevance | path

Searched refs:zstex (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c523 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()
[all …]
Dsi_state.c2884 struct r600_texture *zstex = NULL; in si_set_framebuffer_state() local
2888 zstex = (struct r600_texture*)surf->base.texture; in si_set_framebuffer_state()
2894 if (vi_tc_compat_htile_enabled(zstex, surf->base.u.tex.level)) in si_set_framebuffer_state()
2913 (zstex && zstex->surface.has_stencil != old_has_stencil))) in si_set_framebuffer_state()
3277 struct r600_texture *zstex = in si_out_of_order_rasterization() local
3279 bool has_stencil = zstex->surface.has_stencil; in si_out_of_order_rasterization()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_hyperz.c137 struct r300_resource *zstex = in r300_update_hyperz() local
150 if (!zstex || !r300->hyperz_enabled) in r300_update_hyperz()
154 if (zstex->tex.zcomp8x8[fb->zsbuf->u.tex.level]) { in r300_update_hyperz()