Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_surface.h250 uint16_t prt_level_pitch[RADEON_SURF_MAX_LEVELS]; member
Dac_surface.c1656 surf->u.gfx9.prt_level_pitch[i] = mip_info[i].pitch; in gfx9_compute_miptree()
1658 surf->u.gfx9.prt_level_pitch[i] = out.mipChainPitch; in gfx9_compute_miptree()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c4349 pitch = surface->u.gfx9.prt_level_pitch[level]; in radv_sparse_image_bind_memory()