Lines Matching refs:pitches
116 unsigned int handles[4], unsigned int pitches[4],
289 pitches[0] = bo->pitch;
305 pitches[0] = bo->pitch;
306 pitches[1] = pitches[0] * 2 / xsub;
307 offsets[1] = pitches[0] * height;
322 pitches[0] = bo->pitch;
323 pitches[1] = pitches[0] / xsub;
324 offsets[1] = pitches[0] * height;
326 pitches[2] = pitches[1];
327 offsets[2] = offsets[1] + pitches[1] * height / ysub;
383 pitches[0] = bo->pitch;
389 util_fill_pattern(format, pattern, planes, width, height, pitches[0]);