Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/common/
Dac_surface.h250 uint16_t prt_level_pitch[RADEON_SURF_MAX_LEVELS]; member
Dac_surface.c1734 surf->u.gfx9.prt_level_pitch[i] = mip_info[i].pitch; in gfx9_compute_miptree()
1736 surf->u.gfx9.prt_level_pitch[i] = out.mipChainPitch; in gfx9_compute_miptree()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1356 unsigned row_pitch = surface->u.gfx9.prt_level_pitch[level] * in si_texture_commit()
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c4846 pitch = surface->u.gfx9.prt_level_pitch[level]; in radv_sparse_image_bind_memory()