Searched refs:pipe_box (Results 1 - 25 of 405) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_blit.h29 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 Dlima_tiling.h33 const struct pipe_box *box,
39 const struct pipe_box *box,
H A Dlima_tiling.c50 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 Dr300_transfer.h36 const struct pipe_box *box,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_transfer.h36 const struct pipe_box *box,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_tiling.h68 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 Dvc4_tiling.c124 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 Du_transfer.h23 const struct pipe_box *box,
30 const struct pipe_box *box);
H A Du_box.h9 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 Du_transfer_helper.h66 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 Du_transfer.c13 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 Dvc4_tiling.h68 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 Dvc4_tiling.c124 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 Du_transfer.h30 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 Du_box.h8 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 Du_transfer_helper.h66 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 Dv3d_tiling.h73 const struct pipe_box *box);
78 const struct pipe_box *box);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_tiling.h34 const struct pipe_box *box);
39 const struct pipe_box *box);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dbuffer9.h69 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 Dvolume9.h85 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 Dsw_winsys.h50 struct pipe_box;
133 struct pipe_box *box );
/xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/
H A Dsw_winsys.h49 struct pipe_box;
132 struct pipe_box *box );
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_blitter.h46 const struct pipe_box *src_box);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dvolume9.h85 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 Detnaviv_clear_blit.h48 struct pipe_box *box);

Completed in 16 milliseconds

1234567891011>>