Lines Matching defs:pitch
351 * Round a given pitch up to the minimum required for X tiling on a
357 unsigned long pitch, uint32_t *tiling_mode)
366 return ALIGN(pitch, 64);
377 return ROUND_UP_TO(pitch, tile_width);
379 /* The older hardware has a maximum pitch of 8192 with tiled
382 if (pitch > 8192) {
384 return ALIGN(pitch, 64);
388 for (i = tile_width; i < pitch; i <<= 1)
840 unsigned long *pitch, unsigned long flags)
880 *pitch = stride;
2294 int pitch, int offset)