/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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...] |
/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...] |
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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);
|