Searched refs:dstz (Results 1 - 25 of 101) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.h43 unsigned dstx, unsigned dsty, unsigned dstz,
H A Dfreedreno_blitter.c41 unsigned dstlevel, unsigned dstz)
49 dst_templ->u.tex.first_layer = dstz;
50 dst_templ->u.tex.last_layer = dstz;
286 unsigned dstx, unsigned dsty, unsigned dstz,
301 dst, dst_level, dstx, dsty, dstz,
316 unsigned dstx, unsigned dsty, unsigned dstz,
331 info.dst.box.z = dstz;
357 dst, dst_level, dstx, dsty, dstz,
363 dst, dst_level, dstx, dsty, dstz,
40 default_dst_texture(struct pipe_surface * dst_templ,struct pipe_resource * dst,unsigned dstlevel,unsigned dstz) argument
283 fd_blitter_pipe_copy_region(struct fd_context * ctx,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
313 fd_resource_copy_region(struct pipe_context * pctx,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_copyimage.c257 unsigned dstx, unsigned dsty, unsigned dstz,
272 u_box_3d(dstx, dsty, dstz, src_box->width, src_box->height,
284 unsigned dstx, unsigned dsty, unsigned dstz,
334 blit(pipe, dst, blit_dst_format, dst_level, dstx, dsty, dstz,
403 unsigned dstx, unsigned dsty, unsigned dstz,
432 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src,
439 blit(pipe, dst, canon_format, dst_level, dstx, dsty, dstz, src,
456 swizzled_copy(pipe, dst, dst_level, dstx, dsty, dstz, temp, 0,
465 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src,
480 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, tem
253 blit(struct pipe_context * pipe,struct pipe_resource * dst,enum pipe_format dst_format,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,enum pipe_format src_format,unsigned src_level,const struct pipe_box * src_box) argument
281 swizzled_copy(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
400 handle_complex_copy(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box,enum pipe_format noncanon_format,enum pipe_format canon_format) argument
490 copy_image(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_copyimage.c257 unsigned dstx, unsigned dsty, unsigned dstz,
272 u_box_3d(dstx, dsty, dstz, src_box->width, src_box->height,
284 unsigned dstx, unsigned dsty, unsigned dstz,
334 blit(pipe, dst, blit_dst_format, dst_level, dstx, dsty, dstz,
403 unsigned dstx, unsigned dsty, unsigned dstz,
432 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src,
439 blit(pipe, dst, canon_format, dst_level, dstx, dsty, dstz, src,
456 swizzled_copy(pipe, dst, dst_level, dstx, dsty, dstz, temp, 0,
465 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, src,
480 blit(pipe, dst, noncanon_format, dst_level, dstx, dsty, dstz, tem
253 blit(struct pipe_context * pipe,struct pipe_resource * dst,enum pipe_format dst_format,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,enum pipe_format src_format,unsigned src_level,const struct pipe_box * src_box) argument
281 swizzled_copy(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
400 handle_complex_copy(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box,enum pipe_format noncanon_format,enum pipe_format canon_format) argument
490 copy_image(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.c41 unsigned dstlevel, unsigned dstz)
45 dst_templ->u.tex.first_layer = dstz;
46 dst_templ->u.tex.last_layer = dstz;
319 unsigned dstz, struct pipe_resource *src,
337 util_blitter_copy_texture(ctx->blitter, dst, dst_level, dstx, dsty, dstz,
351 unsigned dstz, struct pipe_resource *src,
375 info.dst.box.z = dstz;
395 if (fd_blitter_pipe_copy_region(ctx, dst, dst_level, dstx, dsty, dstz, src,
401 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src,
40 default_dst_texture(struct pipe_surface * dst_templ,struct pipe_resource * dst,unsigned dstlevel,unsigned dstz) argument
317 fd_blitter_pipe_copy_region(struct fd_context * ctx,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
349 fd_resource_copy_region(struct pipe_context * pctx,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
H A Dfreedreno_blitter.h44 unsigned dstx, unsigned dsty, unsigned dstz,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/i915/
H A Di915_surface.c80 unsigned dstx, unsigned dsty, unsigned dstz,
107 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, 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,
206 unsigned dstx, unsigned dsty, unsigned dstz,
218 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
227 assert(dstz == 0);
228 dst_offset = i915_texture_offset(dst_tex, dst_level, dstz);
78 i915_surface_copy_render(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
204 i915_surface_copy_blitter(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dcik_sdma.c101 unsigned dstx, unsigned dsty, unsigned dstz,
148 dst_slice_pitch * bpp * (dstz + src_box->depth) <=
155 dstz, ssrc, src_level, src_box))
166 dstz >= (1 << 11))
208 radeon_emit(cs, dstz | ((dst_pitch - 1) << 16));
230 unsigned tiled_z = tiled == ssrc ? srcz : dstz;
231 unsigned linear_z = linear == ssrc ? srcz : dstz;
465 radeon_emit(cs, dstz | (dst_pitch_tile_max << 16));
487 unsigned dstx, unsigned dsty, unsigned dstz,
514 cik_sdma_copy_texture(sctx, dst, dst_level, dstx, dsty, dstz,
98 cik_sdma_copy_texture(struct si_context * sctx,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
484 cik_sdma_copy(struct pipe_context * ctx,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
[all...]
H A Dsi_test_dma.c323 int srcx, srcy, srcz, dstx, dsty, dstz; local in function:si_test_dma
334 srcx = srcy = srcz = dstx = dsty = dstz = 0;
339 dstz = rand() % (tdst.array_size - depth + 1);
381 sctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box);
390 dstx, dsty, dstz, width, height, depth,
H A Dsi_dma.c183 unsigned dstx, unsigned dsty, unsigned dstz,
194 unsigned dst_x = dstx, dst_y = dsty, dst_z = dstz;
224 dstz, ssrc, src_level, src_box))
282 si_resource_copy_region(ctx, dst, dst_level, dstx, dsty, dstz,
180 si_dma_copy(struct pipe_context * ctx,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dvolume9.h90 unsigned dstx, unsigned dsty, unsigned dstz,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.h64 unsigned dstx, unsigned dsty, unsigned dstz,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_resource.h74 unsigned dstx, unsigned dsty, unsigned dstz,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dvolume9.h90 unsigned dstx, unsigned dsty, unsigned dstz,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/i915/
H A Di915_surface.c77 unsigned dstz, struct pipe_resource *src,
103 util_blitter_default_dst_texture(&dst_templ, dst, dst_level, dstz);
116 u_box_3d(dstx, dsty, dstz, abs(src_box->width), abs(src_box->height),
125 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, src,
198 unsigned dstz, struct pipe_resource *src,
203 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz, src,
217 assert(dstz == 0);
218 dst_offset = i915_texture_offset(dst_tex, dst_level, dstz);
75 i915_surface_copy_render(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
196 i915_surface_copy_blitter(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_clear_blit.c112 unsigned dstz, struct pipe_resource *src,
131 util_blitter_copy_texture(ctx->blitter, dst, dst_level, dstx, dsty, dstz,
134 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src,
110 etna_resource_copy_region(struct pipe_context * pctx,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_test_dma.c306 int srcx, srcy, srcz, dstx, dsty, dstz; local in function:r600_test_dma
317 srcx = srcy = srcz = dstx = dsty = dstz = 0;
322 dstz = rand() % (tdst.array_size - depth + 1);
364 rctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box);
373 dstx, dsty, dstz, width, height, depth,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_test_dma.c305 int srcx, srcy, srcz, dstx, dsty, dstz; local in function:r600_test_dma
316 srcx = srcy = srcz = dstx = dsty = dstz = 0;
321 dstz = rand() % (tdst.array_size - depth + 1);
363 rctx->dma_copy(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box);
372 dstx, dsty, dstz, width, height, depth,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_test_blit.c308 int srcx, srcy, srcz, dstx, dsty, dstz; local in function:si_test_blit
319 srcx = srcy = srcz = dstx = dsty = dstz = 0;
324 dstz = rand() % (tdst.array_size - depth + 1);
362 si_resource_copy_region(ctx, dst, 0, dstx, dsty, dstz, src, 0, &box);
370 dstz, width, height, depth, src_cpu.ptr, src_cpu.stride,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_blit.c625 unsigned dstx, unsigned dsty, unsigned dstz,
687 dstz, src_box->depth,
702 &dst_surf, dst_level, dstz + slice,
709 iris_resource_finish_write(ice, dst_res, dst_level, dstz,
726 unsigned dstx, unsigned dsty, unsigned dstz,
734 iris_copy_region(&ice->blorp, batch, p_dst, dst_level, dstx, dsty, dstz,
744 dsty, dstz, &s_src_res->base.b, src_level, src_box);
621 iris_copy_region(struct blorp_context * blorp,struct iris_batch * batch,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
723 iris_resource_copy_region(struct pipe_context * ctx,struct pipe_resource * p_dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * p_src,unsigned src_level,const struct pipe_box * src_box) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_blit.c533 unsigned dstx, unsigned dsty, unsigned dstz,
589 dstz, src_box->depth,
598 &dst_surf, dst_level, dstz + slice,
604 iris_resource_finish_write(ice, dst_res, dst_level, dstz,
623 unsigned dstx, unsigned dsty, unsigned dstz,
631 iris_copy_region(&ice->blorp, batch, dst, dst_level, dstx, dsty, dstz,
529 iris_copy_region(struct blorp_context * blorp,struct iris_batch * batch,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
620 iris_resource_copy_region(struct pipe_context * ctx,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_clear_blit.c154 unsigned dstz, struct pipe_resource *src,
162 util_blitter_copy_texture(ctx->blitter, dst, dst_level, dstx, dsty, dstz,
165 util_resource_copy_region(pctx, dst, dst_level, dstx, dsty, dstz, src,
152 etna_resource_copy_region(struct pipe_context * pctx,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_blit.c679 unsigned dstx, unsigned dsty, unsigned dstz,
693 dst_level, dstx, dsty, dstz,
736 dstz, src_box->depth,
745 &dst_surf, dst_level, dstz + slice,
751 crocus_resource_finish_write(ice, dst_res, dst_level, dstz,
782 unsigned dstx, unsigned dsty, unsigned dstz,
815 util_resource_copy_region(ctx, p_dst, dst_level, dstx, dsty, dstz,
819 crocus_copy_region(&ice->blorp, batch, p_dst, dst_level, dstx, dsty, dstz,
830 dsty, dstz, &s_src_res->base.b, src_level, src_box);
675 crocus_copy_region(struct blorp_context * blorp,struct crocus_batch * batch,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
779 crocus_resource_copy_region(struct pipe_context * ctx,struct pipe_resource * p_dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * p_src,unsigned src_level,const struct pipe_box * src_box) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c41 unsigned dstx, unsigned dsty, unsigned dstz,
59 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
39 lp_resource_copy(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c42 unsigned dstx, unsigned dsty, unsigned dstz,
50 dst_box.z = dstz;
87 unsigned dstx, unsigned dsty, unsigned dstz,
107 lp_resource_copy_ms(pipe, dst, dst_level, dstx, dsty, dstz,
111 util_resource_copy_region(pipe, dst, dst_level, dstx, dsty, dstz,
40 lp_resource_copy_ms(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
85 lp_resource_copy(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,unsigned dstx,unsigned dsty,unsigned dstz,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument

Completed in 19 milliseconds

12345