Searched refs:tmpdst (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_pack.c | 335 LLVMValueRef srchalf[2], tmpdst; in lp_build_interleave2() local 343 tmpdst = lp_build_concat(gallivm, srchalf, tmp_type, 2); in lp_build_interleave2() 344 return LLVMBuildBitCast(gallivm->builder, tmpdst, lp_build_vec_type(gallivm, type), ""); in lp_build_interleave2()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1976 LLVMValueRef tmpsoa[4], tmpdst; in convert_from_blend_type() local 1981 tmpdst = lp_build_float_to_r11g11b10(gallivm, tmpsoa); in convert_from_blend_type() 1984 tmpdst = lp_build_float_to_srgb_packed(gallivm, src_fmt, in convert_from_blend_type() 1999 tmpaos = LLVMBuildShuffleVector(builder, tmpdst, tmpdst, in convert_from_blend_type() 2005 src[i] = tmpdst; in convert_from_blend_type()
|