HomeSort by relevance Sort by last modified time
    Searched refs:_mesa_prim (Results 1 - 25 of 29) sorted by null

1 2

  /external/mesa3d/src/mesa/state_tracker/
st_draw.h 40 struct _mesa_prim;
53 const struct _mesa_prim *prims,
st_cb_rasterpos.c 65 struct _mesa_prim prim;
st_draw_feedback.c 114 const struct _mesa_prim *prims,
  /external/mesa3d/src/mesa/vbo/
vbo_split.h 54 const struct _mesa_prim *prim,
66 const struct _mesa_prim *prim,
vbo_exec.c 153 vbo_try_prim_conversion(struct _mesa_prim *p)
180 vbo_can_merge_prims(const struct _mesa_prim *p0, const struct _mesa_prim *p1)
226 vbo_merge_prims(struct _mesa_prim *p0, const struct _mesa_prim *p1)
vbo.h 46 struct _mesa_prim { struct
101 const struct _mesa_prim *prims,
142 const struct _mesa_prim *prim,
158 const struct _mesa_prim *prim,
186 vbo_get_minmax_indices(struct gl_context *ctx, const struct _mesa_prim *prim,
204 vbo_try_prim_conversion(struct _mesa_prim *p);
207 vbo_can_merge_prims(const struct _mesa_prim *p0, const struct _mesa_prim *p1);
210 vbo_merge_prims(struct _mesa_prim *p0, const struct _mesa_prim *p1)
    [all...]
vbo_split_inplace.c 46 const struct _mesa_prim *prim;
56 struct _mesa_prim dstprim[MAX_PRIM];
108 static struct _mesa_prim *next_outprim( struct split_context *split )
115 struct _mesa_prim *prim = &split->dstprim[split->dstprim_nr++];
122 const struct _mesa_prim *prim)
133 const struct _mesa_prim *prim)
153 const struct _mesa_prim *prim = &split->prim[i];
169 struct _mesa_prim *outprim = next_outprim(split);
179 struct _mesa_prim *outprim = next_outprim(split);
218 struct _mesa_prim tmpprim
    [all...]
vbo_save.h 83 struct _mesa_prim *prims;
132 struct _mesa_prim prims[VBO_SAVE_PRIM_SIZE];
156 struct _mesa_prim *prims;
187 const struct _mesa_prim *prim,
vbo_save_loopback.c 98 const struct _mesa_prim *prim,
154 const struct _mesa_prim *prim)
174 const struct _mesa_prim *prim,
vbo_split.c 103 const struct _mesa_prim *prim,
vbo_rebase.c 126 const struct _mesa_prim *prim,
137 struct _mesa_prim *tmp_prims = NULL;
vbo_exec.h 92 struct _mesa_prim prim[VBO_MAX_PRIM];
vbo_primitive_restart.c 164 const struct _mesa_prim *prims,
170 struct _mesa_prim new_prim;
179 struct _mesa_prim temp_prim;
vbo_split_copy.c 55 const struct _mesa_prim *prim;
100 struct _mesa_prim dstprim[MAX_PRIM];
143 const struct _mesa_prim *prims,
230 struct _mesa_prim *prim = &copy->dstprim[copy->dstprim_nr];
303 struct _mesa_prim *prim = &copy->dstprim[copy->dstprim_nr];
321 const struct _mesa_prim *prim = &copy->prim[i];
581 const struct _mesa_prim *prim,
vbo_minmax_index.c 238 const struct _mesa_prim *prim,
353 const struct _mesa_prim *prims,
367 const struct _mesa_prim *start_prim;
vbo_exec_draw.c 54 struct _mesa_prim *prim = &exec->vtx.prim[i];
78 struct _mesa_prim *last_prim = &exec->vtx.prim[exec->vtx.prim_count - 1];
vbo_context.c 153 struct _mesa_prim *prim;
vbo_save_api.c 107 const struct _mesa_prim *prim = &node->prims[node->prim_count - 1];
334 merge_prims(struct _mesa_prim *prim_list,
338 struct _mesa_prim *prev_prim = prim_list;
341 struct _mesa_prim *this_prim = prim_list + i;
367 * don't have to worry about handling the _mesa_prim::begin/end flags.
374 struct _mesa_prim *prim = &node->prims[node->prim_count - 1];
551 * we can use the _mesa_prim::start value to indicate where the
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw.h 48 const struct _mesa_prim *prims,
66 const struct _mesa_prim *prims,
brw_primitive_restart.c 78 const struct _mesa_prim *prim,
131 const struct _mesa_prim *prims,
brw_draw.c 80 brw_set_prim(struct brw_context *brw, const struct _mesa_prim *prim)
114 gen6_set_prim(struct brw_context *brw, const struct _mesa_prim *prim)
158 const struct _mesa_prim *prim,
782 const struct _mesa_prim *prim,
916 const struct _mesa_prim *prims,
    [all...]
  /external/mesa3d/src/mesa/tnl/
tnl.h 75 struct _mesa_prim;
80 const struct _mesa_prim *prim,
t_context.h 178 static inline GLuint _tnl_translate_prim( const struct _mesa_prim *prim )
219 const struct _mesa_prim *Primitive;
t_draw.c 396 const struct _mesa_prim *prim,
422 const struct _mesa_prim *prim,
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_vbo_t.c 231 const struct _mesa_prim *prims, GLuint nr_prims,
241 const struct _mesa_prim *prims, GLuint nr_prims,
369 const struct _mesa_prim *prims, GLuint nr_prims,
419 const struct _mesa_prim *prims, GLuint nr_prims,
464 const struct _mesa_prim *prims, GLuint nr_prims,
502 const struct _mesa_prim *prims, GLuint nr_prims,

Completed in 812 milliseconds

1 2