Lines Matching refs:pitches
136 r.pitches[0] = or->pitch;
220 if ((uint64_t) height * r->pitches[i] + r->offsets[i] > UINT_MAX)
223 if (block_size && r->pitches[i] < min_pitch) {
224 DRM_DEBUG_KMS("bad pitch %u for plane %d\n", r->pitches[i], i);
249 r->pitches[i] % 128) {
275 if (r->pitches[i]) {
534 r->pitch = fb->pitches[0];
602 r->pitches[i] = 0;
608 r->pitches[i] = fb->pitches[i];
1179 drm_printf_indent(p, indent + 1, "pitch[%u]=%u\n", i, fb->pitches[i]);