Searched refs:tmpdst (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c335 LLVMValueRef srchalf[2], tmpdst; local in function:lp_build_interleave2
343 tmpdst = lp_build_concat(gallivm, srchalf, tmp_type, 2);
344 return LLVMBuildBitCast(gallivm->builder, tmpdst, lp_build_vec_type(gallivm, type), "");
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_pack.c335 LLVMValueRef srchalf[2], tmpdst; local in function:lp_build_interleave2
343 tmpdst = lp_build_concat(gallivm, srchalf, tmp_type, 2);
344 return LLVMBuildBitCast(gallivm->builder, tmpdst, lp_build_vec_type(gallivm, type), "");
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1462 LLVMValueRef tmpsoa[4], tmpdst; local in function:convert_from_blend_type
1467 tmpdst = lp_build_float_to_r11g11b10(gallivm, tmpsoa);
1470 tmpdst = lp_build_float_to_srgb_packed(gallivm, src_fmt,
1485 tmpaos = LLVMBuildShuffleVector(builder, tmpdst, tmpdst,
1491 src[i] = tmpdst;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2041 LLVMValueRef tmpsoa[4], tmpdst; local in function:convert_from_blend_type
2046 tmpdst = lp_build_float_to_r11g11b10(gallivm, tmpsoa);
2049 tmpdst = lp_build_float_to_srgb_packed(gallivm, src_fmt,
2064 tmpaos = LLVMBuildShuffleVector(builder, tmpdst, tmpdst,
2070 src[i] = tmpdst;

Completed in 15 milliseconds