Searched refs:tmp_ubyte (Results 1 – 1 of 1) sorted by relevance
291 uint8_t (*tmp_ubyte)[4]; in _mesa_format_convert() local618 tmp_ubyte = malloc(width * height * sizeof(*tmp_ubyte)); in _mesa_format_convert()624 _mesa_swizzle_and_convert(tmp_ubyte + row * width, in _mesa_format_convert()633 src, tmp_ubyte + row * width); in _mesa_format_convert()635 _mesa_swizzle_and_convert(tmp_ubyte + row * width, in _mesa_format_convert()637 tmp_ubyte + row * width, in _mesa_format_convert()647 tmp_ubyte + row * width, in _mesa_format_convert()655 (const uint8_t *)(tmp_ubyte + row * width), dst); in _mesa_format_convert()660 free(tmp_ubyte); in _mesa_format_convert()