Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dcik_sdma.c269 unsigned tiled_pitch = tiled == rsrc ? src_pitch : dst_pitch; in cik_sdma_copy_texture() local
277 assert(tiled_pitch % 8 == 0); in cik_sdma_copy_texture()
279 unsigned pitch_tile_max = tiled_pitch / 8 - 1; in cik_sdma_copy_texture()
292 tiled_x + align(copy_width, xalign) <= tiled_pitch) in cik_sdma_copy_texture()