Lines Matching refs:tile_pixels

236 	const unsigned tile_pixels = tile_width / cpp;
237 const unsigned tile_shift = ffs(tile_pixels) - 1;
238 const unsigned tile_mask = tile_pixels - 1;
292 const unsigned tile_pixels = tile_width / cpp;
293 const unsigned tile_shift = ffs(tile_pixels) - 1;
294 const unsigned tile_mask = tile_pixels - 1;
350 const unsigned tile_pixels = ffs(tile_width / cpp) - 1;
351 const unsigned tile_mask = (1 << tile_pixels) - 1;
373 (dx >> tile_pixels) * tile_size +
385 (dx >> tile_pixels) * tile_size +
397 (dx >> tile_pixels) * tile_size +
419 const unsigned tile_pixels = ffs(tile_width / cpp) - 1;
420 const unsigned tile_mask = (1 << tile_pixels) - 1;
442 (sx >> tile_pixels) * tile_size +
454 (sx >> tile_pixels) * tile_size +
466 (sx >> tile_pixels) * tile_size +
488 const unsigned tile_pixels = ffs(tile_width / cpp) - 1;
489 const unsigned tile_mask = (1 << tile_pixels) - 1;
511 (dx >> tile_pixels) * tile_size +
523 (dx >> tile_pixels) * tile_size +
535 (dx >> tile_pixels) * tile_size +
557 const unsigned tile_pixels = ffs(tile_width / cpp) - 1;
558 const unsigned tile_mask = (1 << tile_pixels) - 1;
580 (sx >> tile_pixels) * tile_size +
592 (sx >> tile_pixels) * tile_size +
604 (sx >> tile_pixels) * tile_size +
626 const unsigned tile_pixels = ffs(tile_width / cpp) - 1;
627 const unsigned tile_mask = (1 << tile_pixels) - 1;
649 (dx >> tile_pixels) * tile_size +
660 (dx >> tile_pixels) * tile_size +
672 (dx >> tile_pixels) * tile_size +
694 const unsigned tile_pixels = ffs(tile_width / cpp) - 1;
695 const unsigned tile_mask = (1 << tile_pixels) - 1;
717 (sx >> tile_pixels) * tile_size +
728 (sx >> tile_pixels) * tile_size +
740 (sx >> tile_pixels) * tile_size +