Home
last modified time | relevance | path

Searched refs:inplace_planes (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_blit.c296 unsigned inplace_planes = 0; in si_decompress_depth() local
307 inplace_planes |= PIPE_MASK_Z; in si_decompress_depth()
317 inplace_planes |= PIPE_MASK_S; in si_decompress_depth()
361 if (inplace_planes) { in si_decompress_depth()
362 bool has_htile = si_htile_enabled(tex, first_level, inplace_planes); in si_decompress_depth()
363 bool tc_compat_htile = vi_tc_compat_htile_enabled(tex, first_level, inplace_planes); in si_decompress_depth()
376 if (inplace_planes & PIPE_MASK_Z) in si_decompress_depth()
378 if (inplace_planes & PIPE_MASK_S) in si_decompress_depth()
393 (inplace_planes & PIPE_MASK_Z || !tex->htile_stencil_disabled)) in si_decompress_depth()
399 si_make_DB_shader_coherent(sctx, tex->buffer.b.b.nr_samples, inplace_planes in si_decompress_depth()
[all...]

Completed in 2 milliseconds