HomeSort by relevance Sort by last modified time
    Searched full:dstbox (Results 1 - 10 of 10) sorted by null

  /hardware/intel/img/psb_video/src/
psb_overlay.c 414 int dstPitch, int srcPitch, int __maybe_unused x1, int __maybe_unused y1, int __maybe_unused x2, int __maybe_unused y2, BoxPtr dstBox,
451 dstBox->x2 = dstBox->x2 / 4;
452 dstBox->y2 = dstBox->y2 / 4;
480 tmp = dstBox->x1;
481 dstBox->x1 = dstBox->y1;
482 dstBox->y1 = pPriv->height_save - tmp;
483 tmp = dstBox->x2
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 1520 struct pipe_box dstbox; local
1926 struct pipe_box dstbox = {0}, srcbox = {0}; local
    [all...]
u_blitter.h 241 const struct pipe_box *dstbox,
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 89 struct pipe_box dstbox; local
119 abs(src_box->depth), &dstbox);
121 util_blitter_blit_generic(i915->blitter, dst_view, &dstbox,
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 548 struct pipe_box box, dstbox; local
669 abs(src_box->depth), &dstbox);
672 util_blitter_blit_generic(r300->blitter, dst_view, &dstbox,
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 620 struct pipe_box sbox, dstbox; local
741 abs(src_box->depth), &dstbox);
745 util_blitter_blit_generic(rctx->blitter, dst_view, &dstbox,
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.h 683 SVGA3dBox *dstBox);
svga_cmd_vgpu10.c     [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_blit.c 849 struct pipe_box sbox, dstbox; local
957 abs(src_box->depth), &dstbox);
961 util_blitter_blit_generic(sctx->blitter, dst_view, &dstbox,
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_cmd.h     [all...]

Completed in 3667 milliseconds