Home
last modified time | relevance | path

Searched refs:dcc_height (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_nir.c118 nir_ssa_def *dcc_pitch, *dcc_height, *clear_value, *pipe_xor; in gfx9_create_clear_dcc_msaa_cs() local
119 unpack_2x16(&b, nir_channel(&b, user_sgprs, 0), &dcc_pitch, &dcc_height); in gfx9_create_clear_dcc_msaa_cs()
136 dcc_pitch, dcc_height, zero, /* DCC slice size */ in gfx9_create_clear_dcc_msaa_cs()
Dsi_compute_blit.c616 (tex->surface.u.gfx9.color.dcc_height << 16); in si_retile_dcc()
662 (tex->surface.u.gfx9.color.dcc_height << 16); in gfx9_clear_dcc_msaa()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_dcc_retile.c266 unsigned dcc_height = in radv_retile_dcc() local
271 image->planes[0].surface.u.gfx9.color.dcc_height, in radv_retile_dcc()
279 radv_unaligned_dispatch(cmd_buffer, dcc_width, dcc_height, 1); in radv_retile_dcc()
Dradv_meta_clear.c1596 unsigned dcc_height = in radv_clear_dcc_comp_to_single() local
1610 radv_unaligned_dispatch(cmd_buffer, dcc_width, dcc_height, layer_count); in radv_clear_dcc_comp_to_single()
/third_party/mesa3d/src/amd/common/
Dac_surface.h265 uint16_t dcc_height; member
481 nir_ssa_def *dcc_pitch, nir_ssa_def *dcc_height,
Dac_surface.c1842 surf->u.gfx9.color.dcc_height = dout.height; in gfx9_compute_miptree()
1895 surf->u.gfx9.color.display_dcc_height = surf->u.gfx9.color.dcc_height; in gfx9_compute_miptree()
3139 nir_ssa_def *dcc_pitch, nir_ssa_def *dcc_height, in ac_nir_dcc_addr_from_coord() argument
3152 dcc_height, x, y, z, in ac_nir_dcc_addr_from_coord()