Home | History | Annotate | Download | only in vmwgfx

Lines Matching refs:pitches

549                        int *pitches, int *offsets)
566 if (pitches) {
567 pitches[0] = size;
574 if (pitches) {
575 pitches[1] = pitches[2] = tmp;
588 if (pitches)
589 pitches[0] = size;
629 int pitches[3], offsets[3];
632 &w, &h, pitches, offsets);
639 yp += pitches[0];
644 vp += pitches[1];
645 up += pitches[2];