Searched refs:htile_stencil_disabled (Results 1 – 6 of 6) sorted by relevance
482 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()
371 bool htile_stencil_disabled : 1; member1794 if (zs_mask == PIPE_MASK_S && (tex->htile_stencil_disabled || !tex->surface.has_stencil)) in si_htile_enabled()
955 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()
2582 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()
382 (inplace_planes & PIPE_MASK_Z || !tex->htile_stencil_disabled)) in si_decompress_depth()
3609 - radeonsi: clean up some mess around htile_stencil_disabled