Searched refs:slice_map (Results 1 – 1 of 1) sorted by relevance
219 ubyte *slice_map = map; in copy_to_staging_dest() local226 memcpy(dest, slice_map, bytesPerRow); in copy_to_staging_dest()228 slice_map += tex_xfer->stride; in copy_to_staging_dest()2104 ubyte *slice_map = map; in st_TexSubImage() local2110 memcpy(slice_map, src, bytesPerRow); in st_TexSubImage()2111 slice_map += transfer->stride; in st_TexSubImage()