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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_utils.c281 uint8_t (*tmp_ubyte)[4]; local in function:_mesa_format_convert
604 tmp_ubyte = malloc(width * height * sizeof(*tmp_ubyte));
610 _mesa_swizzle_and_convert(tmp_ubyte + row * width,
619 src, tmp_ubyte + row * width);
621 _mesa_swizzle_and_convert(tmp_ubyte + row * width,
623 tmp_ubyte + row * width,
633 tmp_ubyte + row * width,
641 (const uint8_t (*)[4])tmp_ubyte + row * width, dst);
646 free(tmp_ubyte);
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformat_utils.c291 uint8_t (*tmp_ubyte)[4]; local in function:_mesa_format_convert
618 tmp_ubyte = malloc(width * height * sizeof(*tmp_ubyte));
624 _mesa_swizzle_and_convert(tmp_ubyte + row * width,
633 src, tmp_ubyte + row * width);
635 _mesa_swizzle_and_convert(tmp_ubyte + row * width,
637 tmp_ubyte + row * width,
647 tmp_ubyte + row * width,
655 (const uint8_t *)(tmp_ubyte + row * width), dst);
660 free(tmp_ubyte);
[all...]

Completed in 6 milliseconds