Lines Matching defs:pitches
127 unsigned int handles[4], unsigned int pitches[4],
249 pitches[0] = bo->pitch;
260 pitches[0] = bo->pitch;
261 pitches[1] = pitches[0];
262 offsets[1] = pitches[0] * height;
273 pitches[0] = bo->pitch;
274 pitches[1] = pitches[0] / 2;
275 offsets[1] = pitches[0] * height;
277 pitches[2] = pitches[1];
278 offsets[2] = offsets[1] + pitches[1] * height / 2;
329 pitches[0] = bo->pitch;
335 util_fill_pattern(format, pattern, planes, width, height, pitches[0]);