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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_vbuf.c264 boolean unroll_indices)
298 if (unroll_indices) {
307 if (unroll_indices) {
422 boolean unroll_indices)
462 if (!unroll_indices &&
487 (!unroll_indices || !(mask[VB_VERTEX] & bit))) {
527 unroll_indices && type == VB_VERTEX);
1001 boolean unroll_indices = FALSE; local
1046 unroll_indices = TRUE;
1063 if (unroll_indices ||
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
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c264 boolean unroll_indices)
298 if (unroll_indices) {
307 if (unroll_indices) {
422 boolean unroll_indices)
462 if (!unroll_indices &&
487 (!unroll_indices || !(mask[VB_VERTEX] & bit))) {
527 unroll_indices && type == VB_VERTEX);
1001 boolean unroll_indices = FALSE; local
1046 unroll_indices = TRUE;
1063 if (unroll_indices ||
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
[all...]

Completed in 399 milliseconds