Searched refs:lp_build_andnot (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_bitarit.h | 57 lp_build_andnot(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
|
D | lp_bld_sample_soa.c | 159 offset = lp_build_andnot(&bld->int_coord_bld, offset, use_border); in lp_build_sample_texel_soa() 1239 fall_off_ym_notxm = lp_build_andnot(ivec_bld, fall_off[2], fall_off[0]); in lp_build_sample_image_linear() 1240 fall_off_ym_notxp = lp_build_andnot(ivec_bld, fall_off[2], fall_off[1]); in lp_build_sample_image_linear() 1241 fall_off_yp_notxm = lp_build_andnot(ivec_bld, fall_off[3], fall_off[0]); in lp_build_sample_image_linear() 1242 fall_off_yp_notxp = lp_build_andnot(ivec_bld, fall_off[3], fall_off[1]); in lp_build_sample_image_linear() 1462 w00 = lp_build_andnot(coord_bld, w00, c00f); in lp_build_sample_image_linear() 1464 w01 = lp_build_andnot(coord_bld, w01, c01f); in lp_build_sample_image_linear() 1466 w10 = lp_build_andnot(coord_bld, w10, c10f); in lp_build_sample_image_linear() 1468 w11 = lp_build_andnot(coord_bld, w11, c11f); in lp_build_sample_image_linear() 1566 col00 = lp_build_andnot(coord_bld, col00, c00f); in lp_build_sample_image_linear() [all …]
|
D | lp_bld_bitarit.c | 124 lp_build_andnot(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) in lp_build_andnot() function
|
D | lp_bld_format_aos.c | 171 result = lp_build_andnot(&bld, dst_mask, result); in scale_bits_up()
|
D | lp_bld_sample.c | 1078 level = lp_build_andnot(&bld->int_coord_bld, level, *out_of_bounds); in lp_build_nearest_mip_level() 1649 tmp = lp_build_andnot(ivec_bld, face, c4); in lp_build_cube_new_coords()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 1027 LLVMValueRef s_fail_mask = lp_build_andnot(&s_bld, current_mask, s_pass_mask); in lp_build_depth_stencil_test() 1109 z_fail_mask = lp_build_andnot(&s_bld, current_mask, z_pass); in lp_build_depth_stencil_test()
|