Home
last modified time | relevance | path

Searched refs:tile_copy (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tiled_memcpy.c639 tile_copy_fn tile_copy; in linear_to_tiled() local
650 tile_copy = linear_to_xtiled_faster; in linear_to_tiled()
655 tile_copy = linear_to_ytiled_faster; in linear_to_tiled()
699 tile_copy(x0-xt, x1-xt, x2-xt, x3-xt, in linear_to_tiled()
730 tile_copy_fn tile_copy; in tiled_to_linear() local
741 tile_copy = xtiled_to_linear_faster; in tiled_to_linear()
746 tile_copy = ytiled_to_linear_faster; in tiled_to_linear()
790 tile_copy(x0-xt, x1-xt, x2-xt, x3-xt, in tiled_to_linear()