Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c464 int min_index, boolean unroll_indices) in u_vbuf_translate_buffers()
534 if (unroll_indices) { in u_vbuf_translate_buffers()
542 if (unroll_indices) { in u_vbuf_translate_buffers()
682 int min_index, boolean unroll_indices, in u_vbuf_translate_begin()
725 if (!unroll_indices && in u_vbuf_translate_begin()
752 (!unroll_indices || !(mask[VB_VERTEX] & bit))) { in u_vbuf_translate_begin()
802 unroll_indices && type == VB_VERTEX); in u_vbuf_translate_begin()
1467 boolean unroll_indices = FALSE; in u_vbuf_draw_vbo() local
1703 unroll_indices = TRUE; in u_vbuf_draw_vbo()
1720 if (unroll_indices || in u_vbuf_draw_vbo()
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
[all...]

Completed in 3 milliseconds