Searched refs:inplace_planes (Results 1 – 1 of 1) sorted by relevance
276 unsigned inplace_planes = 0; in si_decompress_depth() local287 inplace_planes |= PIPE_MASK_Z; in si_decompress_depth()297 inplace_planes |= PIPE_MASK_S; in si_decompress_depth()341 if (inplace_planes) { in si_decompress_depth()342 bool has_htile = si_htile_enabled(tex, first_level, inplace_planes); in si_decompress_depth()343 bool tc_compat_htile = vi_tc_compat_htile_enabled(tex, first_level, inplace_planes); in si_decompress_depth()356 if (inplace_planes & PIPE_MASK_Z) in si_decompress_depth()358 if (inplace_planes & PIPE_MASK_S) in si_decompress_depth()371 (inplace_planes & PIPE_MASK_Z || !tex->htile_stencil_disabled)) in si_decompress_depth()377 si_make_DB_shader_coherent(sctx, tex->buffer.b.b.nr_samples, inplace_planes & PIPE_MASK_S, in si_decompress_depth()