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

12

/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_xformfb.h37 struct pipe_draw_info;
46 struct pipe_draw_info *out);
57 struct pipe_draw_info *out)
H A Dst_cb_xformfb.c213 struct pipe_draw_info *out)
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_swtnl.h42 const struct pipe_draw_info *info);
H A Dsvga_swtnl_draw.c40 const struct pipe_draw_info *info)
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_draw.h43 util_draw_init_info(struct pipe_draw_info *info)
54 struct pipe_draw_info info;
70 struct pipe_draw_info info;
88 struct pipe_draw_info info;
109 struct pipe_draw_info info;
130 struct pipe_draw_info info;
150 const struct pipe_draw_info *info);
H A Du_vbuf.h78 void u_vbuf_draw_vbo(struct u_vbuf *mgr, const struct pipe_draw_info *info);
H A Du_draw.c49 const struct pipe_draw_info *info)
H A Du_dump.h166 util_dump_draw_info(FILE *stream, const struct pipe_draw_info *state);
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_dump_state.h82 void trace_dump_draw_info(const struct pipe_draw_info *state);
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_render_stencilref.c38 const struct pipe_draw_info *info);
104 const struct pipe_draw_info *info)
H A Dr300_render.c336 const struct pipe_draw_info *info)
509 const struct pipe_draw_info *info)
594 const struct pipe_draw_info *info,
685 const struct pipe_draw_info *info,
726 const struct pipe_draw_info *info)
735 const struct pipe_draw_info *info)
793 const struct pipe_draw_info *dinfo)
796 struct pipe_draw_info info = *dinfo;
855 const struct pipe_draw_info *info)
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_draw_arrays.c53 llvmpipe_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info)
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_draw_arrays.c60 const struct pipe_draw_info *info)
H A Dsp_state.h160 const struct pipe_draw_info *info);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_context.h184 nv30_push_vbo(struct nv30_context *nv30, const struct pipe_draw_info *info);
190 nv30_render_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state.h156 void si_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *dinfo);
H A Dsi_state_draw.c245 const struct pipe_draw_info *info)
457 const struct pipe_draw_info *info,
514 void si_draw_vbo(struct pipe_context *ctx, const struct pipe_draw_info *info)
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_context.h128 uint32_t vb_elt_first; /* from pipe_draw_info, for vertex upload */
262 void nv50_draw_vbo(struct pipe_context *, const struct pipe_draw_info *);
274 void nv50_push_vbo(struct nv50_context *, const struct pipe_draw_info *);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_context.h132 uint32_t vb_elt_first; /* from pipe_draw_info, for vertex upload */
267 void nvc0_draw_vbo(struct pipe_context *, const struct pipe_draw_info *);
281 void nvc0_push_vbo(struct nvc0_context *, const struct pipe_draw_info *);
/external/mesa3d/src/gallium/include/pipe/
H A Dp_context.h46 struct pipe_draw_info;
90 const struct pipe_draw_info *info );
H A Dp_state.h525 struct pipe_draw_info struct
555 * account, all the other variables from pipe_draw_info are ignored.
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt.c355 const struct pipe_draw_info *info)
427 struct pipe_draw_info info;
452 const struct pipe_draw_info *info)
H A Ddraw_context.h243 const struct pipe_draw_info *info);
/external/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_context.h210 const struct pipe_draw_info *info);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_context.c52 i915_draw_vbo(struct pipe_context *pipe, const struct pipe_draw_info *info)

Completed in 2942 milliseconds

12