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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vbuf.h58 unsigned max_vertex_buffers:6; member in struct:u_vbuf_caps
H A Du_threaded_context.h475 unsigned max_vertex_buffers; member in struct:threaded_context
H A Du_vbuf.c308 caps->max_vertex_buffers =
328 if (caps->max_vertex_buffers < 16)
359 mgr->allowed_vb_mask = u_bit_consecutive(0, mgr->caps.max_vertex_buffers);
H A Du_threaded_context.c528 tc_add_bindings_to_buffer_list(buffer_list, tc->vertex_buffers, tc->max_vertex_buffers);
564 tc->max_vertex_buffers);
4271 tc->max_vertex_buffers =

Completed in 19 milliseconds