Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_dma.c147 unsigned linear_x, linear_y, linear_z, tiled_x, tiled_y, tiled_z; in si_dma_copy_tile() local
162 tiled_y = detile ? src_y : dst_y; in si_dma_copy_tile()
209 radeon_emit(cs, (tiled_y << 0) | (tile_split << 21) | (nbanks << 25) | (mt << 27)); in si_dma_copy_tile()
214 tiled_y += cheight; in si_dma_copy_tile()
Dcik_sdma.c268 unsigned tiled_y = tiled == rsrc ? srcy : dsty; in cik_sdma_copy_texture() local
318 tiled_y + copy_height == (1 << 14))) in cik_sdma_copy_texture()
405 radeon_emit(cs, tiled_x | (tiled_y << 16)); in cik_sdma_copy_texture()