HomeSort by relevance Sort by last modified time
    Searched refs:detile (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_dma.c 139 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 ? src_y : dst_y
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 3356 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode; local
    [all...]
r600_state.c 2824 unsigned ncopy, height, cheight, detile, i, x, y, z, src_mode, dst_mode; local
    [all...]

Completed in 90 milliseconds