Searched refs:linear_x (Results 1 - 2 of 2) sorted by last modified time

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_dma.c109 unsigned linear_x, linear_y, linear_z, tiled_x, tiled_y, tiled_z; local in function:si_dma_copy_tile
120 linear_x = detile ? dst_x : src_x;
141 addr += linear_y * pitch + linear_x * bpp;
H A Dcik_sdma.c227 unsigned linear_x = linear == ssrc ? srcx : dstx; local in function:cik_sdma_copy_texture
254 linear_x + copy_width == linear_width &&
256 linear_x + align(copy_width, xalign) <= linear_pitch &&
314 * If linear_x == 0 && tiled_x % granularity != 0, the hw
321 linear_x);
328 (linear_x + copy_width));
342 linear_x % xalign == 0 &&
371 radeon_emit(cs, linear_x | (linear_y << 16));

Completed in 5 milliseconds