Home
last modified time | relevance | path

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

/third_party/mesa3d/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_sample_soa.c159 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()
1463 w00 = lp_build_andnot(coord_bld, w00, c00f); in lp_build_sample_image_linear()
1465 w01 = lp_build_andnot(coord_bld, w01, c01f); in lp_build_sample_image_linear()
1467 w10 = lp_build_andnot(coord_bld, w10, c10f); in lp_build_sample_image_linear()
1469 w11 = lp_build_andnot(coord_bld, w11, c11f); in lp_build_sample_image_linear()
1567 col00 = lp_build_andnot(coord_bl in lp_build_sample_image_linear()
[all...]
H A Dlp_bld_bitarit.c124 lp_build_andnot(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) in lp_build_andnot() function
H A Dlp_bld_format_aos.c171 result = lp_build_andnot(&bld, dst_mask, result); in scale_bits_up()
H A Dlp_bld_sample.c1086 level = lp_build_andnot(&bld->int_coord_bld, level, *out_of_bounds); in lp_build_nearest_mip_level()
1648 tmp = lp_build_andnot(ivec_bld, face, c4); in lp_build_cube_new_coords()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c1031 LLVMValueRef s_fail_mask = lp_build_andnot(&s_bld, current_mask, s_pass_mask); in lp_build_depth_stencil_test()
1113 z_fail_mask = lp_build_andnot(&s_bld, current_mask, z_pass); in lp_build_depth_stencil_test()

Completed in 12 milliseconds