Searched defs:start_vertex (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_vbuf.c262 int start_vertex, unsigned num_vertices,
280 unsigned offset = vb->buffer_offset + vb->stride * start_vertex;
349 key->output_stride * start_vertex,
356 out_offset -= key->output_stride * start_vertex;
419 int start_vertex, unsigned num_vertices,
430 start_vertex, /* VERTEX */
790 int start_vertex, unsigned num_vertices,
832 first += vb->stride * start_vertex;
999 int start_vertex, min_index; local
1034 start_vertex
260 u_vbuf_translate_buffers(struct u_vbuf *mgr, struct translate_key *key, unsigned vb_mask, unsigned out_vb, int start_vertex, unsigned num_vertices, int start_index, unsigned num_indices, int min_index, boolean unroll_indices) argument
418 u_vbuf_translate_begin(struct u_vbuf *mgr, int start_vertex, unsigned num_vertices, int start_instance, unsigned num_instances, int start_index, unsigned num_indices, int min_index, boolean unroll_indices) argument
789 u_vbuf_upload_buffers(struct u_vbuf *mgr, int start_vertex, unsigned num_vertices, int start_instance, unsigned num_instances) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c262 int start_vertex, unsigned num_vertices,
280 unsigned offset = vb->buffer_offset + vb->stride * start_vertex;
349 key->output_stride * start_vertex,
356 out_offset -= key->output_stride * start_vertex;
419 int start_vertex, unsigned num_vertices,
430 start_vertex, /* VERTEX */
790 int start_vertex, unsigned num_vertices,
832 first += vb->stride * start_vertex;
999 int start_vertex, min_index; local
1034 start_vertex
260 u_vbuf_translate_buffers(struct u_vbuf *mgr, struct translate_key *key, unsigned vb_mask, unsigned out_vb, int start_vertex, unsigned num_vertices, int start_index, unsigned num_indices, int min_index, boolean unroll_indices) argument
418 u_vbuf_translate_begin(struct u_vbuf *mgr, int start_vertex, unsigned num_vertices, int start_instance, unsigned num_instances, int start_index, unsigned num_indices, int min_index, boolean unroll_indices) argument
789 u_vbuf_upload_buffers(struct u_vbuf *mgr, int start_vertex, unsigned num_vertices, int start_instance, unsigned num_instances) argument
[all...]

Completed in 375 milliseconds