Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_dcc_retile.c263 unsigned dcc_height = in radv_retile_dcc() local
268 image->planes[0].surface.u.gfx9.color.dcc_height, in radv_retile_dcc()
276 radv_unaligned_dispatch(cmd_buffer, dcc_width, dcc_height, 1); in radv_retile_dcc()
Dradv_meta_clear.c1437 unsigned dcc_height = in radv_clear_dcc_comp_to_single() local
1451 radv_unaligned_dispatch(cmd_buffer, dcc_width, dcc_height, layer_count); in radv_clear_dcc_comp_to_single()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_nir.c201 nir_ssa_def *dcc_pitch, *dcc_height, *clear_value, *pipe_xor; in gfx9_create_clear_dcc_msaa_cs() local
202 unpack_2x16(&b, nir_channel(&b, user_sgprs, 0), &dcc_pitch, &dcc_height); in gfx9_create_clear_dcc_msaa_cs()
219 dcc_pitch, dcc_height, zero, /* DCC slice size */ in gfx9_create_clear_dcc_msaa_cs()
Dsi_compute_blit.c792 (tex->surface.u.gfx9.color.dcc_height << 16); in si_retile_dcc()
840 (tex->surface.u.gfx9.color.dcc_height << 16); in gfx9_clear_dcc_msaa()
/third_party/mesa3d/src/amd/common/
Dac_surface.h265 uint16_t dcc_height; member
482 nir_ssa_def *dcc_pitch, nir_ssa_def *dcc_height,
Dac_surface.c1932 surf->u.gfx9.color.dcc_height = dout.height; in gfx9_compute_miptree()
1985 surf->u.gfx9.color.display_dcc_height = surf->u.gfx9.color.dcc_height; in gfx9_compute_miptree()
3249 nir_ssa_def *dcc_pitch, nir_ssa_def *dcc_height, in ac_nir_dcc_addr_from_coord() argument
3262 dcc_height, x, y, z, in ac_nir_dcc_addr_from_coord()