Searched defs:desty (Results 1 - 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
H A Di915_clear.c47 unsigned destx, unsigned desty, unsigned width, unsigned height)
148 OUT_BATCH_F(desty + height);
150 OUT_BATCH_F(desty + height);
152 OUT_BATCH_F(desty);
167 OUT_BATCH_F(desty + height);
169 OUT_BATCH_F(desty + height);
171 OUT_BATCH_F(desty);
199 OUT_BATCH_F(desty + height);
201 OUT_BATCH_F(desty + height);
203 OUT_BATCH_F(desty);
44 i915_clear_emit(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil, unsigned destx, unsigned desty, unsigned width, unsigned height) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c218 GLint destx, GLint desty, GLenum type)
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
215 intelCopyPixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint destx, GLint desty, GLenum type) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c218 GLint destx, GLint desty, GLenum type)
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
215 intelCopyPixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint destx, GLint desty, GLenum type) argument
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_pixel_copy.c218 GLint destx, GLint desty, GLenum type)
225 if (do_blit_copypixels(ctx, srcx, srcy, width, height, destx, desty, type))
229 _mesa_meta_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type);
215 intelCopyPixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint destx, GLint desty, GLenum type) argument
/external/mesa3d/src/mesa/main/
H A Ddrawpix.c270 GLint desty = IROUND(ctx->Current.RasterPos[1]); local
271 ctx->Driver.CopyPixels( ctx, srcx, srcy, width, height, destx, desty,
/external/mesa3d/src/gallium/state_trackers/va/
H A Dva_surface.c113 unsigned short srcw, unsigned short srch, short destx, short desty,
112 vlVaPutSurface(VADriverContextP ctx, VASurfaceID surface, void* draw, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, VARectangle *cliprects, unsigned int number_cliprects, unsigned int flags) argument
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsurface.c344 short destx, short desty, unsigned short destw, unsigned short desth,
358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth};
404 assert(desty + desth - 1 < drawable_surface->height);
342 XvMCPutSurface(Display *dpy, XvMCSurface *surface, Drawable drawable, short srcx, short srcy, unsigned short srcw, unsigned short srch, short destx, short desty, unsigned short destw, unsigned short desth, int flags) argument
/external/mesa3d/src/mesa/swrast/
H A Ds_copypix.c100 GLint width, GLint height, GLint destx, GLint desty)
115 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
123 if (!overlapping && srcy < desty) {
126 dy = desty + height - 1;
132 dy = desty;
189 _swrast_write_zoomed_rgba_span(ctx, destx, desty, &span, rgba);
245 GLint destx, GLint desty )
266 overlapping = regions_overlap(srcx, srcy, destx, desty, width, height,
274 if (!overlapping && srcy < desty) {
277 dy = desty
99 copy_rgba_pixels(struct gl_context *ctx, GLint srcx, GLint srcy, GLint width, GLint height, GLint destx, GLint desty) argument
623 _swrast_CopyPixels( struct gl_context *ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint destx, GLint desty, GLenum type ) argument
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dxm_dd.c609 GLint destx, GLint desty, GLenum type )
628 desty = YFLIP(dstXrb, desty) - height + 1;
630 srcx, srcy, width, height, destx, desty);
633 _swrast_CopyPixels(ctx, srcx, srcy, width, height, destx, desty, type );
607 xmesa_CopyPixels( struct gl_context *ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint destx, GLint desty, GLenum type ) argument

Completed in 217 milliseconds