Lines Matching refs:pitch
148 /* align pitch to at least 16 pixels:
170 layout->pitch0 = explicit_layout->pitch;
200 uint32_t pitch = fdl_pitch(layout, level);
211 * The pitch is already sufficiently aligned, but height
226 slice->size0 = align(nblocksy * pitch, 4096);
233 /* If this level didn't reduce the pitch by half, then fix it up,
236 uint32_t pitch = fdl_pitch(layout, level);
237 if (pitch != fdl_pitch(layout, level - 1) / 2)
238 min_3d_layer_size = slice->size0 = nblocksy * pitch;
244 min_3d_layer_size = slice->size0 = nblocksy * pitch;
251 slice->size0 = nblocksy * pitch;