Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_pack.c335 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/
Dlp_state_fs.c1462 LLVMValueRef tmpsoa[4], tmpdst; in convert_from_blend_type() local
1467 tmpdst = lp_build_float_to_r11g11b10(gallivm, tmpsoa); in convert_from_blend_type()
1470 tmpdst = lp_build_float_to_srgb_packed(gallivm, src_fmt, in convert_from_blend_type()
1485 tmpaos = LLVMBuildShuffleVector(builder, tmpdst, tmpdst, in convert_from_blend_type()
1491 src[i] = tmpdst; in convert_from_blend_type()