Searched defs:int_vec_type (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.h155 LLVMTypeRef int_vec_type; member in struct:lp_build_context
H A Dlp_bld_logic.c81 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type); local
82 LLVMValueRef zeros = LLVMConstNull(int_vec_type);
83 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type);
166 res = LLVMBuildBitCast(builder, res, int_vec_type, "");
280 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
284 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
289 res = LLVMGetUndef(int_vec_type);
336 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
340 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
345 res = LLVMGetUndef(int_vec_type);
409 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
[all...]
H A Dlp_bld_conv.c95 LLVMTypeRef int_vec_type = lp_build_vec_type(gallivm, i32_type); local
109 LLVMValueRef h = LLVMBuildZExt(builder, src, int_vec_type, "");
116 LLVMValueRef scaled = LLVMBuildBitCast(builder, LLVMBuildFMul(builder, shifted, f32_magic, ""), int_vec_type, "");
158 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, src_type); local
188 res = LLVMBuildBitCast(builder, res, int_vec_type, "");
205 res = LLVMBuildFPToSI(builder, res, int_vec_type, "");
234 res = LLVMBuildFPToSI(builder, res, int_vec_type, "");
282 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, dst_type); local
334 LLVMBuildBitCast(builder, bias_, int_vec_type, ""), "");
H A Dlp_bld_tgsi.h242 LLVMTypeRef int_vec_type; member in struct:lp_exec_mask
H A Dlp_bld_arit.c1107 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
1110 a = LLVMBuildBitCast(builder, a, int_vec_type, "");
1221 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
1232 val = LLVMBuildBitCast(builder, a, int_vec_type, "");
1449 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
1451 res = LLVMBuildFPToSI(builder, a, int_vec_type, "");
1595 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
1600 return LLVMBuildFPToSI(builder, a, int_vec_type, "");
1616 LLVMTypeRef int_vec_type = bld->int_vec_type; local
1672 LLVMTypeRef int_vec_type = bld->int_vec_type; local
1731 LLVMTypeRef int_vec_type = bld->int_vec_type; local
2789 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_type.h155 LLVMTypeRef int_vec_type; member in struct:lp_build_context
H A Dlp_bld_logic.c81 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type); local
82 LLVMValueRef zeros = LLVMConstNull(int_vec_type);
83 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type);
166 res = LLVMBuildBitCast(builder, res, int_vec_type, "");
280 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
284 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
289 res = LLVMGetUndef(int_vec_type);
336 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
340 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
345 res = LLVMGetUndef(int_vec_type);
409 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
[all...]
H A Dlp_bld_conv.c95 LLVMTypeRef int_vec_type = lp_build_vec_type(gallivm, i32_type); local
109 LLVMValueRef h = LLVMBuildZExt(builder, src, int_vec_type, "");
116 LLVMValueRef scaled = LLVMBuildBitCast(builder, LLVMBuildFMul(builder, shifted, f32_magic, ""), int_vec_type, "");
158 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, src_type); local
188 res = LLVMBuildBitCast(builder, res, int_vec_type, "");
205 res = LLVMBuildFPToSI(builder, res, int_vec_type, "");
234 res = LLVMBuildFPToSI(builder, res, int_vec_type, "");
282 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, dst_type); local
334 LLVMBuildBitCast(builder, bias_, int_vec_type, ""), "");
H A Dlp_bld_tgsi.h242 LLVMTypeRef int_vec_type; member in struct:lp_exec_mask
H A Dlp_bld_arit.c1107 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
1110 a = LLVMBuildBitCast(builder, a, int_vec_type, "");
1221 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
1232 val = LLVMBuildBitCast(builder, a, int_vec_type, "");
1449 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
1451 res = LLVMBuildFPToSI(builder, a, int_vec_type, "");
1595 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
1600 return LLVMBuildFPToSI(builder, a, int_vec_type, "");
1616 LLVMTypeRef int_vec_type = bld->int_vec_type; local
1672 LLVMTypeRef int_vec_type = bld->int_vec_type; local
1731 LLVMTypeRef int_vec_type = bld->int_vec_type; local
2789 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
[all...]

Completed in 206 milliseconds