HomeSort by relevance Sort by last modified time
    Searched refs:dst_x (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.h 49 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
57 unsigned dst_x, unsigned dst_y, unsigned dst_z,
65 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
80 unsigned dst_x, unsigned dst_y, unsigned dst_z,
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_copy_image.c 42 int dst_x, int dst_y, int dst_z,
67 assert(dst_x % src_bw == 0);
70 map_x1 = MIN2(src_x, dst_x);
72 map_x2 = MAX2(src_x, dst_x) + src_width;
86 ((dst_x - map_x1) / src_bw) * cpp;
92 dst_x, dst_y, src_width, src_height,
118 int dst_x, int dst_y, int dst_z, unsigned dst_level,
127 src_x, src_y, dst_x, dst_y,
158 dst_mt, dst_level, dst_z, dst_x, dst_y,
168 dst_x, dst_y, dst_z
    [all...]
intel_blit.c 223 uint32_t dst_x, uint32_t dst_y,
267 dst_x + chunk_x, dst_y + chunk_y,
316 uint32_t dst_x, uint32_t dst_y, bool dst_flip,
365 dst_x += dst_image_x;
369 dst_mt, dst_x, dst_y, width, height,
378 dst_x, dst_y,
392 uint32_t dst_x, uint32_t dst_y,
447 assert(dst_x % bw == 0);
450 dst_x /= (int)bw;
453 dst_x += dst_image_x
861 int16_t src_x, dst_x; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_buffer.c 202 unsigned dst_x = sdata[c]; local
206 sdata[c] = (dst_x == cmp_x) ? src_x : dst_x;
233 unsigned dst_x = sdata[c]; local
235 sdata[c] = MIN2(dst_x, src_x);
236 ((uint32_t *)rgba[c])[qi] = dst_x;
241 unsigned dst_x = sdata[c]; local
243 sdata[c] = MAX2(dst_x, src_x);
244 ((uint32_t *)rgba[c])[qi] = dst_x;
249 int dst_x = sdata[c] local
257 int dst_x = sdata[c]; local
    [all...]
sp_image.c 425 unsigned dst_x = sdata[c]; local
429 sdata[c] = (dst_x == cmp_x) ? src_x : dst_x;
456 unsigned dst_x = sdata[c]; local
458 sdata[c] = MIN2(dst_x, src_x);
459 ((uint32_t *)rgba[c])[qi] = dst_x;
464 unsigned dst_x = sdata[c]; local
466 sdata[c] = MAX2(dst_x, src_x);
467 ((uint32_t *)rgba[c])[qi] = dst_x;
472 int dst_x = sdata[c] local
480 int dst_x = sdata[c]; local
541 int dst_x = sdata[c]; local
572 int dst_x = sdata[c]; local
580 int dst_x = sdata[c]; local
588 int dst_x = sdata[c]; local
596 int dst_x = sdata[c]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_blit.c 98 short dst_x, short dst_y,
103 int dst_x2 = dst_x + w;
111 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
136 if (dst_y2 < dst_y || dst_x2 < dst_x) {
152 OUT_BATCH((dst_y << 16) | dst_x);
  /external/libdrm/exynos/
exynos_fimg2d.h 300 unsigned int src_y, unsigned int dst_x, unsigned int dst_y,
303 unsigned int src_x, unsigned int src_y, unsigned int dst_x,
308 unsigned int src_h, unsigned int dst_x,
313 unsigned int src_y, unsigned int dst_x, unsigned int dst_y,
317 unsigned int src_w, unsigned int src_h, unsigned int dst_x,
exynos_fimg2d.c 498 * @dst_x: x start position to destination buffer.
506 unsigned int dst_x, unsigned dst_y, unsigned int w,
522 if (dst_x + dst->width > w)
523 dst_w = dst->width - dst_x;
555 pt.data.x = dst_x;
558 pt.data.x = dst_x + w;
581 * @dst_x: x position of destination rectangle.
589 unsigned int dst_x, unsigned dst_y, unsigned int w,
606 if (dst_x + img->width > w)
607 dst_w = img->width - dst_x;
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_rotator.h 51 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_rotator.h 38 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_rotator.h 29 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_rotator.h 29 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_rotator.h 29 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_rotator.h 29 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_rotator.h 29 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x27/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x27/original-kernel-headers/linux/
msm_rotator.h 29 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_rotator.h 42 unsigned int dst_x; member in struct:msm_rotator_img_info
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_rotator.h 29 unsigned int dst_x; member in struct:msm_rotator_img_info
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_dma.c 123 unsigned dst_x,
160 linear_x = detile ? dst_x : src_x;
163 tiled_x = detile ? src_x : dst_x;
234 unsigned dst_x = dstx, dst_y = dsty, dst_z = dstz; local
241 si_dma_copy_buffer(sctx, dst, src, dst_x, src_box->x, src_box->width);
266 dst_x = util_format_get_nblocksx(src->format, dst_x);
279 if (src_pitch != dst_pitch || src_box->x || dst_x || src_w != dst_w ||
291 if ((src_pitch % 8) || (src_box->x % 8) || (dst_x % 8) ||
300 * dst_x/y ==
    [all...]

Completed in 563 milliseconds

1 2 3 4