HomeSort by relevance Sort by last modified time
    Searched refs:dstx (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_tiling.c 44 unsigned dstx = basex + srcx; \
45 ((type *)dest)[ty + (dstx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
46 (dstx % TEX_TILE_WIDTH)] = \
58 for (unsigned dstx = 0; dstx < width; ++dstx) { \
59 unsigned srcx = basex + dstx; \
60 ((type *)dest)[dsty * dst_stride + dstx] = \
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blit.c 38 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)
94 if (dstx + width > dst->width)
95 width = dst->width - dstx;
100 dst, color, dstx, dsty, width, height))
104 dst, color, dstx, dsty, width, height)
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_blit.h 42 short dstx, short dsty,
i915_surface.c 80 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
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_pixel_copy.c 53 GLint dstx, GLint dsty, GLenum type)
150 orig_dstx = dstx;
154 &dstx, &dsty, &width, &height))
157 srcx += dstx - orig_dstx;
168 dstx += srcx - orig_srcx;
175 dstx, dsty, _mesa_is_winsys_fbo(fb),
intel_tex_copy.c 51 GLint dstx, GLint dsty, GLint slice,
72 dstx, dsty, false,
intel_pixel_bitmap.c 175 GLint dstx, GLint dsty,
190 GLint orig_dstx = dstx;
251 &dstx, &dsty, &width, &height))
279 -orig_dstx + (dstx + px),
297 dstx + px,
intel_blit.h 50 GLshort dstx, GLshort dsty,
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_pixel_copy.c 50 GLint dstx, GLint dsty, GLenum type)
152 orig_dstx = dstx;
156 &dstx, &dsty, &width, &height))
159 srcx += dstx - orig_dstx;
170 dstx += srcx - orig_srcx;
177 dstx, dsty, _mesa_is_winsys_fbo(fb),
intel_pixel_bitmap.c 172 GLint dstx, GLint dsty,
187 GLint orig_dstx = dstx;
248 &dstx, &dsty, &width, &height))
281 -orig_dstx + (dstx + px),
299 dstx + px,
intel_tex_copy.c 49 GLint dstx, GLint dsty, GLint slice,
93 dstx, dsty, false,
intel_blit.h 45 GLshort dstx, GLshort dsty,
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.h 89 unsigned dstx, unsigned dsty,
98 unsigned dstx, unsigned dsty,
u_blitter.h 215 unsigned dstx, unsigned dsty, unsigned dstz,
281 unsigned dstx,
315 unsigned dstx, unsigned dsty,
334 unsigned dstx, unsigned dsty,
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_surface.c 99 unsigned dstx, unsigned dsty,
109 dstx, dsty, width, height);
119 unsigned dstx, unsigned dsty,
130 dstx, dsty, width, height);
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex_copy.c 43 GLint dstx, GLint dsty,
81 assert(timg->base.Base.Width >= dstx + width);
90 fprintf(stderr, "to: x %d, y %d, offset %d\n", dstx, dsty, (uint32_t) dst_offset);
133 dstx, dsty, width, height, flip_y);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_copyimage.c 256 unsigned dstx, unsigned dsty, unsigned dstz,
271 u_box_3d(dstx, dsty, dstz, src_box->width, src_box->height,
283 unsigned dstx, unsigned dsty, unsigned dstz,
333 blit(pipe, dst, blit_dst_format, dst_level, dstx, dsty, dstz,
401 unsigned dstx, unsigned dsty, unsigned dstz,
430 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src,
437 blit(pipe, dst, canon_format, dst_level, dstx, dsty, dstz, src,
454 swizzled_copy(pipe, dst, dst_level, dstx, dsty, dstz, temp, 0,
463 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src,
478 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, temp
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.c 41 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);
  /external/mesa3d/src/gallium/drivers/radeonsi/
cik_sdma.c 143 unsigned dstx, unsigned dsty, unsigned dstz,
192 if (!r600_prepare_for_dma_blit(&sctx->b, rdst, dst_level, dstx, dsty,
196 dstx /= rdst->surface.blk_w;
202 dstx >= (1 << 14) ||
242 radeon_emit(cs, dstx | (dsty << 16));
261 unsigned tiled_x = tiled == rsrc ? srcx : dstx;
262 unsigned linear_x = linear == rsrc ? srcx : dstx;
428 dstx % 8 == 0 &&
454 dstx + copy_width == dst_width)
484 dstx + copy_width != (1 << 14))))
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_resource.h 64 unsigned dstx, unsigned dsty, unsigned dstz,
  /external/mesa3d/src/gallium/state_trackers/nine/
volume9.h 90 unsigned dstx, unsigned dsty, unsigned dstz,
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 475 unsigned dstx, unsigned dsty,
484 dstx, dsty, width, height);
493 unsigned dstx, unsigned dsty,
502 dstx, dsty, width, height);
506 static void r600_copy_buffer(struct pipe_context *ctx, struct pipe_resource *dst, unsigned dstx,
512 r600_cp_dma_copy_buffer(rctx, dst, dstx, src, src_box->x, src_box->width);
516 dstx % 4 == 0 && src_box->x % 4 == 0 && src_box->width % 4 == 0) {
519 util_blitter_copy_buffer(rctx->blitter, dst, dstx, src, src_box->x, src_box->width);
522 util_resource_copy_region(ctx, dst, 0, dstx, 0, 0, src, 0, src_box);
534 dstx, struct pipe_resource *src
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_test_dma.c 315 int srcx, srcy, srcz, dstx, dsty, dstz; local
326 srcx = srcy = srcz = dstx = dsty = dstz = 0;
345 dstx = rand() % (tdst.width0 - width + 1) & ~0x7;
357 dstx = rand() % (tdst.width0 - width + 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/svga/
svga_pipe_blit.c 119 unsigned dstx, unsigned dsty, unsigned dstz,
144 src_box->x, dstx, src_box->width);
148 src_box->x, dstx, src_box->width);
156 util_resource_copy_region(pipe, dst_tex, dst_level, dstx,
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,
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 388 unsigned dstx, unsigned dsty, unsigned dstz,
423 unsigned dstx, unsigned dsty,
438 unsigned dstx, unsigned dsty,

Completed in 686 milliseconds

1 2 3