Home | History | Annotate | Download | only in modetest

Lines Matching refs:pitches

131 	  unsigned int handles[4], unsigned int pitches[4],
245 pitches[0] = bo->pitch;
256 pitches[0] = bo->pitch;
257 pitches[1] = pitches[0];
258 offsets[1] = pitches[0] * height;
269 pitches[0] = bo->pitch;
270 pitches[1] = pitches[0] / 2;
271 offsets[1] = pitches[0] * height;
273 pitches[2] = pitches[1];
274 offsets[2] = offsets[1] + pitches[1] * height / 2;
320 pitches[0] = bo->pitch;
326 util_fill_pattern(format, pattern, planes, width, height, pitches[0]);