Searched refs:type8_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
824 type8_t = lp_build_vec_type(gallivm, type);
849 dst[0] = LLVMBuildBitCast(builder, tmp[0], type8_t, "");
857 dst[i] = LLVMBuildBitCast(builder, tmp[i], type8_t, "");
873 dst[j*2] = LLVMBuildBitCast(builder, lo, type8_t, "");
874 dst[j*2 + 1] = LLVMBuildBitCast(builder, hi, type8_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
1454 type8_t = lp_build_vec_type(gallivm, type);
1479 dst[0] = LLVMBuildBitCast(builder, tmp[0], type8_t, "");
1487 dst[i] = LLVMBuildBitCast(builder, tmp[i], type8_t, "");
1503 dst[j*2] = LLVMBuildBitCast(builder, lo, type8_t, "");
1504 dst[j*2 + 1] = LLVMBuildBitCast(builder, hi, type8_t, "");

Completed in 11 milliseconds