Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c482 if (tex->htile_stencil_disabled) { in si_get_htile_clear_value()
779 zstex->htile_stencil_disabled))) { in si_fast_clear()
799 if (zstex->htile_stencil_disabled || !zstex->surface.has_stencil) { in si_fast_clear()
829 clear_value = !zstex->htile_stencil_disabled ? 0xfffff30f : 0xfffc000f; in si_fast_clear()
872 if (zstex->htile_stencil_disabled || !zstex->surface.has_stencil) { in si_fast_clear()
Dsi_pipe.h371 bool htile_stencil_disabled : 1; member
1794 if (zs_mask == PIPE_MASK_S && (tex->htile_stencil_disabled || !tex->surface.has_stencil)) in si_htile_enabled()
Dsi_texture.c955 tex->htile_stencil_disabled = !tex->surface.has_stencil; in si_texture_create_object()
964 tex->htile_stencil_disabled = true; in si_texture_create_object()
976 tex->htile_stencil_disabled = false; in si_texture_create_object()
Dsi_state.c2582 s_info |= S_02803C_TILE_STENCIL_DISABLE(tex->htile_stencil_disabled); in si_init_depth_surface()
2584 if (tex->surface.has_stencil && !tex->htile_stencil_disabled) { in si_init_depth_surface()
2645 s_info |= S_028044_TILE_STENCIL_DISABLE(tex->htile_stencil_disabled); in si_init_depth_surface()
3292 db_stencil_info |= S_028044_ITERATE_FLUSH(!tex->htile_stencil_disabled); in si_emit_framebuffer_state()
Dsi_blit.c382 (inplace_planes & PIPE_MASK_Z || !tex->htile_stencil_disabled)) in si_decompress_depth()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst3609 - radeonsi: clean up some mess around htile_stencil_disabled