Searched refs:dstrow (Results 1 – 1 of 1) sorted by relevance
1002 uint8_t *dstrow; in _mesa_swap_bytes_2d_image() local1006 dstrow = dst; 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()1013 dstrow += stride; in _mesa_swap_bytes_2d_image()