Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformat_utils.c292 float (*tmp_float)[4]; in _mesa_format_convert() local
575 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()
/external/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.mov.dpp.ll59 %tmp_float = bitcast i32 %tmp2 to float
60 store float %tmp_float, float addrspace(1)* %out
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.mov.dpp.ll65 %tmp_float = bitcast i32 %tmp2 to float
66 store float %tmp_float, float addrspace(1)* %out