Home
last modified time | relevance | path

Searched refs:prt_tile_height (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/common/
Dac_surface.h332 uint16_t prt_tile_height; member
Dac_surface.c664 surf->prt_tile_height = AddrSurfInfoOut->heightAlign; in gfx6_compute_level()
667 surf_level->nblk_y >= surf->prt_tile_height) { in gfx6_compute_level()
1643 surf->prt_tile_height = out.blockHeight; in gfx9_compute_miptree()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c4356 offset += (bind_offset.y * pitch * bs) + (bind_offset.x * surface->prt_tile_height * bs); in radv_sparse_image_bind_memory()
4363 uint32_t aligned_extent_height = ALIGN(bind_extent.height, surface->prt_tile_height); in radv_sparse_image_bind_memory()
4373 uint32_t size = mem_increment * surface->prt_tile_height; in radv_sparse_image_bind_memory()
4374 for (unsigned y = 0; y < bind_extent.height; y += surface->prt_tile_height) { in radv_sparse_image_bind_memory()