/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_surface.c | 80 unsigned dstx, unsigned dsty, unsigned dstz, in i915_surface_copy_render() 136 unsigned dstx, unsigned dsty, in i915_clear_render_target_render() 169 unsigned dstx, unsigned dsty, in i915_clear_depth_stencil_render() 206 unsigned dstx, unsigned dsty, unsigned dstz, in i915_surface_copy_blitter() 285 unsigned dstx, unsigned dsty, in i915_clear_render_target_blitter() 314 unsigned dstx, unsigned dsty, in i915_clear_depth_stencil_blitter()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_surface.c | 99 unsigned dstx, unsigned dsty, in softpipe_clear_render_target() 119 unsigned dstx, unsigned dsty, in softpipe_clear_depth_stencil()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_clear_blit.c | 124 unsigned dsty, unsigned width, unsigned height, in etna_clear_render_target() 138 unsigned dstx, unsigned dsty, unsigned width, in etna_clear_depth_stencil() 152 unsigned dst_level, unsigned dstx, unsigned dsty, in etna_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_surface.c | 42 unsigned dstx, unsigned dsty, unsigned dstz, in lp_resource_copy_ms() 87 unsigned dstx, unsigned dsty, unsigned dstz, in lp_resource_copy() 305 unsigned dstx, unsigned dsty, in llvmpipe_clear_render_target() 373 unsigned dstx, unsigned dsty, in llvmpipe_clear_depth_stencil()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_copyimage.c | 257 unsigned dstx, unsigned dsty, unsigned dstz, in blit() 284 unsigned dstx, unsigned dsty, unsigned dstz, in swizzled_copy() 403 unsigned dstx, unsigned dsty, unsigned dstz, in handle_complex_copy() 493 unsigned dstx, unsigned dsty, unsigned dstz, in copy_image()
|
/external/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_blitter.c | 295 unsigned dstx, unsigned dsty, unsigned dstz, in fd_blitter_pipe_copy_region() 325 unsigned dstx, unsigned dsty, unsigned dstz, in fd_resource_copy_region()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_surface.c | 352 unsigned dstx, unsigned dsty, unsigned dstz, in util_clear_color_texture() 391 unsigned dstx, unsigned dsty, in util_clear_render_target() 549 unsigned dstx, unsigned dsty, unsigned dstz, in util_clear_depth_stencil_texture() 641 unsigned dstx, unsigned dsty, in util_clear_depth_stencil()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | cik_sdma.c | 56 unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, in si_sdma_v4_copy_texture() 202 unsigned dst_level, unsigned dstx, unsigned dsty, unsigned dstz, in cik_sdma_copy_texture() 519 unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, in cik_sdma_copy()
|
D | si_clear.c | 686 unsigned dsty, unsigned width, unsigned height, in si_clear_render_target() 706 unsigned dstx, unsigned dsty, unsigned width, unsigned height, in si_clear_depth_stencil()
|
D | si_compute_blit.c | 424 unsigned dsty, unsigned dstz, const struct pipe_box *src_box, in si_compute_copy_image() 769 unsigned dsty, unsigned width, unsigned height, in si_compute_clear_render_target()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_pixel_copy.c | 54 GLint dstx, GLint dsty, GLenum type) in do_blit_copypixels()
|
D | intel_tex_copy.c | 51 GLint dstx, GLint dsty, GLint slice, in intel_copy_texsubimage()
|
D | intel_pixel_bitmap.c | 175 GLint dstx, GLint dsty, in do_blit_bitmap()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_pipe_clear.c | 467 unsigned dstx, unsigned dsty, in svga_blitter_clear_render_target() 495 unsigned dstx, unsigned dsty, in svga_clear_render_target()
|
D | svga_pipe_blit.c | 153 unsigned dstx, unsigned dsty, unsigned dstz, in copy_region_fallback() 819 unsigned dstx, unsigned dsty, unsigned dstz, in svga_resource_copy_region()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | intel_pixel_copy.c | 51 GLint dstx, GLint dsty, GLenum type) in do_blit_copypixels()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_blit.c | 434 unsigned dstx, unsigned dsty, in r300_clear_render_target() 453 unsigned dstx, unsigned dsty, in r300_clear_depth_stencil() 536 unsigned dstx, unsigned dsty, unsigned dstz, in r300_resource_copy_region()
|
/external/OpenCL-CTS/test_conformance/profiling/ |
D | copy.cpp | 48 … size_t dstx, size_t dsty, size_t subw, size_t subh, size_t pitch, size_t element_pitch ) in verify_subimage() 431 … size_t dstx, size_t dsty, size_t subw, size_t subh, in copy_image_size() 688 size_t srcx, srcy, dstx, dsty, subw, subh; in test_copy_image() local
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_tex_copy.c | 43 GLint dstx, GLint dsty, in do_copy_texsubimage()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | radeon_tex_copy.c | 43 GLint dstx, GLint dsty, in do_copy_texsubimage()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_blit.c | 540 unsigned dstx, unsigned dsty, in r600_clear_render_target() 558 unsigned dstx, unsigned dsty, in r600_clear_depth_stencil() 675 unsigned dstx, unsigned dsty, unsigned dstz, in r600_resource_copy_region()
|
/external/mesa3d/src/gallium/auxiliary/driver_noop/ |
D | noop_pipe.c | 265 unsigned dstx, unsigned dsty, in noop_clear_render_target() 276 unsigned dstx, unsigned dsty, in noop_clear_depth_stencil() 285 unsigned dstx, unsigned dsty, unsigned dstz, in noop_resource_copy_region()
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_surface.c | 207 unsigned dstx, unsigned dsty, unsigned dstz, in nvc0_resource_copy_region() 289 unsigned dstx, unsigned dsty, in nvc0_clear_render_target() 625 unsigned dstx, unsigned dsty, in nvc0_clear_depth_stencil() 1402 int32_t dstx, dsty; in nvc0_blit_eng2d() local
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_surface.c | 198 unsigned dstx, unsigned dsty, unsigned dstz, in nv50_resource_copy_region() 279 unsigned dstx, unsigned dsty, in nv50_clear_render_target() 370 unsigned dstx, unsigned dsty, in nv50_clear_depth_stencil() 1492 int32_t dstx, dsty; in nv50_blit_eng2d() local
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_blit.c | 653 unsigned dstx, unsigned dsty, unsigned dstz, in iris_copy_region() 764 unsigned dstx, unsigned dsty, unsigned dstz, in iris_resource_copy_region()
|