Searched refs:swapsPerPixel (Results 1 – 1 of 1) sorted by relevance
999 int swapsPerPixel = _mesa_bytes_per_pixel(format, type) / swapSize; in _mesa_swap_bytes_2d_image() local1004 assert(swapsPerPixel > 0); in _mesa_swap_bytes_2d_image()1010 swap2_copy((GLushort *)dstrow, (GLushort *)srcrow, width * swapsPerPixel); in _mesa_swap_bytes_2d_image()1012 swap4_copy((GLuint *)dstrow, (GLuint *)srcrow, width * swapsPerPixel); in _mesa_swap_bytes_2d_image()