Lines Matching defs:index
603 unsigned index;
607 index = start_instance;
608 index += (instance_id / tg->attrib[attr].instance_divisor);
609 /* XXX we need to clamp the index here too, but to a
615 index = elt;
617 index = MIN2(index, tg->attrib[attr].max_index);
621 (ptrdiff_t)tg->attrib[attr].input_stride * index;
630 debug_printf("Fetch linear attr %d from %p stride %d index %d: "
635 index,