Searched refs:tmp_uint (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | format_utils.c | 282 uint32_t (*tmp_uint)[4]; in _mesa_format_convert() local 503 tmp_uint = malloc(width * height * sizeof(*tmp_uint)); in _mesa_format_convert() 521 _mesa_swizzle_and_convert(tmp_uint + row * width, common_type, 4, in _mesa_format_convert() 529 src, tmp_uint + row * width); in _mesa_format_convert() 531 _mesa_swizzle_and_convert(tmp_uint + row * width, common_type, 4, in _mesa_format_convert() 532 tmp_uint + row * width, common_type, 4, in _mesa_format_convert() 545 tmp_uint + row * width, common_type, 4, in _mesa_format_convert() 552 (const uint32_t (*)[4])tmp_uint + row * width, dst); in _mesa_format_convert() 557 free(tmp_uint); in _mesa_format_convert()
|