Searched refs:src_rowsize (Results 1 – 2 of 2) sorted by relevance
953 int src_rowsize = bits_to_bytes(sw * ebits); in __glXDisp_ReadPixels() local954 int src_pad = src_rowsize % 4; in __glXDisp_ReadPixels()957 src_rowsize += (4 - src_pad); in __glXDisp_ReadPixels()965 char *src = be_buf + r * src_rowsize; in __glXDisp_ReadPixels()
108 uint32_t src_rowsize, col_offset;116 src_rowsize = ((imagewidth * spp * bps) + 7U) / 8;136 uint32_t src_rowsize, col_offset;321 - rows_this_strip = bytes_read / src_rowsize;322 + rows_this_strip = (uint32_t)(bytes_read / src_rowsize);