Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/
H A 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()
H A 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/
H A 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()
H A 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/
H A Dac_surface.h265 uint16_t dcc_height; member
482 nir_ssa_def *dcc_pitch, nir_ssa_def *dcc_height,
H A 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()
3262 dcc_height, x, y, z, in ac_nir_dcc_addr_from_coord()
3247 ac_nir_dcc_addr_from_coord(nir_builder *b, const struct radeon_info *info, unsigned bpe, struct gfx9_meta_equation *equation, nir_ssa_def *dcc_pitch, nir_ssa_def *dcc_height, nir_ssa_def *dcc_slice_size, nir_ssa_def *x, nir_ssa_def *y, nir_ssa_def *z, nir_ssa_def *sample, nir_ssa_def *pipe_xor) ac_nir_dcc_addr_from_coord() argument

Completed in 12 milliseconds