Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dformat_utils.c281 float (*tmp_float)[4]; in _mesa_format_convert() local
545 tmp_float = malloc(width * height * sizeof(*tmp_float)); in _mesa_format_convert()
551 _mesa_swizzle_and_convert(tmp_float + row * width, in _mesa_format_convert()
560 src, tmp_float + row * width); in _mesa_format_convert()
562 _mesa_swizzle_and_convert(tmp_float + row * width, in _mesa_format_convert()
564 tmp_float + row * width, in _mesa_format_convert()
574 tmp_float + row * width, in _mesa_format_convert()
582 (const float (*)[4])tmp_float + row * width, dst); in _mesa_format_convert()
587 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