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

/xsrc/external/mit/MesaLib.old/dist/src/intel/isl/
H A Disl_tiled_memcpy.c841 tile_copy_fn tile_copy; local in function:intel_linear_to_tiled
852 tile_copy = linear_to_xtiled_faster;
857 tile_copy = linear_to_ytiled_faster;
871 * tile_copy() copies one tile or partial tile.
901 tile_copy(x0-xt, x1-xt, x2-xt, x3-xt,
932 tile_copy_fn tile_copy; local in function:intel_tiled_to_linear
943 tile_copy = xtiled_to_linear_faster;
948 tile_copy = ytiled_to_linear_faster;
971 * tile_copy() copies one tile or partial tile.
1001 tile_copy(x
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/isl/
H A Disl_tiled_memcpy.c839 tile_copy_fn tile_copy; local in function:linear_to_tiled
850 tile_copy = linear_to_xtiled_faster;
855 tile_copy = linear_to_ytiled_faster;
869 * tile_copy() copies one tile or partial tile.
899 tile_copy(x0-xt, x1-xt, x2-xt, x3-xt,
930 tile_copy_fn tile_copy; local in function:tiled_to_linear
941 tile_copy = xtiled_to_linear_faster;
946 tile_copy = ytiled_to_linear_faster;
969 * tile_copy() copies one tile or partial tile.
999 tile_copy(x
[all...]

Completed in 5 milliseconds