Searched refs:tmpsoa (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1310 LLVMValueRef tmpsoa[4]; local in function:convert_to_blend_type
1329 lp_build_r11g11b10_to_float(gallivm, tmps, tmpsoa);
1332 lp_build_unpack_rgba_soa(gallivm, src_fmt, dst_type, tmps, tmpsoa);
1334 lp_build_transpose_aos(gallivm, dst_type, tmpsoa, &src[i * 4]);
1462 LLVMValueRef tmpsoa[4], tmpdst; local in function:convert_from_blend_type
1463 lp_build_transpose_aos(gallivm, src_type, &src[i * 4], tmpsoa);
1467 tmpdst = lp_build_float_to_r11g11b10(gallivm, tmpsoa);
1471 src_type, tmpsoa);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1889 LLVMValueRef tmpsoa[4]; local in function:convert_to_blend_type
1908 lp_build_r11g11b10_to_float(gallivm, tmps, tmpsoa);
1911 lp_build_unpack_rgba_soa(gallivm, src_fmt, dst_type, tmps, tmpsoa);
1913 lp_build_transpose_aos(gallivm, dst_type, tmpsoa, &src[i * 4]);
2041 LLVMValueRef tmpsoa[4], tmpdst; local in function:convert_from_blend_type
2042 lp_build_transpose_aos(gallivm, src_type, &src[i * 4], tmpsoa);
2046 tmpdst = lp_build_float_to_r11g11b10(gallivm, tmpsoa);
2050 src_type, tmpsoa);

Completed in 12 milliseconds