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

  /external/mesa3d/src/gallium/drivers/radeonsi/
cik_sdma.c 179 unsigned copy_width = DIV_ROUND_UP(src_box->width, rsrc->surface.blk_w); local
215 copy_width <= (1 << 14) &&
220 (copy_width < (1 << 14) &&
226 (srcx + copy_width != (1 << 14) &&
246 radeon_emit(cs, copy_width | (copy_height << 16));
249 radeon_emit(cs, (copy_width - 1) | ((copy_height - 1) << 16));
282 unsigned copy_width_aligned = copy_width;
288 if (copy_width % xalign != 0 &&
289 linear_x + copy_width == linear_width &&
290 tiled_x + copy_width == tiled_width &
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_wayland.c 1618 int copy_width = dri2_wl_swrast_get_stride_for_format(dri2_surf->format, w); local
1655 int copy_width = dri2_wl_swrast_get_stride_for_format(dri2_surf->format, w); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
surface9.c 628 int src_x, src_y, dst_x, dst_y, copy_width, copy_height; local
644 copy_width = pSourceRect->right - pSourceRect->left;
649 copy_width = From->desc.Width;
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...]
  /toolchain/binutils/binutils-2.25/binutils/
objcopy.c 81 /* If `copy_byte' >= 0, copy 'copy_width' byte(s) of every `interleave' bytes. */
84 static int copy_width = 1;
83 static int copy_width = 1; variable
    [all...]

Completed in 531 milliseconds