HomeSort by: relevance | last modified time | path
    Searched refs:pipe_box (Results 1 - 25 of 403) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
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/
lima_tiling.h 33 const struct pipe_box *box,
39 const struct pipe_box *box,
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/dist/src/gallium/drivers/r300/
r300_transfer.h 36 const struct pipe_box *box,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
r300_transfer.h 36 const struct pipe_box *box,
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_transfer.h 23 const struct pipe_box *box,
30 const struct pipe_box *box);
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 *a, const struct pipe_box *b
    [all...]
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,
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/
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)
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/drivers/vc4/
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)
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/
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);
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 *a, const struct pipe_box *b
    [all...]
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/
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/
v3d_tiling.h 34 const struct pipe_box *box);
39 const struct pipe_box *box);
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
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 */
volume9.h 85 const struct pipe_box *box );
91 struct pipe_box *pSrcBox );
95 const struct pipe_box *damaged );
  /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/
sw_winsys.h 49 struct pipe_box;
132 struct pipe_box *box );
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/
sw_winsys.h 50 struct pipe_box;
133 struct pipe_box *box );
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
freedreno_blitter.h 46 const struct pipe_box *src_box);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
volume9.h 85 const struct pipe_box *box );
91 struct pipe_box *pSrcBox );
95 const struct pipe_box *damaged );
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_clear_blit.h 48 struct pipe_box *box);

Completed in 19 milliseconds

1 2 3 4 5 6 7 8 91011>>