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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c810 LLVMTypeRef type64_t, type8_t, type16_t, type32_t; local in function:fs_twiddle_transpose
829 type64_t = lp_build_vec_type(gallivm, type64);
869 lo2 = LLVMBuildBitCast(builder, tmp[j*2], type64_t, "");
870 hi2 = LLVMBuildBitCast(builder, tmp[j*2 + 1], type64_t, "");
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1440 LLVMTypeRef type64_t, type8_t, type16_t, type32_t; local in function:fs_twiddle_transpose
1459 type64_t = lp_build_vec_type(gallivm, type64);
1499 lo2 = LLVMBuildBitCast(builder, tmp[j*2], type64_t, "");
1500 hi2 = LLVMBuildBitCast(builder, tmp[j*2 + 1], type64_t, "");

Completed in 11 milliseconds