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.c610 if (tex->htile_stencil_disabled) { in si_get_htile_clear_value()
919 zstex->htile_stencil_disabled))) { in si_fast_clear()
939 if (zstex->htile_stencil_disabled || !zstex->surface.has_stencil) { in si_fast_clear()
969 clear_value = !zstex->htile_stencil_disabled ? 0xfffff30f : 0xfffc000f; in si_fast_clear()
1012 if (zstex->htile_stencil_disabled || !zstex->surface.has_stencil) { in si_fast_clear()
Dsi_pipe.h412 bool htile_stencil_disabled : 1; member
1846 if (zs_mask == PIPE_MASK_S && (tex->htile_stencil_disabled || !tex->surface.has_stencil)) in si_htile_enabled()
Dsi_texture.c989 tex->htile_stencil_disabled = !tex->surface.has_stencil; in si_texture_create_object()
998 tex->htile_stencil_disabled = true; in si_texture_create_object()
1010 tex->htile_stencil_disabled = false; in si_texture_create_object()
Dsi_state.c2741 s_info |= S_02803C_TILE_STENCIL_DISABLE(tex->htile_stencil_disabled); in si_init_depth_surface()
2743 if (tex->surface.has_stencil && !tex->htile_stencil_disabled) { in si_init_depth_surface()
2804 s_info |= S_028044_TILE_STENCIL_DISABLE(tex->htile_stencil_disabled); in si_init_depth_surface()
3485 db_stencil_info |= S_028044_ITERATE_FLUSH(!tex->htile_stencil_disabled) | in si_emit_framebuffer_state()
3490 !tex->htile_stencil_disabled && tex->buffer.b.b.nr_samples == 4) { in si_emit_framebuffer_state()
Dsi_blit.c393 (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