HomeSort by: relevance | last modified time | path
    Searched refs:dst_y (Results 1 - 25 of 225) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
gen4_source.h 20 int dst_x, int dst_y);
sna_threads.c 285 int16_t dst_x, dst_y; member in struct:thread_composite
295 t->dst_x, t->dst_y,
308 int16_t dst_y,
320 dst_x, dst_y,
331 y = dst_y;
344 data[0].dst_y = y;
351 data[n].src_y += y - dst_y;
352 data[n].mask_y += y - dst_y;
353 data[n].dst_y = y;
359 assert(y < dst_y + height)
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
gen4_source.h 20 int dst_x, int dst_y);
sna_threads.c 285 int16_t dst_x, dst_y; member in struct:thread_composite
295 t->dst_x, t->dst_y,
308 int16_t dst_y,
320 dst_x, dst_y,
331 y = dst_y;
344 data[0].dst_y = y;
351 data[n].src_y += y - dst_y;
352 data[n].mask_y += y - dst_y;
353 data[n].dst_y = y;
359 assert(y < dst_y + height)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_copy_image.c 42 int dst_x, int dst_y, int dst_z, unsigned dst_level,
56 dst_mt, dst_level, dst_z, dst_x, dst_y,
64 src_x, src_y, dst_x, dst_y,
75 int dst_x, int dst_y, int dst_z,
116 dst_mt, dst_x, dst_y, dst_z, dst_level,
130 dst_mt->stencil_mt, dst_x, dst_y, dst_z, dst_level,
brw_blit.h 39 uint32_t dst_x, uint32_t dst_y, bool dst_flip,
49 uint32_t dst_x, uint32_t dst_y,
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
intel_copy_image.c 42 int dst_x, int dst_y, int dst_z, unsigned dst_level,
56 dst_mt, dst_level, dst_z, dst_x, dst_y,
64 src_x, src_y, dst_x, dst_y,
75 int dst_x, int dst_y, int dst_z,
116 dst_mt, dst_x, dst_y, dst_z, dst_level,
130 dst_mt->stencil_mt, dst_x, dst_y, dst_z, dst_level,
intel_blit.h 39 uint32_t dst_x, uint32_t dst_y, bool dst_flip,
49 uint32_t dst_x, uint32_t dst_y,
  /xsrc/external/mit/libX11/dist/src/
CopyArea.c 43 int dst_y)
57 req->dstY = dst_y;
CopyPlane.c 43 int dst_y,
58 req->dstY = dst_y;
TrCoords.c 39 int *dst_y,
59 *dst_y = cvtINT16toInt (rep.dstY);
  /xsrc/external/mit/MesaLib.old/dist/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,
  /xsrc/external/mit/xf86-video-intel/dist/src/render_program/
exa_wm_affine.g4i 35 mul (16) temp_y<1>F dst_y<8,8,1>F du_dy { compr align1 };
42 mul (16) temp_y<1>F dst_y<8,8,1>F dv_dy { compr align1 };
exa_wm_projective.g4i 31 mul (16) temp_y<1>F dst_y<8,8,1>F dw_dy { compr align1 };
40 mul (16) temp_y<1>F dst_y<8,8,1>F du_dy { compr align1 };
48 mul (16) temp_y<1>F dst_y<8,8,1>F dv_dy { compr align1 };
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/render_program/
exa_wm_affine.g4i 35 mul (16) temp_y<1>F dst_y<8,8,1>F du_dy { compr align1 };
42 mul (16) temp_y<1>F dst_y<8,8,1>F dv_dy { compr align1 };
exa_wm_projective.g4i 31 mul (16) temp_y<1>F dst_y<8,8,1>F dw_dy { compr align1 };
40 mul (16) temp_y<1>F dst_y<8,8,1>F du_dy { compr align1 };
48 mul (16) temp_y<1>F dst_y<8,8,1>F dv_dy { compr align1 };
  /xsrc/external/mit/xf86-video-intel-old/dist/src/render_program/
exa_wm_affine.g4i 35 mul (16) temp_y<1>F dst_y<8,8,1>F du_dy { compr align1 };
42 mul (16) temp_y<1>F dst_y<8,8,1>F dv_dy { compr align1 };
exa_wm_projective.g4i 31 mul (16) temp_y<1>F dst_y<8,8,1>F dw_dy { compr align1 };
40 mul (16) temp_y<1>F dst_y<8,8,1>F du_dy { compr align1 };
48 mul (16) temp_y<1>F dst_y<8,8,1>F dv_dy { compr align1 };
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_surface.h 51 unsigned dst_x, unsigned dst_y, unsigned dst_z,
59 unsigned dst_stride, unsigned dst_x, unsigned dst_y,
80 unsigned dst_x, unsigned dst_y, unsigned dst_z,
  /xsrc/external/mit/libXi/dist/src/
XIWarpPointer.c 53 double dst_y)
74 req->dst_y = (int)(dst_y * 65536.0);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
i915_blit.c 83 short src_x, short src_y, short dst_x, short dst_y, short w,
87 int dst_y2 = dst_y + h;
94 dst_buffer, dst_pitch, dst_offset, dst_x, dst_y, w, h);
117 if (dst_y2 < dst_y || dst_x2 < dst_x) {
133 OUT_BATCH((dst_y << 16) | dst_x);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
i915_blit.c 98 short dst_x, short dst_y,
102 int dst_y2 = dst_y + h;
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);
  /xsrc/external/mit/libXrender/dist/src/
Composite.c 41 int dst_y,
62 req->yDst = (INT16) dst_y;
  /xsrc/external/mit/libdrm/dist/exynos/
exynos_fimg2d.h 313 unsigned int src_y, unsigned int dst_x, unsigned int dst_y,
317 unsigned dst_y, unsigned int w, unsigned int h);
322 unsigned int dst_y, unsigned int dst_w,
326 unsigned int src_y, unsigned int dst_x, unsigned int dst_y,
331 unsigned int dst_y, unsigned int dst_w, unsigned int dst_h,
  /xsrc/external/mit/xorg-server/dist/Xi/
xiwarppointer.c 69 swapl(&stuff->dst_y);
84 int dst_x, dst_y; local
119 dst_y = stuff->dst_y / (double) (1 << 16);
153 y += dst_y;

Completed in 26 milliseconds

1 2 3 4 5 6 7 8 9