Searched defs:max_index_ptr (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_array.c1142 uintptr_t min_index_ptr, max_index_ptr; local
1158 max_index_ptr = 0;
1161 max_index_ptr = MAX2(max_index_ptr, (uintptr_t)indices[i] +
1188 ib.count = (max_index_ptr - min_index_ptr) / index_type_size;

Completed in 110 milliseconds