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

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_draw.c516 unsigned max_index_exclusive = 0; local in function:_mesa_marshal_MultiDrawArrays
530 max_index_exclusive = MAX2(max_index_exclusive, first[i] + vertex_count);
533 unsigned num_vertices = max_index_exclusive - min_index;

Completed in 4 milliseconds