Home
last modified time | relevance | path

Searched refs:dsty (Results 1 – 25 of 72) sorted by relevance

123

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_tiling.c40 unsigned dsty = basey + srcy; \
41 unsigned ty = (dsty / TEX_TILE_HEIGHT) * dst_stride + \
42 (dsty % TEX_TILE_HEIGHT) * TEX_TILE_WIDTH; \
54 for (unsigned dsty = 0; dsty < height; ++dsty) { \
55 unsigned srcy = basey + dsty; \
60 ((type *)dest)[dsty * dst_stride + dstx] = \
Detnaviv_clear_blit.c83 unsigned dsty, unsigned width, unsigned height, in etna_clear_render_target() argument
91 util_blitter_clear_render_target(ctx->blitter, dst, color, dstx, dsty, width, height); in etna_clear_render_target()
97 unsigned dstx, unsigned dsty, unsigned width, in etna_clear_depth_stencil() argument
106 stencil, dstx, dsty, width, height); in etna_clear_depth_stencil()
111 unsigned dst_level, unsigned dstx, unsigned dsty, in etna_resource_copy_region() argument
131 util_blitter_copy_texture(ctx->blitter, dst, dst_level, dstx, dsty, dstz, in etna_resource_copy_region()
134 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src, in etna_resource_copy_region()
/external/mesa3d/src/gallium/drivers/i915/
Di915_surface.c80 unsigned dstx, unsigned dsty, unsigned dstz, in i915_surface_copy_render() argument
118 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), in i915_surface_copy_render()
128 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in i915_surface_copy_render()
136 unsigned dstx, unsigned dsty, in i915_clear_render_target_render() argument
156 dstx, dsty, width, height); in i915_clear_render_target_render()
169 unsigned dstx, unsigned dsty, in i915_clear_depth_stencil_render() argument
189 dstx, dsty, width, height); in i915_clear_depth_stencil_render()
206 unsigned dstx, unsigned dsty, unsigned dstz, in i915_surface_copy_blitter() argument
218 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in i915_surface_copy_blitter()
245 (short) src_box->x, (short) src_box->y, (short) dstx, (short) dsty, in i915_surface_copy_blitter()
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_copyimage.c256 unsigned dstx, unsigned dsty, unsigned dstz, in blit() argument
271 u_box_3d(dstx, dsty, dstz, src_box->width, src_box->height, in blit()
283 unsigned dstx, unsigned dsty, unsigned dstz, in swizzled_copy() argument
333 blit(pipe, dst, blit_dst_format, dst_level, dstx, dsty, dstz, in swizzled_copy()
401 unsigned dstx, unsigned dsty, unsigned dstz, in handle_complex_copy() argument
430 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src, in handle_complex_copy()
437 blit(pipe, dst, canon_format, dst_level, dstx, dsty, dstz, src, in handle_complex_copy()
454 swizzled_copy(pipe, dst, dst_level, dstx, dsty, dstz, temp, 0, in handle_complex_copy()
463 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src, in handle_complex_copy()
478 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, temp, in handle_complex_copy()
[all …]
Dst_cb_drawpixels.c1193 GLint dstx, GLint dsty) in copy_stencil_pixels() argument
1236 dsty = rbDraw->Base.Height - dsty - height; in copy_stencil_pixels()
1247 usage, dstx, dsty, in copy_stencil_pixels()
1301 GLint dstx, GLint dsty, GLenum type) in blit_copy_pixels() argument
1345 drawY = dsty + pack.SkipRows; in blit_copy_pixels()
1425 GLint dstx, GLint dsty, GLenum type) in st_CopyPixels() argument
1451 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_STENCIL); in st_CopyPixels()
1452 st_CopyPixels(ctx, srcx, srcy, width, height, dstx, dsty, GL_DEPTH); in st_CopyPixels()
1458 copy_stencil_pixels(ctx, srcx, srcy, width, height, dstx, dsty); in st_CopyPixels()
1462 if (blit_copy_pixels(ctx, srcx, srcy, width, height, dstx, dsty, type)) in st_CopyPixels()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel_copy.c54 GLint dstx, GLint dsty, GLenum type) in do_blit_copypixels() argument
152 orig_dsty = dsty; in do_blit_copypixels()
155 &dstx, &dsty, &width, &height)) in do_blit_copypixels()
159 srcy += dsty - orig_dsty; in do_blit_copypixels()
170 dsty += srcy - orig_srcy; in do_blit_copypixels()
176 dstx, dsty, _mesa_is_winsys_fbo(fb), in do_blit_copypixels()
Dintel_pixel_bitmap.c175 GLint dstx, GLint dsty, in do_blit_bitmap() argument
191 GLint orig_dsty = dsty; in do_blit_bitmap()
251 &dstx, &dsty, &width, &height)) in do_blit_bitmap()
254 dsty = y_flip(fb, dsty, height); in do_blit_bitmap()
280 -orig_dsty + y_flip(fb, dsty + py, h), in do_blit_bitmap()
298 dsty + py, in do_blit_bitmap()
Dintel_tex_copy.c51 GLint dstx, GLint dsty, GLint slice, in intel_copy_texsubimage() argument
72 dstx, dsty, false, in intel_copy_texsubimage()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel_copy.c51 GLint dstx, GLint dsty, GLenum type) in do_blit_copypixels() argument
154 orig_dsty = dsty; in do_blit_copypixels()
157 &dstx, &dsty, &width, &height)) in do_blit_copypixels()
161 srcy += dsty - orig_dsty; in do_blit_copypixels()
172 dsty += srcy - orig_srcy; in do_blit_copypixels()
178 dstx, dsty, _mesa_is_winsys_fbo(fb), in do_blit_copypixels()
Dintel_pixel_bitmap.c172 GLint dstx, GLint dsty, in do_blit_bitmap() argument
188 GLint orig_dsty = dsty; in do_blit_bitmap()
248 &dstx, &dsty, &width, &height)) in do_blit_bitmap()
251 dsty = y_flip(fb, dsty, height); in do_blit_bitmap()
282 -orig_dsty + y_flip(fb, dsty + py, h), in do_blit_bitmap()
300 dsty + py, in do_blit_bitmap()
Dintel_tex_copy.c49 GLint dstx, GLint dsty, GLint slice, in intel_copy_texsubimage() argument
90 dstx, dsty, false, in intel_copy_texsubimage()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dcik_sdma.c141 unsigned dstx, unsigned dsty, unsigned dstz, in cik_sdma_copy_texture() argument
194 if (!si_prepare_for_dma_blit(&sctx->b, rdst, dst_level, dstx, dsty, in cik_sdma_copy_texture()
199 dsty /= rdst->surface.blk_h; in cik_sdma_copy_texture()
205 dsty >= (1 << 14) || in cik_sdma_copy_texture()
247 radeon_emit(cs, dstx | (dsty << 16)); in cik_sdma_copy_texture()
268 unsigned tiled_y = tiled == rsrc ? srcy : dsty; in cik_sdma_copy_texture()
269 unsigned linear_y = linear == rsrc ? srcy : dsty; in cik_sdma_copy_texture()
434 dsty % 8 == 0 && in cik_sdma_copy_texture()
464 dsty + copy_height == dst_height) in cik_sdma_copy_texture()
504 radeon_emit(cs, dstx | (dsty << 16)); in cik_sdma_copy_texture()
[all …]
Dsi_test_dma.c306 int srcx, srcy, srcz, dstx, dsty, dstz; in si_test_dma() local
317 srcx = srcy = srcz = dstx = dsty = dstz = 0; in si_test_dma()
337 dsty = rand() % (tdst.height0 - height + 1) & ~0x7; in si_test_dma()
349 dsty = rand() % (tdst.height0 - height + 1); in si_test_dma()
364 sctx->b.dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box); in si_test_dma()
373 dstx, dsty, dstz, width, height, depth, in si_test_dma()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_surface.c41 unsigned dstx, unsigned dsty, unsigned dstz, in lp_resource_copy() argument
59 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in lp_resource_copy()
192 unsigned dstx, unsigned dsty, in llvmpipe_clear_render_target() argument
202 dstx, dsty, width, height); in llvmpipe_clear_render_target()
212 unsigned dstx, unsigned dsty, in llvmpipe_clear_depth_stencil() argument
223 dstx, dsty, width, height); in llvmpipe_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_surface.c99 unsigned dstx, unsigned dsty, in softpipe_clear_render_target() argument
109 dstx, dsty, width, height); in softpipe_clear_render_target()
119 unsigned dstx, unsigned dsty, in softpipe_clear_depth_stencil() argument
130 dstx, dsty, width, height); in softpipe_clear_depth_stencil()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dradeon_tex_copy.c43 GLint dstx, GLint dsty, in do_copy_texsubimage() argument
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset); in do_copy_texsubimage()
133 dstx, dsty, width, height, flip_y); in do_copy_texsubimage()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_tex_copy.c43 GLint dstx, GLint dsty, in do_copy_texsubimage() argument
82 assert(timg->base.Base.Height >= dsty + height); in do_copy_texsubimage()
90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset); in do_copy_texsubimage()
133 dstx, dsty, width, height, flip_y); in do_copy_texsubimage()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_test_dma.c306 int srcx, srcy, srcz, dstx, dsty, dstz; in r600_test_dma() local
317 srcx = srcy = srcz = dstx = dsty = dstz = 0; in r600_test_dma()
337 dsty = rand() % (tdst.height0 - height + 1) & ~0x7; in r600_test_dma()
349 dsty = rand() % (tdst.height0 - height + 1); in r600_test_dma()
364 rctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box); in r600_test_dma()
373 dstx, dsty, dstz, width, height, depth, in r600_test_dma()
/external/mesa3d/src/mesa/swrast/
Ds_copypix.c51 GLint dstx, GLint dsty, in regions_overlap() argument
57 dstx, dsty, dstx + width, dsty + height); in regions_overlap()
69 else if ((srcy < dsty) && (srcy + height < dsty + (height * zoomY))) { in regions_overlap()
73 else if ((srcy > dsty) && (srcy + height > dsty + (height * zoomY))) { in regions_overlap()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_surface.h89 unsigned dstx, unsigned dsty,
98 unsigned dstx, unsigned dsty,
/external/mesa3d/src/gallium/auxiliary/util/
Du_surface.h96 unsigned dstx, unsigned dsty,
105 unsigned dstx, unsigned dsty,
Du_surface.c421 unsigned dstx, unsigned dsty, unsigned dstz, in util_clear_color_texture() argument
431 dstx, dsty, dstz, in util_clear_color_texture()
460 unsigned dstx, unsigned dsty, in util_clear_render_target() argument
494 dst->u.tex.level, dstx, dsty, in util_clear_render_target()
505 unsigned dstx, unsigned dsty, unsigned dstz, in util_clear_depth_stencil_texture() argument
525 dstx, dsty, dstz, in util_clear_depth_stencil_texture()
689 unsigned dstx, unsigned dsty, in util_clear_depth_stencil() argument
703 dstx, dsty, dst->u.tex.first_layer, in util_clear_depth_stencil()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_blit.c432 unsigned dstx, unsigned dsty, in r300_clear_render_target() argument
441 dstx, dsty, width, height); in r300_clear_render_target()
451 unsigned dstx, unsigned dsty, in r300_clear_depth_stencil() argument
469 dstx, dsty, width, height); in r300_clear_depth_stencil()
534 unsigned dstx, unsigned dsty, unsigned dstz, in r300_resource_copy_region() argument
555 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in r300_resource_copy_region()
639 dsty /= 4; in r300_resource_copy_region()
652 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, in r300_resource_copy_region()
668 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height), in r300_resource_copy_region()
/external/virglrenderer/src/gallium/include/pipe/
Dp_context.h283 unsigned dstx, unsigned dsty, unsigned dstz,
318 unsigned dstx, unsigned dsty,
332 unsigned dstx, unsigned dsty,
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_clear.c497 unsigned dstx, unsigned dsty, in svga_blitter_clear_render_target() argument
504 dstx, dsty, width, height); in svga_blitter_clear_render_target()
525 unsigned dstx, unsigned dsty, in svga_clear_render_target() argument
532 if (!svga_have_vgpu10(svga) || dstx != 0 || dsty != 0 || in svga_clear_render_target()
534 svga_blitter_clear_render_target(svga, dst, color, dstx, dsty, width, in svga_clear_render_target()

123