Home
last modified time | relevance | path

Searched refs:start_vertex (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c463 int start_vertex, unsigned num_vertices, in u_vbuf_translate_buffers()
484 offset = vb->buffer_offset + vb->stride * start_vertex; in u_vbuf_translate_buffers()
582 0 : key->output_stride * start_vertex, in u_vbuf_translate_buffers()
589 out_offset -= key->output_stride * start_vertex; in u_vbuf_translate_buffers()
681 int start_vertex, unsigned num_vertices, in u_vbuf_translate_begin()
693 start_vertex, /* VERTEX */ in u_vbuf_translate_begin()
1123 int start_vertex, unsigned num_vertices, in get_upload_offset_size()
1153 *offset += vb->stride * start_vertex; in get_upload_offset_size()
1162 int start_vertex, unsigned num_vertices, in u_vbuf_upload_buffers()
1179 if (!get_upload_offset_size(mgr, vb, ve, velem, index, i, start_vertex, in u_vbuf_upload_buffers()
459 u_vbuf_translate_buffers(struct u_vbuf *mgr, struct translate_key *key, const struct pipe_draw_info *info, const struct pipe_draw_start_count_bias *draw, unsigned vb_mask, unsigned out_vb, int start_vertex, unsigned num_vertices, int min_index, boolean unroll_indices) u_vbuf_translate_buffers() argument
678 u_vbuf_translate_begin(struct u_vbuf *mgr, const struct pipe_draw_info *info, const struct pipe_draw_start_count_bias *draw, int start_vertex, unsigned num_vertices, int min_index, boolean unroll_indices, uint32_t misaligned) u_vbuf_translate_begin() argument
1118 get_upload_offset_size(struct u_vbuf *mgr, const struct pipe_vertex_buffer *vb, struct u_vbuf_elements *ve, const struct pipe_vertex_element *velem, unsigned vb_index, unsigned velem_index, int start_vertex, unsigned num_vertices, int start_instance, unsigned num_instances, unsigned *offset, unsigned *size) get_upload_offset_size() argument
1161 u_vbuf_upload_buffers(struct u_vbuf *mgr, int start_vertex, unsigned num_vertices, int start_instance, unsigned num_instances) u_vbuf_upload_buffers() argument
1464 int start_vertex; u_vbuf_draw_vbo() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dglthread_draw.c111 unsigned start_vertex, unsigned num_vertices, in upload_vertices()
159 offset += stride * start_vertex; in upload_vertices()
238 offset += stride * start_vertex; in upload_vertices()
830 unsigned start_vertex = min_index + basevertex; in draw_elements() local
840 !upload_vertices(ctx, user_buffer_mask, start_vertex, num_vertices, in draw_elements()
110 upload_vertices(struct gl_context *ctx, unsigned user_buffer_mask, unsigned start_vertex, unsigned num_vertices, unsigned start_instance, unsigned num_instances, struct glthread_attrib_binding *buffers) upload_vertices() argument

Completed in 5 milliseconds