Searched refs:dcc_height (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_meta_dcc_retile.c | 263 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()
|
D | radv_meta_clear.c | 1437 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/ |
D | si_shaderlib_nir.c | 201 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()
|
D | si_compute_blit.c | 792 (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/ |
D | ac_surface.h | 265 uint16_t dcc_height; member 482 nir_ssa_def *dcc_pitch, nir_ssa_def *dcc_height,
|
D | ac_surface.c | 1932 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()
|