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

  /external/mesa3d/src/gallium/drivers/radeonsi/
cik_sdma.c 180 unsigned copy_height = DIV_ROUND_UP(src_box->height, rsrc->surface.blk_h); local
216 copy_height <= (1 << 14) &&
221 copy_height < (1 << 14) &&
227 srcy + copy_height != (1 << 14)))) {
246 radeon_emit(cs, copy_width | (copy_height << 16));
249 radeon_emit(cs, (copy_width - 1) | ((copy_height - 1) << 16));
304 copy_height == (1 << 14) ||
313 tiled_y + copy_height == (1 << 14)))
362 (linear_y + copy_height - 1) * linear_pitch +
388 copy_height <= (1 << 14) &
    [all...]
si_dma.c 131 unsigned copy_height,
174 * dma packet will be using the copy_height which is always smaller or equal
193 size = copy_height * pitch;
198 cheight = copy_height;
214 copy_height -= cheight;
  /external/mesa3d/src/gallium/state_trackers/nine/
surface9.c 628 int src_x, src_y, dst_x, dst_y, copy_width, copy_height; local
645 copy_height = pSourceRect->bottom - pSourceRect->top;
650 copy_height = From->desc.Height;
654 copy_width, copy_height, &dst_box);
656 copy_width, copy_height, &src_box);
677 copy_width, copy_height);
device9.c 1302 int copy_width, copy_height; local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state.c 2921 unsigned dst_pitch, src_pitch, bpp, dst_mode, src_mode, copy_height; local
    [all...]
evergreen_state.c 3469 unsigned dst_pitch, src_pitch, bpp, dst_mode, src_mode, copy_height; local
    [all...]

Completed in 410 milliseconds