Searched refs:pipe_draw_info (Results 1 - 25 of 240) sorted by relevance

12345678910

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_xformfb.h34 struct pipe_draw_info;
41 unsigned stream, struct pipe_draw_info *out);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_vsc.h28 const struct pipe_draw_info *info,
H A Dfd6_vsc.c65 prim_count(const struct pipe_draw_info *info,
91 primitive_stream_size_bits(const struct pipe_draw_info *info,
117 draw_stream_size_bits(const struct pipe_draw_info *info, unsigned num_bins,
130 fd6_vsc_update_sizes(struct fd_batch *batch, const struct pipe_draw_info *info,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_prim_restart.h40 struct pipe_draw_info;
47 const struct pipe_draw_info *info,
52 const struct pipe_draw_info *info);
H A Du_index_modify.h30 const struct pipe_draw_info *info,
38 const struct pipe_draw_info *info,
45 const struct pipe_draw_info *info,
H A Du_draw.h43 util_draw_init_info(struct pipe_draw_info *info)
57 struct pipe_draw_info info;
77 struct pipe_draw_info info;
99 struct pipe_draw_info info;
124 struct pipe_draw_info info;
146 const struct pipe_draw_info *info);
154 const struct pipe_draw_info *info);
H A Du_vbuf.h74 void u_vbuf_draw_vbo(struct u_vbuf *mgr, const struct pipe_draw_info *info);
76 const struct pipe_draw_info *info,
H A Du_index_modify.c30 const struct pipe_draw_info *info,
65 const struct pipe_draw_info *info,
99 const struct pipe_draw_info *info,
H A Du_draw.c50 const struct pipe_draw_info *info)
130 * puts them into a new instance of pipe_draw_info, and calls draw_vbo on it.
134 const struct pipe_draw_info *info_in)
136 struct pipe_draw_info info;
H A Du_helpers.h50 const struct pipe_draw_info *info,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_index_modify.h34 const struct pipe_draw_info *info,
42 const struct pipe_draw_info *info,
49 const struct pipe_draw_info *info,
H A Du_prim_restart.h40 struct pipe_draw_info;
51 const struct pipe_draw_info *info,
58 const struct pipe_draw_info *info,
67 const struct pipe_draw_info *info,
H A Du_split_draw.h34 * \param info pointer to the original pipe_draw_info from draw_vbo
45 u_split_draw(const struct pipe_draw_info *info, uint32_t max_verts,
H A Du_draw.h43 util_draw_init_info(struct pipe_draw_info *info)
57 struct pipe_draw_info info;
80 struct pipe_draw_info info;
104 struct pipe_draw_info info;
133 struct pipe_draw_info info;
152 struct pipe_draw_info info;
159 const struct pipe_draw_info *info_in,
168 const struct pipe_draw_info *info,
175 util_draw_multi(struct pipe_context *pctx, const struct pipe_draw_info *info,
186 const struct pipe_draw_info *inf
[all...]
H A Du_index_modify.c30 const struct pipe_draw_info *info,
65 const struct pipe_draw_info *info,
99 const struct pipe_draw_info *info,
H A Du_prim.c37 struct pipe_draw_info info;
H A Du_split_draw.c27 u_split_draw(const struct pipe_draw_info *info, uint32_t max_verts,
H A Du_vbuf.h87 void u_vbuf_draw_vbo(struct u_vbuf *mgr, const struct pipe_draw_info *info,
92 const struct pipe_draw_info *info,
H A Du_draw.c50 const struct pipe_draw_info *info)
130 const struct pipe_draw_info *info_in,
176 memcpy(&draws[i].info, info_in, sizeof(struct pipe_draw_info));
190 * puts them into a new instance of pipe_draw_info, and calls draw_vbo on it.
194 const struct pipe_draw_info *info_in,
197 struct pipe_draw_info info;
255 util_draw_multi(struct pipe_context *pctx, const struct pipe_draw_info *info,
261 struct pipe_draw_info tmp_info = *info;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/indices/
H A Du_primconvert.h41 const struct pipe_draw_info *info);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_swtnl.h42 const struct pipe_draw_info *info,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_swtnl.h42 const struct pipe_draw_info *info,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/indices/
H A Du_primconvert.h56 const struct pipe_draw_info *info,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_render_translate.c29 const struct pipe_draw_info *info,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.h53 struct fd_context *ctx, const struct pipe_draw_info *info);

Completed in 12 milliseconds

12345678910