Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/i915/
Di915_clear.c47 unsigned destx, unsigned desty, unsigned width, unsigned height) in i915_clear_emit() argument
147 OUT_BATCH_F(destx + width); in i915_clear_emit()
149 OUT_BATCH_F(destx); in i915_clear_emit()
151 OUT_BATCH_F(destx); in i915_clear_emit()
166 OUT_BATCH_F(destx + width); in i915_clear_emit()
168 OUT_BATCH_F(destx); in i915_clear_emit()
170 OUT_BATCH_F(destx); in i915_clear_emit()
198 OUT_BATCH_F(destx + width); in i915_clear_emit()
200 OUT_BATCH_F(destx); in i915_clear_emit()
202 OUT_BATCH_F(destx); in i915_clear_emit()
Di915_context.h402 unsigned destx, unsigned desty, unsigned width, unsigned height);
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c100 GLint width, GLint height, GLint destx, GLint desty) in copy_rgba_pixels() argument
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_rgba_pixels()
184 span.x = destx; in copy_rgba_pixels()
189 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba); in copy_rgba_pixels()
245 GLint destx, GLint desty ) in copy_depth_pixels() argument
266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height, in copy_depth_pixels()
326 span.x = destx; in copy_depth_pixels()
330 _swrast_write_zoomed_depth_span(ctx, destx, desty, &span); in copy_depth_pixels()
347 GLint destx, GLint desty ) in copy_stencil_pixels() argument
363 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.c218 GLint destx, GLint desty, GLenum type) in intelCopyPixels() argument
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) in intelCopyPixels()
229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type); in intelCopyPixels()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_pixel_copy.c218 GLint destx, GLint desty, GLenum type) in intelCopyPixels() argument
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) in intelCopyPixels()
229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type); in intelCopyPixels()
Dintel_pixel.h59 GLint destx, GLint desty, GLenum type);
Dintel_regions.h119 GLuint destx, GLuint desty,
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_copy.c218 GLint destx, GLint desty, GLenum type) in intelCopyPixels() argument
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type)) in intelCopyPixels()
229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type); in intelCopyPixels()
/external/mesa3d/src/mesa/main/
Ddrawpix.c269 GLint destx = IROUND(ctx->Current.RasterPos[0]); in _mesa_CopyPixels() local
271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty, in _mesa_CopyPixels()
/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsurface.c344 short destx, short desty, unsigned short destw, unsigned short desth, in XvMCPutSurface() argument
358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; in XvMCPutSurface()
/external/mesa3d/src/gallium/state_trackers/va/
Dva_surface.c113 unsigned short srcw, unsigned short srch, short destx, short desty, in vlVaPutSurface() argument
Dva_private.h100 short destx,
/external/mesa3d/src/mesa/drivers/x11/
Dxm_dd.c609 GLint destx, GLint desty, GLenum type ) in xmesa_CopyPixels() argument
630 srcx, srcy, width, height, destx, desty); in xmesa_CopyPixels()
633 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type ); in xmesa_CopyPixels()