Home
last modified time | relevance | path

Searched refs:dcc_pitch (Results 1 – 5 of 5) sorted by relevance

/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()
/third_party/mesa3d/src/amd/common/
Dac_surface_modifier_test.c283 unsigned dcc_pitch; in test_modifier() local
285 elem_bits, 20, &dcc_pitch, in test_modifier()
289 assert(surf.u.gfx9.color.display_dcc_pitch_max + 1 == dcc_pitch); in test_modifier()
Dac_surface.h482 nir_ssa_def *dcc_pitch, nir_ssa_def *dcc_height,
Dac_surface_meta_address_test.c179 unsigned dcc_pitch, unsigned dcc_slice_size, in gfx10_dcc_addr_from_coord() argument
191 dcc_pitch, dcc_slice_size, in gfx10_dcc_addr_from_coord()
Dac_surface.c3249 nir_ssa_def *dcc_pitch, nir_ssa_def *dcc_height, in ac_nir_dcc_addr_from_coord() argument
3258 dcc_pitch, dcc_slice_size, in ac_nir_dcc_addr_from_coord()
3261 return gfx9_nir_meta_addr_from_coord(b, info, equation, dcc_pitch, in ac_nir_dcc_addr_from_coord()