Searched refs:tmp_ubyte (Results 1 – 1 of 1) sorted by relevance
291 uint8_t (*tmp_ubyte)[4]; in _mesa_format_convert() local619 tmp_ubyte = malloc(width * height * sizeof(*tmp_ubyte)); in _mesa_format_convert()625 _mesa_swizzle_and_convert(tmp_ubyte + row * width, in _mesa_format_convert()634 src, tmp_ubyte + row * width); in _mesa_format_convert()636 _mesa_swizzle_and_convert(tmp_ubyte + row * width, in _mesa_format_convert()638 tmp_ubyte + row * width, in _mesa_format_convert()648 tmp_ubyte + row * width, in _mesa_format_convert()656 (const uint8_t (*)[4])tmp_ubyte + row * width, dst); in _mesa_format_convert()661 free(tmp_ubyte); in _mesa_format_convert()