Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformat_utils.c293 uint32_t (*tmp_uint)[4]; in _mesa_format_convert() local
519 tmp_uint = malloc(width * height * sizeof(*tmp_uint)); in _mesa_format_convert()
537 _mesa_swizzle_and_convert(tmp_uint + row * width, common_type, 4, in _mesa_format_convert()
545 src, tmp_uint + row * width); in _mesa_format_convert()
547 _mesa_swizzle_and_convert(tmp_uint + row * width, common_type, 4, in _mesa_format_convert()
548 tmp_uint + row * width, common_type, 4, in _mesa_format_convert()
561 tmp_uint + row * width, common_type, 4, in _mesa_format_convert()
568 (const uint32_t (*)[4])tmp_uint + row * width, dst); in _mesa_format_convert()
573 free(tmp_uint); in _mesa_format_convert()