Searched refs:mapped_surface (Results 1 – 1 of 1) sorted by relevance
83 u8 *mapped_surface; in compute_crc() local96 mapped_surface = vmw_bo_map_and_cache(bo); in compute_crc()99 *crc = crc32_le(*crc, mapped_surface, row_pitch_bytes); in compute_crc()100 mapped_surface += row_pitch_bytes; in compute_crc()