Searched defs:dsty (Results 1 - 25 of 44) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_surface.c99 unsigned dstx, unsigned dsty,
109 dstx, dsty, width, height);
119 unsigned dstx, unsigned dsty,
130 dstx, dsty, width, height);
96 softpipe_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
114 softpipe_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_pixel_copy.c53 GLint dstx, GLint dsty, GLenum type)
151 orig_dsty = dsty;
154 &dstx, &dsty, &width, &height))
158 srcy += dsty - orig_dsty;
169 dsty += srcy - orig_srcy;
175 dstx, dsty, _mesa_is_winsys_fbo(fb),
50 do_blit_copypixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) argument
H A Dintel_tex_copy.c51 GLint dstx, GLint dsty, GLint slice,
72 dstx, dsty, false,
49 intel_copy_texsubimage(struct intel_context *intel, struct intel_texture_image *intelImage, GLint dstx, GLint dsty, GLint slice, struct intel_renderbuffer *irb, GLint x, GLint y, GLsizei width, GLsizei height) argument
H A Dintel_pixel_bitmap.c175 GLint dstx, GLint dsty,
191 GLint orig_dsty = dsty;
251 &dstx, &dsty, &width, &height))
254 dsty = y_flip(fb, dsty, height);
280 -orig_dsty + y_flip(fb, dsty + py, h),
298 dsty + py,
174 do_blit_bitmap( struct gl_context *ctx, GLint dstx, GLint dsty, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap ) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_pixel_copy.c50 GLint dstx, GLint dsty, GLenum type)
153 orig_dsty = dsty;
156 &dstx, &dsty, &width, &height))
160 srcy += dsty - orig_dsty;
171 dsty += srcy - orig_srcy;
177 dstx, dsty, _mesa_is_winsys_fbo(fb),
47 do_blit_copypixels(struct gl_context * ctx, GLint srcx, GLint srcy, GLsizei width, GLsizei height, GLint dstx, GLint dsty, GLenum type) argument
H A Dintel_tex_copy.c49 GLint dstx, GLint dsty, GLint slice,
93 dstx, dsty, false,
47 intel_copy_texsubimage(struct brw_context *brw, struct intel_texture_image *intelImage, GLint dstx, GLint dsty, GLint slice, struct intel_renderbuffer *irb, GLint x, GLint y, GLsizei width, GLsizei height) argument
H A Dintel_pixel_bitmap.c172 GLint dstx, GLint dsty,
188 GLint orig_dsty = dsty;
248 &dstx, &dsty, &width, &height))
251 dsty = y_flip(fb, dsty, height);
282 -orig_dsty + y_flip(fb, dsty + py, h),
300 dsty + py,
171 do_blit_bitmap( struct gl_context *ctx, GLint dstx, GLint dsty, GLsizei width, GLsizei height, const struct gl_pixelstore_attrib *unpack, const GLubyte *bitmap ) argument
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tex_copy.c43 GLint dstx, GLint dsty,
82 assert(timg->base.Base.Height >= dsty + height);
90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset);
133 dstx, dsty, width, height, flip_y);
40 do_copy_texsubimage(struct gl_context *ctx, struct radeon_tex_obj *tobj, radeon_texture_image *timg, GLint dstx, GLint dsty, struct radeon_renderbuffer *rrb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tex_copy.c43 GLint dstx, GLint dsty,
82 assert(timg->base.Base.Height >= dsty + height);
90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset);
133 dstx, dsty, width, height, flip_y);
40 do_copy_texsubimage(struct gl_context *ctx, struct radeon_tex_obj *tobj, radeon_texture_image *timg, GLint dstx, GLint dsty, struct radeon_renderbuffer *rrb, GLint x, GLint y, GLsizei width, GLsizei height) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c41 unsigned dstx, unsigned dsty, unsigned dstz,
59 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
192 unsigned dstx, unsigned dsty,
202 dstx, dsty, width, height);
212 unsigned dstx, unsigned dsty,
223 dstx, dsty, width, height);
39 lp_resource_copy(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
189 llvmpipe_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
207 llvmpipe_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_surface.c80 unsigned dstx, unsigned dsty, unsigned dstz,
118 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height),
128 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
136 unsigned dstx, unsigned dsty,
156 dstx, dsty, width, height);
169 unsigned dstx, unsigned dsty,
189 dstx, dsty, width, height);
206 unsigned dstx, unsigned dsty, unsigned dstz,
218 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
245 (short) src_box->x, (short) src_box->y, (short) dstx, (short) dsty,
78 i915_surface_copy_render(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
133 i915_clear_render_target_render(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
164 i915_clear_depth_stencil_render(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
204 i915_surface_copy_blitter(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
282 i915_clear_render_target_blitter(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
309 i915_clear_depth_stencil_blitter(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
[all...]
/external/mesa3d/src/gallium/drivers/ilo/
H A Dilo_blit.c38 unsigned dstx, unsigned dsty, unsigned dstz,
46 dst, dst_level, dstx, dsty, dstz,
51 dst, dst_level, dstx, dsty, dstz,
56 dstx, dsty, dstz, src, src_level, src_box);
85 unsigned dstx, unsigned dsty,
91 if (!width || !height || dstx >= dst->width || dsty >= dst->height)
96 if (dsty + height > dst->height)
97 height = dst->height - dsty;
100 dst, color, dstx, dsty, width, height))
104 dst, color, dstx, dsty, widt
35 ilo_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
82 ilo_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
108 ilo_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_blit.c119 unsigned dstx, unsigned dsty, unsigned dstz,
157 dsty, dstz, src_tex, src_level, src_box);
181 dstx, dsty, dst_z,
186 util_resource_copy_region(pipe, dst_tex, dst_level, dstx, dsty, dstz,
198 dstx, dsty, dst_z,
204 util_resource_copy_region(pipe, dst_tex, dst_level, dstx, dsty, dstz,
116 svga_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dst_tex, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src_tex, unsigned src_level, const struct pipe_box *src_box) argument
H A Dsvga_pipe_clear.c489 * \param dsty[in] Clear region top
497 unsigned dstx, unsigned dsty,
504 dstx, dsty, width, height);
553 * \param dsty[in] Clear region top
563 unsigned dstx, unsigned dsty,
570 if (!svga_have_vgpu10(svga) || dstx != 0 || dsty != 0 ||
572 svga_blitter_clear_render_target(svga, dst, color, dstx, dsty, width,
494 svga_blitter_clear_render_target(struct svga_context *svga, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
560 svga_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
/external/mesa3d/src/gallium/drivers/swr/
H A Dswr_context.cpp245 unsigned dsty,
264 pipe, dst, dst_level, dstx, dsty, dstz, src, src_level, src_box);
241 swr_resource_copy(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_texture.c34 unsigned dstx, unsigned dsty, unsigned dstz,
50 blit.dst.box.y = dsty;
31 virgl_copy_region_with_blit(struct pipe_context *pipe, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dvolume9.c417 unsigned dstx, unsigned dsty, unsigned dstz,
424 DBG("This=%p From=%p dstx=%u dsty=%u dstz=%u pSrcBox=%p\n",
425 This, From, dstx, dsty, dstz, pSrcBox);
431 dst_box.y = dsty;
465 dstx, dsty, dstz,
415 NineVolume9_CopyMemToDefault( struct NineVolume9 *This, struct NineVolume9 *From, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_box *pSrcBox ) argument
/external/mesa3d/src/mesa/swrast/
H A Ds_copypix.c51 GLint dstx, GLint dsty,
57 dstx, dsty, dstx + width, dsty + height);
69 else if ((srcy < dsty) && (srcy + height < dsty + (height * zoomY))) {
73 else if ((srcy > dsty) && (srcy + height > dsty + (height * zoomY))) {
50 regions_overlap(GLint srcx, GLint srcy, GLint dstx, GLint dsty, GLint width, GLint height, GLfloat zoomX, GLfloat zoomY) argument
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_clear_blit.c252 unsigned dsty, unsigned width, unsigned height,
260 util_blitter_clear_render_target(ctx->blitter, dst, color, dstx, dsty, width, height);
266 unsigned dstx, unsigned dsty, unsigned width,
275 stencil, dstx, dsty, width, height);
280 unsigned dst_level, unsigned dstx, unsigned dsty,
302 util_blitter_copy_texture(ctx->blitter, dst, dst_level, dstx, dsty, dstz,
305 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src,
250 etna_clear_render_target(struct pipe_context *pctx, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
264 etna_clear_depth_stencil(struct pipe_context *pctx, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) argument
279 etna_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_miptree.c126 unsigned dstx, unsigned dsty, unsigned dstz,
142 define_rect(dstres, dst_level, dstz, dstx, dsty,
124 nv30_resource_copy_region(struct pipe_context *pipe, struct pipe_resource *dstres, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *srcres, unsigned src_level, const struct pipe_box *src_box) argument
/external/mesa3d/src/gallium/drivers/radeon/
H A Dr600_test_dma.c315 int srcx, srcy, srcz, dstx, dsty, dstz; local
326 srcx = srcy = srcz = dstx = dsty = dstz = 0;
346 dsty = rand() % (tdst.height0 - height + 1) & ~0x7;
358 dsty = rand() % (tdst.height0 - height + 1);
373 rctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box);
382 dstx, dsty, dstz, width, height, depth,
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_dma.c223 unsigned dstx, unsigned dsty, unsigned dstz,
234 unsigned dst_x = dstx, dst_y = dsty, dst_z = dstz;
261 !r600_prepare_for_dma_blit(&sctx->b, rdst, dst_level, dstx, dsty,
320 si_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz,
220 si_dma_copy(struct pipe_context *ctx, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsubpicture.c339 short dstx, short dsty)
344 struct pipe_box dst_box = {dstx, dsty, 0, width, height, 1};
337 XvMCCompositeSubpicture(Display *dpy, XvMCSubpicture *subpicture, XvImage *image, short srcx, short srcy, unsigned short width, unsigned short height, short dstx, short dsty) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c408 unsigned dstx, unsigned dsty,
443 dstx, dsty, dst->u.tex.first_layer,
492 unsigned dstx, unsigned dsty,
516 dstx, dsty, dst->u.tex.first_layer,
405 util_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
487 util_clear_depth_stencil(struct pipe_context *pipe, struct pipe_surface *dst, unsigned clear_flags, double depth, unsigned stencil, unsigned dstx, unsigned dsty, unsigned width, unsigned height) argument
/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c936 unsigned dstx, unsigned dsty, unsigned dstz,
951 dst, dst_level, dstx, dsty, dstz,
967 unsigned dstx, unsigned dsty, unsigned dstz,
981 dst, dst_level, dstx, dsty, dstz,
987 dst, dst_level, dstx, dsty, dstz,
933 fd_blitter_pipe_copy_region(struct fd_context *ctx, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument
964 fd_resource_copy_region(struct pipe_context *pctx, struct pipe_resource *dst, unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, const struct pipe_box *src_box) argument

Completed in 616 milliseconds

12