Searched refs:tmp_float (Results 1 – 3 of 3) sorted by relevance
292 float (*tmp_float)[4]; in _mesa_format_convert() local575 tmp_float = malloc(width * height * sizeof(*tmp_float)); in _mesa_format_convert()581 _mesa_swizzle_and_convert(tmp_float + row * width, in _mesa_format_convert()590 src, tmp_float + row * width); in _mesa_format_convert()592 _mesa_swizzle_and_convert(tmp_float + row * width, in _mesa_format_convert()594 tmp_float + row * width, in _mesa_format_convert()604 tmp_float + row * width, in _mesa_format_convert()612 (const float (*)[4])tmp_float + row * width, dst); in _mesa_format_convert()617 free(tmp_float); in _mesa_format_convert()
59 %tmp_float = bitcast i32 %tmp2 to float60 store float %tmp_float, float addrspace(1)* %out
65 %tmp_float = bitcast i32 %tmp2 to float66 store float %tmp_float, float addrspace(1)* %out