Searched refs:index_type_size (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec_array.c1141 unsigned int index_type_size = vbo_sizeof_ib_type(type); local
1162 index_type_size * count[i]);
1171 if (index_type_size != 1) {
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;
1199 prim[i].start = ((uintptr_t)indices[i] - min_index_ptr) / index_type_size;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_array.c1141 unsigned int index_type_size = vbo_sizeof_ib_type(type); local
1162 index_type_size * count[i]);
1171 if (index_type_size != 1) {
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;
1199 prim[i].start = ((uintptr_t)indices[i] - min_index_ptr) / index_type_size;

Completed in 700 milliseconds