Searched refs:tile_pixels (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dblt.c236 const unsigned tile_pixels = tile_width / cpp; local in function:memcpy_to_tiled_x__swizzle_0
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; local in function:memcpy_from_tiled_x__swizzle_0
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; local in function:memcpy_to_tiled_x__swizzle_9
351 const unsigned tile_mask = (1 << tile_pixels) - 1;
373 (dx >> tile_pixels) * tile_size +
385 (dx >> tile_pixels) * tile_siz
419 const unsigned tile_pixels = ffs(tile_width / cpp) - 1; local in function:memcpy_from_tiled_x__swizzle_9
488 const unsigned tile_pixels = ffs(tile_width / cpp) - 1; local in function:memcpy_to_tiled_x__swizzle_9_10
557 const unsigned tile_pixels = ffs(tile_width / cpp) - 1; local in function:memcpy_from_tiled_x__swizzle_9_10
626 const unsigned tile_pixels = ffs(tile_width / cpp) - 1; local in function:memcpy_to_tiled_x__swizzle_9_11
694 const unsigned tile_pixels = ffs(tile_width / cpp) - 1; local in function:memcpy_from_tiled_x__swizzle_9_11
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dblt.c236 const unsigned tile_pixels = tile_width / cpp; local in function:memcpy_to_tiled_x__swizzle_0__sse2
237 const unsigned tile_shift = ffs(tile_pixels) - 1;
238 const unsigned tile_mask = tile_pixels - 1;
454 const unsigned tile_pixels = tile_width / cpp; local in function:memcpy_from_tiled_x__swizzle_0__sse2
455 const unsigned tile_shift = ffs(tile_pixels) - 1;
456 const unsigned tile_mask = tile_pixels - 1;
566 const unsigned tile_pixels = tile_width / cpp; local in function:memcpy_between_tiled_x__swizzle_0__sse2
567 const unsigned tile_shift = ffs(tile_pixels) - 1;
568 const unsigned tile_mask = tile_pixels - 1;
732 const unsigned tile_pixels local in function:memcpy_to_tiled_x__swizzle_0
789 const unsigned tile_pixels = tile_width / cpp; local in function:memcpy_from_tiled_x__swizzle_0
847 const unsigned tile_pixels = tile_width / cpp; local in function:memcpy_between_tiled_x__swizzle_0
1053 const unsigned tile_pixels = tile_width / cpp; local in function:memcpy_from_tiled_x
1110 const unsigned tile_pixels = tile_width / cpp; local in function:memcpy_from_tiled_x__gen2
[all...]
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_driver.c821 int tile_pixels = 512 / cpp; local in function:i830_tiled_width
822 *width = (*width + tile_pixels - 1) &
823 ~(tile_pixels - 1);

Completed in 8 milliseconds