Searched refs:htile_stencil_disabled (Results 1 – 6 of 6) sorted by relevance
610 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()
412 bool htile_stencil_disabled : 1; member1846 if (zs_mask == PIPE_MASK_S && (tex->htile_stencil_disabled || !tex->surface.has_stencil)) in si_htile_enabled()
989 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()
2741 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()
393 (inplace_planes & PIPE_MASK_Z || !tex->htile_stencil_disabled)) in si_decompress_depth()
3609 - radeonsi: clean up some mess around htile_stencil_disabled