Searched refs:int_vec_type (Results 1 - 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_bitarit.c52 a = LLVMBuildBitCast(builder, a, bld->int_vec_type, "");
53 b = LLVMBuildBitCast(builder, b, bld->int_vec_type, "");
78 a = LLVMBuildBitCast(builder, a, bld->int_vec_type, "");
79 b = LLVMBuildBitCast(builder, b, bld->int_vec_type, "");
106 a = LLVMBuildBitCast(builder, a, bld->int_vec_type, "");
107 b = LLVMBuildBitCast(builder, b, bld->int_vec_type, "");
135 a = LLVMBuildBitCast(builder, a, bld->int_vec_type, "");
136 b = LLVMBuildBitCast(builder, b, bld->int_vec_type, "");
160 a = LLVMBuildBitCast(builder, a, bld->int_vec_type, "");
H A Dlp_bld_logic.c85 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type); local
86 LLVMValueRef zeros = LLVMConstNull(int_vec_type);
87 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type);
129 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
158 res = LLVMBuildSExt(builder, cond, int_vec_type, "");
176 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, type); local
177 LLVMValueRef zeros = LLVMConstNull(int_vec_type);
178 LLVMValueRef ones = LLVMConstAllOnes(int_vec_type);
268 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
269 a = LLVMBuildBitCast(builder, a, int_vec_type, "");
[all...]
H A Dlp_bld_arit.c1786 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
1789 a = LLVMBuildBitCast(builder, a, int_vec_type, "");
1913 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
1924 val = LLVMBuildBitCast(builder, a, int_vec_type, "");
2127 LLVMTypeRef int_vec_type = bld->int_vec_type; local
2137 trunc = LLVMBuildFPToSI(builder, a, int_vec_type, "");
2149 anosign = LLVMBuildBitCast(builder, anosign, int_vec_type, "");
2150 cmpval = LLVMBuildBitCast(builder, cmpval, int_vec_type, "");
2182 LLVMTypeRef int_vec_type local
2235 LLVMTypeRef int_vec_type = bld->int_vec_type; local
2310 LLVMTypeRef int_vec_type = bld->int_vec_type; local
2410 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
2431 LLVMTypeRef int_vec_type = bld->int_vec_type; local
2487 LLVMTypeRef int_vec_type = bld->int_vec_type; local
2544 LLVMTypeRef int_vec_type = bld->int_vec_type; local
3459 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, type); local
3684 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, bld->type); local
3704 LLVMTypeRef int_vec_type = lp_build_int_vec_type(bld->gallivm, bld->type); local
[all...]
H A Dlp_bld_type.c380 bld->int_vec_type = bld->int_elem_type;
384 bld->int_vec_type = LLVMVectorType(bld->int_elem_type, type.length);
H A Dlp_bld_conv.c101 LLVMTypeRef int_vec_type = lp_build_vec_type(gallivm, i32_type); local
119 h = LLVMBuildZExt(builder, src, int_vec_type, "");
245 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, src_type); local
276 res = LLVMBuildBitCast(builder, res, int_vec_type, "");
324 res = LLVMBuildFPToSI(builder, res, int_vec_type, "");
372 LLVMTypeRef int_vec_type = lp_build_int_vec_type(gallivm, dst_type); local
424 LLVMBuildBitCast(builder, bias_, int_vec_type, ""), "");
H A Dlp_bld_type.h160 LLVMTypeRef int_vec_type; member in struct:lp_build_context
H A Dlp_bld_tgsi_soa.c206 mask->int_vec_type = lp_build_int_vec_type(bld->gallivm, mask->bld->type);
209 LLVMConstAllOnes(mask->int_vec_type);
277 assert(mask->cond_mask == LLVMConstAllOnes(mask->int_vec_type));
280 assert(LLVMTypeOf(val) == mask->int_vec_type);
300 assert(prev_mask == LLVMConstAllOnes(mask->int_vec_type));
342 ctx->break_var = lp_build_alloca(mask->bld->gallivm, mask->int_vec_type, "");
390 mask->switch_mask = LLVMConstNull(mask->bld->int_vec_type);
546 mask->switch_mask = LLVMConstNull(mask->int_vec_type);
548 ctx->switch_mask_default = LLVMConstNull(mask->int_vec_type);
1020 bld_base->dbl_bld.int_vec_type, "");
[all...]
H A Dlp_bld_format_soa.c649 dst[i] = LLVMBuildBitCast(builder, dst[i], bld.int_vec_type, "");
768 packed = LLVMBuildBitCast(builder, packed, bld.int_vec_type, "");
H A Dlp_bld_tgsi.h260 LLVMTypeRef int_vec_type; member in struct:lp_exec_mask
H A Dlp_bld_tgsi_action.c783 bld_base->base.int_vec_type, "");
998 bld_base->base.int_vec_type, "");
1011 bld_base->base.int_vec_type, "");
2274 cond = LLVMBuildTrunc(builder, cond, bld_base->int_bld.int_vec_type, "");
2382 cond = LLVMBuildTrunc(builder, cond, bld_base->int_bld.int_vec_type, "");
2433 cond = LLVMBuildTrunc(builder, cond, bld_base->int_bld.int_vec_type, "");
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c312 LLVMTypeRef vec_type, int_vec_type; local
382 int_vec_type = lp_build_vec_type(gallivm, int_type);
387 stencil_refs[0] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[0]);
388 stencil_refs[1] = lp_build_broadcast(gallivm, int_vec_type, stencil_refs[1]);
542 stencil_refs[0] = LLVMBuildBitCast(builder, stencil_refs[0], int_vec_type, "");
H A Dlp_bld_depth.c1005 s_bld.int_vec_type, "");

Completed in 192 milliseconds