/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_format_yuv.c | 93 tmp = LLVMBuildLShr(builder, packed, lp_build_const_int_vec(gallivm, type, 8), ""); 94 tmp2 = LLVMBuildLShr(builder, tmp, lp_build_const_int_vec(gallivm, type, 16), ""); 95 sel = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL, i, lp_build_const_int_vec(gallivm, type, 0)); 101 shift = LLVMBuildMul(builder, i, lp_build_const_int_vec(gallivm, type, 16), ""); 102 shift = LLVMBuildAdd(builder, shift, lp_build_const_int_vec(gallivm, type, 8), ""); 107 *v = LLVMBuildLShr(builder, packed, lp_build_const_int_vec(gallivm, type, 16), ""); 109 mask = lp_build_const_int_vec(gallivm, type, 0xff); 161 tmp = LLVMBuildLShr(builder, packed, lp_build_const_int_vec(gallivm, type, 16), ""); 162 sel = lp_build_compare(gallivm, type, PIPE_FUNC_EQUAL, i, lp_build_const_int_vec(gallivm, type, 0)); 168 shift = LLVMBuildMul(builder, i, lp_build_const_int_vec(gallivm, type, 16), "") [all...] |
lp_bld_conv.c | 99 LLVMValueRef i32_13 = lp_build_const_int_vec(gallivm, i32_type, 13); 100 LLVMValueRef i32_16 = lp_build_const_int_vec(gallivm, i32_type, 16); 101 LLVMValueRef i32_mask_nosign = lp_build_const_int_vec(gallivm, i32_type, 0x7fff); 102 LLVMValueRef i32_was_infnan = lp_build_const_int_vec(gallivm, i32_type, 0x7bff); 103 LLVMValueRef i32_exp_infnan = lp_build_const_int_vec(gallivm, i32_type, 0xff << 23); 105 lp_build_const_int_vec(gallivm, i32_type, (254 - 15) << 23), 190 lp_build_const_int_vec(gallivm, src_type, mask), ""); 244 lp_build_const_int_vec(gallivm, src_type, 254 lp_build_const_int_vec(gallivm, src_type, rshift), 327 lp_build_const_int_vec(gallivm, dst_type, shift), "") [all...] |
lp_bld_format_soa.c | 142 input = LLVMBuildLShr(builder, input, lp_build_const_int_vec(gallivm, type, start), ""); 151 input = LLVMBuildAnd(builder, input, lp_build_const_int_vec(gallivm, type, mask), ""); 180 LLVMValueRef bits_val = lp_build_const_int_vec(gallivm, type, bits); 190 LLVMValueRef bits_val = lp_build_const_int_vec(gallivm, type, bits); 264 LLVMValueRef mask = lp_build_const_int_vec(gallivm, dst_type, 0xff); 280 lp_build_const_int_vec(gallivm, dst_type, start), "");
|
lp_bld_arit.c | 671 c8 = lp_build_const_int_vec(gallivm, i16_type, 8); 676 b = LLVMBuildAdd(builder, b, lp_build_const_int_vec(gallium, i16_type, 1), ""); 684 ab = LLVMBuildAdd(builder, ab, lp_build_const_int_vec(gallivm, i16_type, 0x80), ""); 743 shift = lp_build_const_int_vec(bld->gallivm, type, type.width/2); 814 factor = lp_build_const_int_vec(bld->gallivm, bld->type, (unsigned long long)shift << mantissa); 910 res = LLVMBuildAnd(builder, res, lp_build_const_int_vec(bld->gallivm, bld->type, (1 << bld->type.width/2) - 1), ""); 962 shift = lp_build_const_int_vec(bld->gallivm, wide_type, type.width - 1); 1109 LLVMValueRef mask = lp_build_const_int_vec(bld->gallivm, type, ((unsigned long long) absMask)); [all...] |
lp_bld_const.h | 98 lp_build_const_int_vec(struct gallivm_state *gallivm,
|
lp_bld_bitarit.c | 221 LLVMValueRef b = lp_build_const_int_vec(bld->gallivm, bld->type, imm); 233 LLVMValueRef b = lp_build_const_int_vec(bld->gallivm, bld->type, imm);
|
lp_bld_swizzle.c | 236 tmp = LLVMBuildLShr(builder, a, lp_build_const_int_vec(bld->gallivm, type4, shift*type.width), ""); 238 tmp = LLVMBuildShl(builder, a, lp_build_const_int_vec(bld->gallivm, type4, -shift*type.width), ""); 409 lp_build_const_int_vec(bld->gallivm, type4, mask), ""); 412 lp_build_const_int_vec(bld->gallivm, type4, shift*type.width), ""); 415 lp_build_const_int_vec(bld->gallivm, type4, -shift*type.width), "");
|
lp_bld_const.c | 279 vec = LLVMConstLShr(vec, lp_build_const_int_vec(type, 1)); 342 lp_build_const_int_vec(struct gallivm_state *gallivm, struct lp_type type, function
|
lp_bld_sample.c | [all...] |
lp_bld_tgsi_soa.c | 532 base = lp_build_const_int_vec(bld->bld_base.base.gallivm, uint_bld->type, reg_index); 541 max_index = lp_build_const_int_vec(bld->bld_base.base.gallivm, 604 lp_build_const_int_vec(bld->bld_base.base.gallivm, uint_bld->type, swizzle); 677 lp_build_const_int_vec(gallivm, uint_bld->type, swizzle); 679 lp_build_const_int_vec(gallivm, uint_bld->type, bld->bld_base.base.type.length); 743 lp_build_const_int_vec(bld->bld_base.base.gallivm, uint_bld->type, swizzle); 745 lp_build_const_int_vec(bld->bld_base.base.gallivm, uint_bld->type, 991 lp_build_const_int_vec(gallivm, uint_bld->type, chan_index); 993 lp_build_const_int_vec(gallivm, uint_bld->type, bld->bld_base.base.type.length); [all...] |
lp_bld_pack.c | 293 msb = LLVMBuildAShr(builder, src, lp_build_const_int_vec(gallivm, src_type, src_type.width - 1), ""); 526 LLVMValueRef dst_max = lp_build_const_int_vec(gallivm, src_type, ((unsigned long long)1 << dst_bits) - 1);
|
lp_bld_logic.c | 214 LLVMValueRef msb = lp_build_const_int_vec(gallivm, type, (unsigned long long)1 << (type.width - 1));
|
lp_bld_sample_aos.c | 579 i32_c8 = lp_build_const_int_vec(bld->gallivm, i32.type, 8); [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_depth.c | 121 LLVMValueRef valuemask = lp_build_const_int_vec(bld->gallivm, type, stencil->valuemask); 184 LLVMValueRef max = lp_build_const_int_vec(bld->gallivm, type, 0xff); 279 LLVMValueRef writemask = lp_build_const_int_vec(bld->gallivm, bld->type, 282 LLVMValueRef back_writemask = lp_build_const_int_vec(bld->gallivm, bld->type, 442 LLVMValueRef countmask = lp_build_const_int_vec(gallivm, type, 1); 649 z_bitmask = lp_build_const_int_vec(gallivm, z_type, z_mask); 656 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_type, z_shift); 670 LLVMValueRef shift = lp_build_const_int_vec(gallivm, s_type, s_shift); 679 LLVMValueRef mask = lp_build_const_int_vec(gallivm, s_type, s_mask); 748 LLVMValueRef shift = lp_build_const_int_vec(gallivm, z_src_type [all...] |
lp_state_fs.c | 184 lp_build_const_int_vec(gallivm, mask_type, 0)); 308 *pmask = lp_build_const_int_vec(gallivm, type, ~0); [all...] |
lp_bld_interp.c | 559 LLVMValueRef shuffle = lp_build_const_int_vec(gallivm, coeff_bld->type, quad_start_index);
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_llvm.c | 642 val = lp_build_const_int_vec(gallivm, lp_int_type(soa_type), vertex_id_pad_edgeflag); 884 mask = lp_build_const_int_vec(gallivm, i32_type, 0); 885 temp = lp_build_const_int_vec(gallivm, i32_type, 0); 887 shift = lp_build_const_int_vec(gallivm, i32_type, 1); /* 1 1 1 1 */ [all...] |