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

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec_array.c1142 uintptr_t min_index_ptr, max_index_ptr; local
1157 min_index_ptr = (uintptr_t)indices[0];
1160 min_index_ptr = MIN2(min_index_ptr, (uintptr_t)indices[i]);
1173 if ((((uintptr_t)indices[i] - min_index_ptr) % index_type_size) != 0) {
1188 ib.count = (max_index_ptr - min_index_ptr) / index_type_size;
1191 ib.ptr = (void *)min_index_ptr;
1199 prim[i].start = ((uintptr_t)indices[i] - min_index_ptr) / index_type_size;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_array.c1142 uintptr_t min_index_ptr, max_index_ptr; local
1157 min_index_ptr = (uintptr_t)indices[0];
1160 min_index_ptr = MIN2(min_index_ptr, (uintptr_t)indices[i]);
1173 if ((((uintptr_t)indices[i] - min_index_ptr) % index_type_size) != 0) {
1188 ib.count = (max_index_ptr - min_index_ptr) / index_type_size;
1191 ib.ptr = (void *)min_index_ptr;
1199 prim[i].start = ((uintptr_t)indices[i] - min_index_ptr) / index_type_size;

Completed in 226 milliseconds