Home | History | Annotate | Download | only in util

Lines Matching defs:first

806       unsigned instance_div, first, size;
820 first = vb->buffer_offset + velem->src_offset;
828 first += vb->stride * start_instance;
832 first += vb->stride * start_vertex;
838 start_offset[index] = first;
839 end_offset[index] = first + size;
841 if (first < start_offset[index])
842 start_offset[index] = first;
843 if (first + size > end_offset[index])
844 end_offset[index] = first + size;