Searched refs:tmp_float (Results 1 – 4 of 4) sorted by relevance
281 float (*tmp_float)[4]; in _mesa_format_convert() local559 tmp_float = malloc(width * height * sizeof(*tmp_float)); in _mesa_format_convert()565 _mesa_swizzle_and_convert(tmp_float + row * width, in _mesa_format_convert()574 src, tmp_float + row * width); in _mesa_format_convert()576 _mesa_swizzle_and_convert(tmp_float + row * width, in _mesa_format_convert()578 tmp_float + row * width, in _mesa_format_convert()588 tmp_float + row * width, in _mesa_format_convert()596 (const float (*)[4])tmp_float + row * width, dst); in _mesa_format_convert()601 free(tmp_float); in _mesa_format_convert()
59 %tmp_float = bitcast i32 %tmp2 to float60 store float %tmp_float, float addrspace(1)* %out
73 %tmp_float = bitcast i32 %tmp2 to float74 store float %tmp_float, float addrspace(1)* %out
3310 float tmp_float = static_cast<float>(doubleImm); in expandLoadImmReal() local3311 ImmOp32 = FloatToBits(tmp_float); in expandLoadImmReal()