| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_blit.h | 29 struct pipe_box; 38 const struct pipe_box *pdst_box, 41 const struct pipe_box *psrc_box, unsigned mask);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ |
| H A D | lima_tiling.h | 33 const struct pipe_box *box, 39 const struct pipe_box *box,
|
| H A D | lima_tiling.c | 50 const struct pipe_box *box, 75 const struct pipe_box *box, 103 const struct pipe_box *box, 128 const struct pipe_box *box, 156 const struct pipe_box *box, 172 const struct pipe_box *box,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_transfer.h | 36 const struct pipe_box *box,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_transfer.h | 36 const struct pipe_box *box,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_tiling.h | 68 int cpp, const struct pipe_box *box); 71 int cpp, const struct pipe_box *box); 74 int cpp, const struct pipe_box *box); 77 int cpp, const struct pipe_box *box); 81 const struct pipe_box *box); 85 const struct pipe_box *box); 90 int cpp, const struct pipe_box *box) 106 int cpp, const struct pipe_box *box)
|
| H A D | vc4_tiling.c | 124 int cpp, const struct pipe_box *box, 139 struct pipe_box partial_box; 183 int cpp, const struct pipe_box *box) 193 int cpp, const struct pipe_box *box) 208 const struct pipe_box *box) 230 const struct pipe_box *box)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_transfer.h | 23 const struct pipe_box *box, 30 const struct pipe_box *box);
|
| H A D | u_box.h | 9 u_box_1d(unsigned x, unsigned w, struct pipe_box *box) 20 u_box_2d(unsigned x,unsigned y, unsigned w, unsigned h, struct pipe_box *box) 31 u_box_origin_2d(unsigned w, unsigned h, struct pipe_box *box) 43 unsigned w, unsigned h, struct pipe_box *box) 56 struct pipe_box *box) 75 u_box_clip_2d(struct pipe_box *dst, 76 const struct pipe_box *box, int w, int h) 118 u_box_volume_3d(const struct pipe_box *box) 125 u_box_union_1d(struct pipe_box *dst, 126 const struct pipe_box * [all...] |
| H A D | u_transfer_helper.h | 66 const struct pipe_box *box, 72 const struct pipe_box *box); 111 const struct pipe_box *box, 117 const struct pipe_box *box); 136 const struct pipe_box *box,
|
| H A D | u_transfer.c | 13 struct pipe_box box; 46 const struct pipe_box *box, 89 UNUSED const struct pipe_box *box)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/ |
| H A D | vc4_tiling.h | 68 int cpp, const struct pipe_box *box); 71 int cpp, const struct pipe_box *box); 74 int cpp, const struct pipe_box *box); 77 int cpp, const struct pipe_box *box); 81 const struct pipe_box *box); 85 const struct pipe_box *box); 90 int cpp, const struct pipe_box *box) 106 int cpp, const struct pipe_box *box)
|
| H A D | vc4_tiling.c | 124 int cpp, const struct pipe_box *box, 139 struct pipe_box partial_box; 183 int cpp, const struct pipe_box *box) 193 int cpp, const struct pipe_box *box) 208 const struct pipe_box *box) 230 const struct pipe_box *box)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_transfer.h | 30 const struct pipe_box *box, 37 const struct pipe_box *box); 60 const struct pipe_box *, 66 const struct pipe_box *); 92 const struct pipe_box *box, 97 const struct pipe_box *box);
|
| H A D | u_box.h | 8 u_box_1d(unsigned x, unsigned w, struct pipe_box *box) 19 u_box_2d(unsigned x,unsigned y, unsigned w, unsigned h, struct pipe_box *box) 30 u_box_origin_2d(unsigned w, unsigned h, struct pipe_box *box) 42 unsigned w, unsigned h, struct pipe_box *box) 55 struct pipe_box *box) 74 u_box_clip_2d(struct pipe_box *dst, 75 const struct pipe_box *box, int w, int h) 117 u_box_volume_3d(const struct pipe_box *box) 124 u_box_union_2d(struct pipe_box *dst, 125 const struct pipe_box * [all...] |
| H A D | u_transfer_helper.h | 66 const struct pipe_box *box, 72 const struct pipe_box *box); 111 const struct pipe_box *box, 117 const struct pipe_box *box);
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/common/ |
| H A D | v3d_tiling.h | 73 const struct pipe_box *box); 78 const struct pipe_box *box);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/ |
| H A D | v3d_tiling.h | 34 const struct pipe_box *box); 39 const struct pipe_box *box);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | buffer9.h | 69 struct pipe_box dirty_box; /* region in the resource to update */ 70 struct pipe_box upload_pending_regions; /* region with uploads pending */ 76 struct pipe_box valid_region; /* Region in the GPU buffer with valid content */ 77 struct pipe_box required_valid_region; /* Region that needs to be valid right now. */ 78 struct pipe_box filled_region; /* Region in the GPU buffer filled since last discard */
|
| H A D | volume9.h | 85 const struct pipe_box *box ); 91 struct pipe_box *pSrcBox ); 95 const struct pipe_box *damaged );
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/ |
| H A D | sw_winsys.h | 50 struct pipe_box; 133 struct pipe_box *box );
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/ |
| H A D | sw_winsys.h | 49 struct pipe_box; 132 struct pipe_box *box );
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_blitter.h | 46 const struct pipe_box *src_box);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | volume9.h | 85 const struct pipe_box *box ); 91 struct pipe_box *pSrcBox ); 95 const struct pipe_box *damaged );
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_clear_blit.h | 48 struct pipe_box *box);
|