Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformat_utils.c280 uint8_t (*tmp_ubyte)[4]; in _mesa_format_convert() local
603 tmp_ubyte = malloc(width * height * sizeof(*tmp_ubyte)); in _mesa_format_convert()
609 _mesa_swizzle_and_convert(tmp_ubyte + row * width, in _mesa_format_convert()
618 src, tmp_ubyte + row * width); in _mesa_format_convert()
620 _mesa_swizzle_and_convert(tmp_ubyte + row * width, in _mesa_format_convert()
622 tmp_ubyte + row * width, in _mesa_format_convert()
632 tmp_ubyte + row * width, in _mesa_format_convert()
640 (const uint8_t (*)[4])tmp_ubyte + row * width, dst); in _mesa_format_convert()
645 free(tmp_ubyte); in _mesa_format_convert()