Searched refs:row_pitch_bytes (Results 1 – 1 of 1) sorted by relevance
87 u32 row_pitch_bytes; in compute_crc() local94 row_pitch_bytes = blocks.width * desc->pitchBytesPerBlock; 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()