Home
last modified time | relevance | path

Searched refs:destx (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_clear.c46 unsigned destx, unsigned desty, unsigned width, unsigned height) in i915_clear_emit() argument
146 OUT_BATCH_F(destx + width); in i915_clear_emit()
148 OUT_BATCH_F(destx); in i915_clear_emit()
150 OUT_BATCH_F(destx); in i915_clear_emit()
165 OUT_BATCH_F(destx + width); in i915_clear_emit()
167 OUT_BATCH_F(destx); in i915_clear_emit()
169 OUT_BATCH_F(destx); in i915_clear_emit()
197 OUT_BATCH_F(destx + width); in i915_clear_emit()
199 OUT_BATCH_F(destx); in i915_clear_emit()
201 OUT_BATCH_F(destx); in i915_clear_emit()
Di915_context.h388 unsigned destx, unsigned desty, unsigned width, unsigned height);
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c89 GLint width, GLint height, GLint destx, GLint desty) in copy_rgba_pixels() argument
104 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_rgba_pixels()
173 span.x = destx; in copy_rgba_pixels()
178 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba); in copy_rgba_pixels()
234 GLint destx, GLint desty ) in copy_depth_pixels() argument
255 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_depth_pixels()
315 span.x = destx; in copy_depth_pixels()
319 _swrast_write_zoomed_depth_span(ctx, destx, desty, &span); in copy_depth_pixels()
336 GLint destx, GLint desty ) in copy_stencil_pixels() argument
352 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_stencil_pixels()
[all …]
Dswrast.h137 GLint destx, GLint desty,
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_copy.c198 GLint destx, GLint desty, GLenum type) in intelCopyPixels() argument
205 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) in intelCopyPixels()
209 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type); in intelCopyPixels()
Dintel_pixel.h55 GLint destx, GLint desty, GLenum type);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_copy.c199 GLint destx, GLint desty, GLenum type) in intelCopyPixels() argument
206 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) in intelCopyPixels()
210 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type); in intelCopyPixels()
Dintel_pixel.h53 GLint destx, GLint desty, GLenum type);
/external/mesa3d/src/mesa/main/
Ddrawpix.c268 GLint destx = IROUND(ctx->Current.RasterPos[0]); in _mesa_CopyPixels() local
270 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty, in _mesa_CopyPixels()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsurface.c351 short destx, short desty, unsigned short destw, unsigned short desth, in XvMCPutSurface() argument
366 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; in XvMCPutSurface()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c605 GLint destx, GLint desty, GLenum type ) in xmesa_CopyPixels() argument
626 srcx, srcy, width, height, destx, desty); in xmesa_CopyPixels()
629 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type ); in xmesa_CopyPixels()
/external/mesa3d/src/gallium/state_trackers/va/
Dsurface.c273 unsigned short srcw, unsigned short srch, short destx, short desty, in vlVaPutSurface() argument
284 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; in vlVaPutSurface()
Dva_private.h319 … unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw,