Searched refs:tmp_vec_type (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_conv.c | 861 LLVMTypeRef tmp_vec_type; local in function:lp_build_conv 864 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type); 868 tmp[i] = LLVMBuildFPToSI(builder, tmp[i], tmp_vec_type, ""); 870 tmp[i] = LLVMBuildFPToUI(builder, tmp[i], tmp_vec_type, ""); 873 tmp[i] = LLVMBuildFPToSI(builder, tmp[i], tmp_vec_type, ""); 948 LLVMTypeRef tmp_vec_type; local in function:lp_build_conv 953 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type); 957 tmp[i] = LLVMBuildSIToFP(builder, tmp[i], tmp_vec_type, ""); 959 tmp[i] = LLVMBuildUIToFP(builder, tmp[i], tmp_vec_type, ""); 962 tmp[i] = LLVMBuildSIToFP(builder, tmp[i], tmp_vec_type, ""); [all...] |
| H A D | lp_bld_sample_aos.c | 1081 LLVMTypeRef tmp_vec_type = LLVMVectorType(u8n_bld.elem_type, bld->lodi_bld.type.length); local in function:lp_build_sample_mipmap 1085 lod_fpart = LLVMBuildTrunc(builder, lod_fpart, tmp_vec_type, ""); 1091 lod_fpart = LLVMBuildShuffleVector(builder, lod_fpart, LLVMGetUndef(tmp_vec_type),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_conv.c | 891 LLVMTypeRef tmp_vec_type; local in function:lp_build_conv 894 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type); 898 tmp[i] = LLVMBuildFPToSI(builder, tmp[i], tmp_vec_type, ""); 900 tmp[i] = LLVMBuildFPToUI(builder, tmp[i], tmp_vec_type, ""); 903 tmp[i] = LLVMBuildFPToSI(builder, tmp[i], tmp_vec_type, ""); 978 LLVMTypeRef tmp_vec_type; local in function:lp_build_conv 983 tmp_vec_type = lp_build_vec_type(gallivm, tmp_type); 987 tmp[i] = LLVMBuildSIToFP(builder, tmp[i], tmp_vec_type, ""); 989 tmp[i] = LLVMBuildUIToFP(builder, tmp[i], tmp_vec_type, ""); 992 tmp[i] = LLVMBuildSIToFP(builder, tmp[i], tmp_vec_type, ""); [all...] |
| H A D | lp_bld_sample_aos.c | 1072 LLVMTypeRef tmp_vec_type = LLVMVectorType(u8n_bld.elem_type, bld->lodi_bld.type.length); local in function:lp_build_sample_mipmap 1076 lod_fpart = LLVMBuildTrunc(builder, lod_fpart, tmp_vec_type, ""); 1082 lod_fpart = LLVMBuildShuffleVector(builder, lod_fpart, LLVMGetUndef(tmp_vec_type),
|
Completed in 9 milliseconds