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

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c558 LLVMTypeRef tmp_vec_type; local
568 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type);
572 tmp[i] = LLVMBuildFPToSI(builder, tmp[i], tmp_vec_type, "");
574 tmp[i] = LLVMBuildFPToUI(builder, tmp[i], tmp_vec_type, "");
577 tmp[i] = LLVMBuildFPToSI(builder, tmp[i], tmp_vec_type, "");
653 LLVMTypeRef tmp_vec_type; local
658 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type);
662 tmp[i] = LLVMBuildSIToFP(builder, tmp[i], tmp_vec_type, "");
664 tmp[i] = LLVMBuildUIToFP(builder, tmp[i], tmp_vec_type, "");
667 tmp[i] = LLVMBuildSIToFP(builder, tmp[i], tmp_vec_type, "");
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c558 LLVMTypeRef tmp_vec_type; local
568 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type);
572 tmp[i] = LLVMBuildFPToSI(builder, tmp[i], tmp_vec_type, "");
574 tmp[i] = LLVMBuildFPToUI(builder, tmp[i], tmp_vec_type, "");
577 tmp[i] = LLVMBuildFPToSI(builder, tmp[i], tmp_vec_type, "");
653 LLVMTypeRef tmp_vec_type; local
658 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type);
662 tmp[i] = LLVMBuildSIToFP(builder, tmp[i], tmp_vec_type, "");
664 tmp[i] = LLVMBuildUIToFP(builder, tmp[i], tmp_vec_type, "");
667 tmp[i] = LLVMBuildSIToFP(builder, tmp[i], tmp_vec_type, "");
[all...]

Completed in 431 milliseconds