Home
last modified time | relevance | path

Searched refs:tmp_ubyte (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dformat_utils.c291 uint8_t (*tmp_ubyte)[4]; in _mesa_format_convert() local
618 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()