Searched refs:tmp_uint (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | format_utils.c | 293 uint32_t (*tmp_uint)[4]; in _mesa_format_convert() local 518 tmp_uint = malloc(width * height * sizeof(*tmp_uint)); in _mesa_format_convert() 536 _mesa_swizzle_and_convert(tmp_uint + row * width, common_type, 4, in _mesa_format_convert() 544 src, tmp_uint + row * width); in _mesa_format_convert() 546 _mesa_swizzle_and_convert(tmp_uint + row * width, common_type, 4, in _mesa_format_convert() 547 tmp_uint + row * width, common_type, 4, in _mesa_format_convert() 560 tmp_uint + row * width, common_type, 4, in _mesa_format_convert() 567 (const uint32_t (*)[4])tmp_uint + row * width, dst); in _mesa_format_convert() 572 free(tmp_uint); in _mesa_format_convert()
|