Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_sdma_copy_image.c298 unsigned tiled_pitch = tiled == ssrc ? src_pitch : dst_pitch; in cik_sdma_copy_texture() local
306 assert(tiled_pitch % 8 == 0); in cik_sdma_copy_texture()
308 unsigned pitch_tile_max = tiled_pitch / 8 - 1; in cik_sdma_copy_texture()
320 align(copy_width, xalign) <= tiled_pitch) in cik_sdma_copy_texture()