Home | History | Annotate | Download | only in i965

Lines Matching defs:min_index

542    unsigned int min_index = brw->vb.min_index + brw->basevertex;
563 fprintf(stderr, "%s %d..%d\n", __func__, min_index, max_index);
614 start = offset + min_index * glarray->StrideB;
615 range = (glarray->StrideB * (max_index - min_index) +
709 * only the used elements [min_index, max_index] so long as we adjust all
713 delta = min_index;
726 copy_array_to_vbo_array(brw, upload[0], min_index, max_index,
746 copy_array_to_vbo_array(brw, upload[i], min_index, max_index,