Searched refs:lp_build_and (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_bitarit.h54 lp_build_and(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
H A Dlp_bld_format_float.c122 rescale_src = lp_build_and(&i32_bld, rescale_src, i32_roundmask);
172 lp_build_and(&i32_bld, is_nan, i32_qnanbit));
201 res = lp_build_and(&i32_bld, res, mask);
213 sign = lp_build_and(&i32_bld, mask, i32_src);
311 srcabs = lp_build_and(&i32_bld, src, maskabs);
349 tmp = lp_build_and(&i32_bld, i32_floatexpmask, wasinfnan);
379 tmp = lp_build_and(&i32_bld, wasinfnan, i32_floatexpmask);
389 sign = lp_build_and(&i32_bld, signmask, sign);
447 src = lp_build_and(&i32_bld, src, mask);
H A Dlp_bld_bitarit.c95 lp_build_and(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) function in typeref:typename:LLVMValueRef
H A Dlp_bld_tgsi_action.c1274 emit_data->output[emit_data->chan] = lp_build_and(&bld_base->uint_bld,
1581 LLVMValueRef masked_count = lp_build_and(int_bld, emit_data->args[1], mask);
1857 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask);
2056 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask);
2369 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask);
2383 LLVMValueRef masked_count = lp_build_and(int_bld, emit_data->args[1], mask);
2397 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask);
H A Dlp_bld_sample_soa.c1171 have_corner = lp_build_and(ivec_bld, fall_off_x, fall_off_y);
1394 c00 = lp_build_and(ivec_bld, fall_off[0], fall_off[2]);
1396 c01 = lp_build_and(ivec_bld, fall_off[1], fall_off[2]);
1398 c10 = lp_build_and(ivec_bld, fall_off[0], fall_off[3]);
1400 c11 = lp_build_and(ivec_bld, fall_off[1], fall_off[3]);
1477 colors0[0] = lp_build_and(coord_bld, w00, cmpval00);
1478 tmp = lp_build_and(coord_bld, w01, cmpval01);
1480 tmp = lp_build_and(coord_bld, w10, cmpval10);
1482 tmp = lp_build_and(coord_bld, w11, cmpval11);
H A Dlp_bld_arit.c2311 tmp = lp_build_and(&intbld, mask, tmp);
2383 tmp = lp_build_and(&intbld, mask, tmp);
H A Dlp_bld_sample.c1507 faceand1 = lp_build_and(ivec_bld, face, ivec_bld->one);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c122 rescale_src = lp_build_and(&i32_bld, rescale_src, i32_roundmask);
172 lp_build_and(&i32_bld, is_nan, i32_qnanbit));
201 res = lp_build_and(&i32_bld, res, mask);
213 sign = lp_build_and(&i32_bld, mask, i32_src);
311 srcabs = lp_build_and(&i32_bld, src, maskabs);
349 tmp = lp_build_and(&i32_bld, i32_floatexpmask, wasinfnan);
379 tmp = lp_build_and(&i32_bld, wasinfnan, i32_floatexpmask);
389 sign = lp_build_and(&i32_bld, signmask, sign);
447 src = lp_build_and(&i32_bld, src, mask);
H A Dlp_bld_bitarit.h54 lp_build_and(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
H A Dlp_bld_tgsi_action.c1274 emit_data->output[emit_data->chan] = lp_build_and(&bld_base->uint_bld,
1581 LLVMValueRef masked_count = lp_build_and(int_bld, emit_data->args[1], mask);
1857 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask);
2056 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask);
2369 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask);
2383 LLVMValueRef masked_count = lp_build_and(int_bld, emit_data->args[1], mask);
2397 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask);
2421 lp_build_and(uint_bld, insert_shl_offset, mask);
2423 lp_build_and(uint_bld, emit_data->args[0], lp_build_not(uint_bld, mask));
H A Dlp_bld_bitarit.c95 lp_build_and(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) function in typeref:typename:LLVMValueRef
H A Dlp_bld_sample_soa.c1197 have_corner = lp_build_and(ivec_bld, fall_off_x, fall_off_y);
1422 c00 = lp_build_and(ivec_bld, fall_off[0], fall_off[2]);
1424 c01 = lp_build_and(ivec_bld, fall_off[1], fall_off[2]);
1426 c10 = lp_build_and(ivec_bld, fall_off[0], fall_off[3]);
1428 c11 = lp_build_and(ivec_bld, fall_off[1], fall_off[3]);
1505 colors0[0] = lp_build_and(coord_bld, w00, cmpval00);
1506 tmp = lp_build_and(coord_bld, w01, cmpval01);
1508 tmp = lp_build_and(coord_bld, w10, cmpval10);
1510 tmp = lp_build_and(coord_bld, w11, cmpval11);
2363 q = lp_build_and(
[all...]
H A Dlp_bld_nir.c612 result = lp_build_xor(&bld_base->uint_bld, src[2], lp_build_and(&bld_base->uint_bld, src[0], lp_build_xor(&bld_base->uint_bld, src[1], src[2])));
866 result = lp_build_and(get_int_bld(bld_base, false, src_bit_size[0]),
922 src[1] = lp_build_and(uint_bld, src[1], lp_build_const_int_vec(gallivm, uint_bld->type, (src_bit_size[0] - 1)));
933 src[1] = lp_build_and(uint_bld, src[1], lp_build_const_int_vec(gallivm, uint_bld->type, (src_bit_size[0] - 1)));
1042 src[1] = lp_build_and(uint_bld, src[1], lp_build_const_int_vec(gallivm, uint_bld->type, (src_bit_size[0] - 1)));
H A Dlp_bld_arit.c1367 res = lp_build_and(bld, res, lp_build_const_int_vec(bld->gallivm, bld->type, 0xff));
1370 res = lp_build_and(bld, res, lp_build_const_int_vec(bld->gallivm, bld->type, 0xff));
2200 tmp = lp_build_and(&intbld, mask, tmp);
2272 tmp = lp_build_and(&intbld, mask, tmp);
H A Dlp_bld_sample.c1644 faceand1 = lp_build_and(ivec_bld, face, ivec_bld->one);
H A Dlp_bld_nir_soa.c2181 scan_val = lp_build_and(&elem_bld, value, scan_val);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c437 mask = lp_build_and(&bld.base, color_mask, mask);
H A Dlp_state_setup.c292 exp = lp_build_and(&int_scalar_bld, exp, exp_mask);
H A Dlp_state_fs.c535 smask = lp_build_and(&smask_bld, smask, smask_bld.one);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c437 mask = lp_build_and(&bld.base, color_mask, mask);
H A Dlp_state_setup.c294 exp = lp_build_and(&int_scalar_bld, exp, exp_mask);
H A Dlp_state_fs.c1052 output_smask = lp_build_and(&smask_bld, output_smask, smask_bld.one);

Completed in 61 milliseconds