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

1 2

  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_blit.c 44 const struct pipe_box *src_box)
61 src_tex, src_level, src_box);
70 src_level, src_box->z, src_box->z,
81 src_box->x, src_box->y,
107 box->srcx = src_box->x;
108 box->srcy = src_box->y;
121 src_face = src_box->z;
123 assert(src_box->depth == 1)
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.c 58 const struct pipe_box *src_box)
66 unsigned width = src_box->width;
67 unsigned height = src_box->height;
68 assert(src_box->depth == 1);
73 src, src_level, src_box);
85 src, src_level, src_box->z,
94 src_box->x, src_box->y, src_box->z, dstx, dsty, dstz,
95 src_box->width, src_box->height, src_box->depth)
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_surface.c 51 const struct pipe_box *src_box)
58 src, src_level, src_box);
65 src, src_level, src_box);
90 src, src_level, 0, src_box);
167 const struct pipe_box *src_box)
178 src, src_level, src_box);
183 assert(src_box->depth == 1);
191 assert(src_box->z == 0);
192 src_offset = i915_texture_offset(src_tex, src_level, src_box->z);
204 (short) src_box->x, (short) src_box->y, (short) dstx, (short) dsty
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.h 66 const struct pipe_box *src_box);
u_surface.c 153 const struct pipe_box *src_box)
159 unsigned w = src_box->width;
160 unsigned h = src_box->height;
175 src_box->z,
177 src_box->x, src_box->y, w, h);
u_blit.c 495 struct pipe_box src_box; local
496 src_box.x = srcX0;
497 src_box.y = srcY0;
498 src_box.z = srcZ0;
499 src_box.width = srcW;
500 src_box.height = srcH;
501 src_box.depth = 1;
506 &src_box);
546 struct pipe_box src_box; local
579 src_box.x = srcLeft
    [all...]
u_gen_mipmap.c 1190 struct pipe_box src_box, dst_box; local
1202 struct pipe_box src_box, dst_box; local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_blit.c 247 const struct pipe_box *src_box)
253 src, src_level, 0, src_box);
324 const struct pipe_box *src_box)
337 src, src_level, src_box);
349 sbox.x = util_format_get_nblocksx(orig_info[0].format, src_box->x);
350 sbox.y = util_format_get_nblocksy(orig_info[0].format, src_box->y);
351 sbox.z = src_box->z;
352 sbox.width = util_format_get_nblocksx(orig_info[0].format, src_box->width);
353 sbox.height = util_format_get_nblocksy(orig_info[0].format, src_box->height);
354 sbox.depth = src_box->depth
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 377 struct pipe_box src_box; local
390 src_box.x = 0;
391 src_box.y = 0;
392 src_box.width = width;
393 src_box.height = height;
394 src_box.depth = 1;
399 src_box.z = i;
411 &src_box);
  /external/mesa3d/src/gallium/drivers/r600/
r600_blit.c 545 struct pipe_resource *src, const struct pipe_box *src_box)
551 dstx % 4 == 0 && src_box->x % 4 == 0 && src_box->width % 4 == 0) {
553 util_blitter_copy_buffer(rctx->blitter, dst, dstx, src, src_box->x, src_box->width);
556 util_resource_copy_region(ctx, dst, 0, dstx, 0, 0, src, 0, src_box);
673 const struct pipe_box *src_box)
679 const struct pipe_box *psbox = src_box;
687 r600_copy_buffer(ctx, dst, dstx, src, src_box);
701 src_box->z, src_box->z + src_box->depth - 1
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_resource.h 66 const struct pipe_box *src_box);
nv30_miptree.c 127 const struct pipe_box *src_box)
134 srcres, src_level, src_box);
138 define_rect(srcres, src_level, src_box->z, src_box->x, src_box->y,
139 src_box->width, src_box->height, &src);
141 src_box->width, src_box->height, &dst);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.c 264 struct pipe_box src_box; local
280 u_box_origin_2d(ftex->width0, ftex->height0, &src_box);
282 btex, 0, &src_box);
397 struct pipe_box src_box; local
399 u_box_origin_2d(src->width0, src->height0, &src_box);
400 pipe->resource_copy_region(pipe, dst, 0, 0, 0, 0, src, 0, &src_box);
  /external/mesa3d/src/gallium/drivers/r300/
r300_transfer.c 68 struct pipe_box src_box; local
69 u_box_origin_2d(transfer->box.width, transfer->box.height, &src_box);
73 &r300transfer->linear_texture->b.b, 0, &src_box);
r300_blit.c 453 const struct pipe_box *src_box)
472 src, src_level, src_box);
480 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz, src_box);
519 box = *src_box;
520 src_box = &box;
564 src, src_level, src_box);
581 src_view, 0, src_box,
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_surface.c 197 const struct pipe_box *src_box)
202 unsigned dst_layer = dstz, src_layer = src_box->z;
207 src, src_level, src_box);
223 unsigned nx = util_format_get_nblocksx(src->format, src_box->width);
224 unsigned ny = util_format_get_nblocksy(src->format, src_box->height);
228 src_box->x, src_box->y, src_box->z);
230 for (i = 0; i < src_box->depth; ++i) {
255 for (; dst_layer < dstz + src_box->depth; ++dst_layer, ++src_layer)
    [all...]
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_surface.c 204 const struct pipe_box *src_box)
209 unsigned dst_layer = dstz, src_layer = src_box->z;
214 src, src_level, src_box);
230 unsigned nx = util_format_get_nblocksx(src->format, src_box->width);
231 unsigned ny = util_format_get_nblocksy(src->format, src_box->height);
235 src_box->x, src_box->y, src_box->z);
237 for (i = 0; i < src_box->depth; ++i) {
261 for (; dst_layer < dstz + src_box->depth; ++dst_layer, ++src_layer)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c 94 struct pipe_box src_box; local
102 u_box_2d(x, y, width, height, &src_box);
106 src_ptex, 0, &src_box);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_exa.c 475 struct pipe_box src_box; local
482 u_box_2d(srcX, srcY, width, height, &src_box);
508 0, &src_box);
514 0, &src_box);
521 0, &src_box);
886 struct pipe_box src_box; local
889 &src_box);
893 0, &src_box);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.c 241 struct pipe_box src_box; local
244 u_box_2d(sx, sy, width, height, &src_box);
248 0, &src_box);
xa_tracker.c 349 struct pipe_box src_box; local
407 xa_min(save_height, template->height0), &src_box);
409 0, 0, 0, 0, srf->tex, 0, &src_box);
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_context.c 321 struct pipe_box src_box; local
326 &src_box);
332 0, &src_box);
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 298 const struct pipe_box *src_box);
  /external/mesa3d/src/gallium/drivers/noop/
noop_pipe.c 239 const struct pipe_box *src_box)
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c     [all...]

Completed in 893 milliseconds

1 2