Lines Matching refs:start
514 * start of the vertex. If we'd subtract attrib's offset from
544 const unsigned offset = draw->start * info->index_size;
692 const int start[VB_NUM] = {
801 start[type], num[type], min_index,
1234 unsigned start, end;
1240 start = start_offset[i];
1242 assert(start < end);
1248 mgr->has_signed_vb_offset ? 0 : start,
1249 end - start, 4,
1250 ptr + start, &real_vb->buffer_offset, &real_vb->buffer.resource);
1254 real_vb->buffer_offset -= start;
1383 draw->start * info->index_size;
1386 draw->start * info->index_size,
1449 draw.start = indirect_data[offset + 2];
1601 unsigned start = data[offset + 2];
1618 new_info.index_size * start,
1644 new_draw.start = ~0u;
1651 unsigned start = data[offset + 2];
1656 new_draw.start = MIN2(new_draw.start, start);
1660 end_vertex = MAX2(end_vertex, start + count);
1666 new_draw.count = end_vertex - new_draw.start;
1669 if (new_draw.start == ~0u || !new_draw.count || !new_info.instance_count)
1714 start_vertex = new_draw.start;
1736 new_draw.start = 0;