Searched refs:compsPerRow (Results 1 – 1 of 1) sorted by relevance
5844 GLint bytesPerRow, compsPerRow; in _mesa_unpack_image() local5857 compsPerRow = 0; in _mesa_unpack_image()5874 compsPerRow = components * width; in _mesa_unpack_image()5875 assert(compsPerRow >= width); in _mesa_unpack_image()5959 _mesa_swap2((GLushort*) dst, compsPerRow); in _mesa_unpack_image()5962 _mesa_swap4((GLuint*) dst, compsPerRow); in _mesa_unpack_image()