Searched refs:detile (Results 1 - 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_dma.c139 bool detile = dst_mode == RADEON_SURF_MODE_LINEAR_ALIGNED; local
140 struct r600_texture *rlinear = detile ? rdst : rsrc;
141 struct r600_texture *rtiled = detile ? rsrc : rdst;
142 unsigned linear_lvl = detile ? dst_level : src_level;
143 unsigned tiled_lvl = detile ? src_level : dst_level;
160 linear_x = detile ? dst_x : src_x;
161 linear_y = detile ? dst_y : src_y;
162 linear_z = detile ? dst_z : src_z;
163 tiled_x = detile ? src_x : dst_x;
164 tiled_y = detile
[all...]
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_state.c3356 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode; local
3385 detile = 1;
3410 detile = 0;
3443 radeon_emit(cs, (detile << 31) | (array_mode << 27) |
H A Dr600_state.c2824 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode; local
2846 detile = 1;
2865 detile = 0;
2896 radeon_emit(cs, (detile << 31) | (array_mode << 27) |

Completed in 118 milliseconds