Searched refs:staging_box (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.h143 struct pipe_box staging_box; member in struct:fd_transfer
H A Dfreedreno_resource.c330 blit.src.box = trans->staging_box;
350 blit.dst.box = trans->staging_box;
495 trans->staging_box = *box;
496 trans->staging_box.x = 0;
497 trans->staging_box.y = 0;
498 trans->staging_box.z = 0;
609 trans->staging_box = *box;
610 trans->staging_box.x = 0;
611 trans->staging_box.y = 0;
612 trans->staging_box
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c629 blit.src.box = trans->staging_box;
650 blit.dst.box = trans->staging_box;
805 trans->staging_box = *box;
806 trans->staging_box.x = 0;
807 trans->staging_box.y = 0;
808 trans->staging_box.z = 0;
875 trans->staging_box = *box;
876 trans->staging_box.x = 0;
877 trans->staging_box.y = 0;
878 trans->staging_box
[all...]
H A Dfreedreno_resource.h261 struct pipe_box staging_box; member in struct:fd_transfer
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp980 struct pipe_box staging_box, dst_box; local in function:d3d12_resource_copy_region
995 staging_res = create_staging_resource(ctx, src, src_level, psrc_box, &staging_box, PIPE_MASK_RGBAZS);
998 src_box = &staging_box;

Completed in 8 milliseconds