Lines Matching refs:start
3055 int start, count;
3056 u_bit_scan_consecutive_range(&xfb_mask, &start, &count);
3058 xfb[start / 2].out[start % 2].num_components = count;
3059 xfb[start / 2].out[start % 2].buffer = out->buffer;
3061 /* start is relative to component 0 */
3062 xfb[start / 2].out[start % 2].offset =
3063 out->offset / 4 - out->component_offset + start;