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

/external/mesa3d/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
H A Dlp_bld_tgsi_action.c1419 emit_data->output[emit_data->chan] = lp_build_and(&bld_base->uint_bld,
1726 LLVMValueRef masked_count = lp_build_and(int_bld, emit_data->args[1], mask);
2002 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask);
2201 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask);
2514 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask);
2528 LLVMValueRef masked_count = lp_build_and(int_bld, emit_data->args[1], mask);
2542 LLVMValueRef masked_count = lp_build_and(uint_bld, emit_data->args[1], mask);
H A Dlp_bld_sample_soa.c1032 have_corner = lp_build_and(ivec_bld, fall_off_x, fall_off_y);
1269 c00 = lp_build_and(ivec_bld, fall_off[0], fall_off[2]);
1271 c01 = lp_build_and(ivec_bld, fall_off[1], fall_off[2]);
1273 c10 = lp_build_and(ivec_bld, fall_off[0], fall_off[3]);
1275 c11 = lp_build_and(ivec_bld, fall_off[1], fall_off[3]);
1319 colors0[0] = lp_build_and(coord_bld, w00, cmpval00);
1320 tmp = lp_build_and(coord_bld, w01, cmpval01);
1322 tmp = lp_build_and(coord_bld, w10, cmpval10);
1324 tmp = lp_build_and(coord_bld, w11, cmpval11);
H A Dlp_bld_arit.c2264 tmp = lp_build_and(&intbld, mask, tmp);
2336 tmp = lp_build_and(&intbld, mask, tmp);
H A Dlp_bld_sample.c1497 faceand1 = lp_build_and(ivec_bld, face, ivec_bld->one);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_blend_aos.c424 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);

Completed in 155 milliseconds