Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shaderlib_nir.c84 surf->u.gfx9.color.dcc_block_height)); in si_create_dcc_retile_cs()
130 tex->surface.u.gfx9.color.dcc_block_height, in gfx9_create_clear_dcc_msaa_cs()
Dsi_compute_blit.c546 info.block[1] = ssrc->surface.u.gfx9.color.dcc_block_height; in si_compute_copy_image()
629 …nsigned height = DIV_ROUND_UP(tex->buffer.b.b.height0, tex->surface.u.gfx9.color.dcc_block_height); in si_retile_dcc()
679 …nsigned height = DIV_ROUND_UP(tex->buffer.b.b.height0, tex->surface.u.gfx9.color.dcc_block_height); in gfx9_clear_dcc_msaa()
/third_party/mesa3d/src/amd/vulkan/
Dradv_meta_dcc_retile.c62 nir_imm_ivec2(&b, surf->u.gfx9.color.dcc_block_width, surf->u.gfx9.color.dcc_block_height)); in build_dcc_retile_compute_shader()
267 DIV_ROUND_UP(height, image->planes[0].surface.u.gfx9.color.dcc_block_height); in radv_retile_dcc()
Dradv_meta_clear.c1597 DIV_ROUND_UP(height, image->planes[0].surface.u.gfx9.color.dcc_block_height); in radv_clear_dcc_comp_to_single()
1601 image->planes[0].surface.u.gfx9.color.dcc_block_height, in radv_clear_dcc_comp_to_single()
/third_party/mesa3d/src/amd/common/
Dac_surface.h268 uint8_t dcc_block_height; member
Dac_surface.c1839 surf->u.gfx9.color.dcc_block_height = dout.compressBlkHeight; in gfx9_compute_miptree()