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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_bitarit.h57 lp_build_andnot(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
H A Dlp_bld_bitarit.c124 lp_build_andnot(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) function in typeref:typename:LLVMValueRef
H A Dlp_bld_sample_soa.c157 offset = lp_build_andnot(&bld->int_coord_bld, offset, use_border);
1213 fall_off_ym_notxm = lp_build_andnot(ivec_bld, fall_off[2], fall_off[0]);
1214 fall_off_ym_notxp = lp_build_andnot(ivec_bld, fall_off[2], fall_off[1]);
1215 fall_off_yp_notxm = lp_build_andnot(ivec_bld, fall_off[3], fall_off[0]);
1216 fall_off_yp_notxp = lp_build_andnot(ivec_bld, fall_off[3], fall_off[1]);
1434 w00 = lp_build_andnot(coord_bld, w00, c00f);
1436 w01 = lp_build_andnot(coord_bld, w01, c01f);
1438 w10 = lp_build_andnot(coord_bld, w10, c10f);
1440 w11 = lp_build_andnot(coord_bld, w11, c11f);
1538 col00 = lp_build_andnot(coord_bl
[all...]
H A Dlp_bld_format_aos.c171 result = lp_build_andnot(&bld, dst_mask, result);
H A Dlp_bld_sample.c941 level = lp_build_andnot(&bld->int_coord_bld, level, *out_of_bounds);
1512 tmp = lp_build_andnot(ivec_bld, face, c4);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_bitarit.h57 lp_build_andnot(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
H A Dlp_bld_bitarit.c124 lp_build_andnot(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) function in typeref:typename:LLVMValueRef
H A Dlp_bld_sample_soa.c159 offset = lp_build_andnot(&bld->int_coord_bld, offset, use_border);
1239 fall_off_ym_notxm = lp_build_andnot(ivec_bld, fall_off[2], fall_off[0]);
1240 fall_off_ym_notxp = lp_build_andnot(ivec_bld, fall_off[2], fall_off[1]);
1241 fall_off_yp_notxm = lp_build_andnot(ivec_bld, fall_off[3], fall_off[0]);
1242 fall_off_yp_notxp = lp_build_andnot(ivec_bld, fall_off[3], fall_off[1]);
1462 w00 = lp_build_andnot(coord_bld, w00, c00f);
1464 w01 = lp_build_andnot(coord_bld, w01, c01f);
1466 w10 = lp_build_andnot(coord_bld, w10, c10f);
1468 w11 = lp_build_andnot(coord_bld, w11, c11f);
1566 col00 = lp_build_andnot(coord_bl
[all...]
H A Dlp_bld_format_aos.c171 result = lp_build_andnot(&bld, dst_mask, result);
H A Dlp_bld_sample.c1078 level = lp_build_andnot(&bld->int_coord_bld, level, *out_of_bounds);
1649 tmp = lp_build_andnot(ivec_bld, face, c4);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c1016 LLVMValueRef s_fail_mask = lp_build_andnot(&s_bld, current_mask, s_pass_mask);
1098 z_fail_mask = lp_build_andnot(&s_bld, current_mask, z_pass);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c1027 LLVMValueRef s_fail_mask = lp_build_andnot(&s_bld, current_mask, s_pass_mask);
1109 z_fail_mask = lp_build_andnot(&s_bld, current_mask, z_pass);

Completed in 24 milliseconds