Home
last modified time | relevance | path

Searched refs:prt_tile_width (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_surface.h331 uint16_t prt_tile_width; member
Dac_surface.c723 surf->prt_tile_width = AddrSurfInfoOut->pitchAlign; in gfx6_compute_level()
727 if (surf_level->nblk_x >= surf->prt_tile_width && in gfx6_compute_level()
1724 surf->prt_tile_width = out.blockWidth; in gfx9_compute_miptree()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1360 unsigned x = box->x / surface->prt_tile_width; in si_texture_commit()
1364 unsigned w = DIV_ROUND_UP(box->width, surface->prt_tile_width); in si_texture_commit()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c4855 uint32_t aligned_extent_width = ALIGN(bind_extent.width, surface->prt_tile_width); in radv_sparse_image_bind_memory()