Searched refs:draw_vertex_info (Results 1 - 25 of 34) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_prim_assembler.h60 const struct draw_vertex_info *vert_info);
65 const struct draw_vertex_info *in_vert_info,
67 struct draw_vertex_info *out_vert_info);
H A Ddraw_pt.h41 struct draw_vertex_info;
172 const struct draw_vertex_info *vert_info,
176 const struct draw_vertex_info *vert_info,
192 const struct draw_vertex_info *vert_info,
229 struct draw_vertex_info *info,
H A Ddraw_prim_assembler_tmp.h4 const struct draw_vertex_info *input_verts, \
H A Ddraw_so_emit_tmp.h4 const struct draw_vertex_info *input_verts, \
H A Ddraw_gs.h137 const struct draw_vertex_info *input_verts,
140 struct draw_vertex_info *output_verts,
H A Ddraw_gs_tmp.h3 const struct draw_vertex_info *input_verts, \
5 struct draw_vertex_info *output_verts
H A Ddraw_pt_fetch_shade_pipeline.c176 const struct draw_vertex_info *vert_info,
192 const struct draw_vertex_info *vert_info,
209 const struct draw_vertex_info *input_verts,
210 struct draw_vertex_info *output_verts)
241 struct draw_vertex_info fetched_vert_info;
242 struct draw_vertex_info vs_vert_info;
243 struct draw_vertex_info gs_vert_info[TGSI_MAX_VERTEX_STREAMS];
244 struct draw_vertex_info *vert_info;
246 struct draw_vertex_info ia_vert_info;
H A Ddraw_prim_assembler.c44 struct draw_vertex_info *output_verts;
47 const struct draw_vertex_info *input_verts;
71 const struct draw_vertex_info *vert_info)
219 const struct draw_vertex_info *input_verts,
221 struct draw_vertex_info *output_verts)
H A Ddraw_pt_post_vs.c52 struct draw_vertex_info *info,
120 struct draw_vertex_info *info,
H A Ddraw_private.h355 struct draw_vertex_info { struct
450 const struct draw_vertex_info *vert,
454 const struct draw_vertex_info *vert,
H A Ddraw_pt_fetch_shade_pipeline_llvm.c322 const struct draw_vertex_info *vert_info,
338 const struct draw_vertex_info *vert_info,
359 struct draw_vertex_info llvm_vert_info;
360 struct draw_vertex_info gs_vert_info[TGSI_MAX_VERTEX_STREAMS];
361 struct draw_vertex_info *vert_info;
363 struct draw_vertex_info ia_vert_info;
H A Ddraw_pt_emit.c136 const struct draw_vertex_info *vert_info,
209 const struct draw_vertex_info *vert_info,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_prim_assembler.h60 const struct draw_vertex_info *vert_info);
65 const struct draw_vertex_info *in_vert_info,
67 struct draw_vertex_info *out_vert_info);
H A Ddraw_tess.h107 const struct draw_vertex_info *input_verts,
110 struct draw_vertex_info *output_verts,
117 const struct draw_vertex_info *input_verts,
120 struct draw_vertex_info *output_verts,
H A Ddraw_pt.h41 struct draw_vertex_info;
167 const struct draw_vertex_info *vert_info,
171 const struct draw_vertex_info *vert_info,
187 const struct draw_vertex_info *vert_info,
224 struct draw_vertex_info *info,
H A Ddraw_so_emit_tmp.h4 const struct draw_vertex_info *input_verts, \
H A Ddraw_gs.h138 const struct draw_vertex_info *input_verts,
141 struct draw_vertex_info *output_verts,
H A Ddraw_gs_tmp.h3 const struct draw_vertex_info *input_verts, \
5 struct draw_vertex_info *output_verts
H A Ddraw_prim_assembler_tmp.h4 const struct draw_vertex_info *input_verts, \
H A Ddraw_pt_fetch_shade_pipeline.c176 const struct draw_vertex_info *vert_info,
192 const struct draw_vertex_info *vert_info,
209 const struct draw_vertex_info *input_verts,
210 struct draw_vertex_info *output_verts)
242 struct draw_vertex_info fetched_vert_info;
243 struct draw_vertex_info vs_vert_info;
244 struct draw_vertex_info gs_vert_info[TGSI_MAX_VERTEX_STREAMS];
245 struct draw_vertex_info *vert_info;
247 struct draw_vertex_info ia_vert_info;
H A Ddraw_prim_assembler.c44 struct draw_vertex_info *output_verts;
47 const struct draw_vertex_info *input_verts;
77 const struct draw_vertex_info *vert_info)
263 const struct draw_vertex_info *input_verts,
265 struct draw_vertex_info *output_verts)
H A Ddraw_pt_post_vs.c52 struct draw_vertex_info *info,
120 struct draw_vertex_info *info,
H A Ddraw_private.h446 struct draw_vertex_info { struct
541 const struct draw_vertex_info *vert,
545 const struct draw_vertex_info *vert,
H A Ddraw_pt_fetch_shade_pipeline_llvm.c540 const struct draw_vertex_info *vert_info,
556 const struct draw_vertex_info *vert_info,
581 struct draw_vertex_info llvm_vert_info;
582 struct draw_vertex_info tcs_vert_info;
583 struct draw_vertex_info tes_vert_info;
584 struct draw_vertex_info gs_vert_info[TGSI_MAX_VERTEX_STREAMS];
585 struct draw_vertex_info *vert_info;
587 struct draw_vertex_info ia_vert_info;
596 memset(&gs_vert_info, 0, sizeof(struct draw_vertex_info) * TGSI_MAX_VERTEX_STREAMS);
H A Ddraw_pt_emit.c138 const struct draw_vertex_info *vert_info,
213 const struct draw_vertex_info *vert_info,

Completed in 16 milliseconds

12