Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_bitarit.h57 lp_build_andnot(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
Dlp_bld_bitarit.c124 lp_build_andnot(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) in lp_build_andnot() function
Dlp_bld_sample_soa.c157 offset = lp_build_andnot(&bld->int_coord_bld, offset, use_border); in lp_build_sample_texel_soa()
1074 fall_off_ym_notxm = lp_build_andnot(ivec_bld, fall_off[2], fall_off[0]); in lp_build_sample_image_linear()
1075 fall_off_ym_notxp = lp_build_andnot(ivec_bld, fall_off[2], fall_off[1]); in lp_build_sample_image_linear()
1076 fall_off_yp_notxm = lp_build_andnot(ivec_bld, fall_off[3], fall_off[0]); in lp_build_sample_image_linear()
1077 fall_off_yp_notxp = lp_build_andnot(ivec_bld, fall_off[3], fall_off[1]); in lp_build_sample_image_linear()
1286 w00 = lp_build_andnot(coord_bld, w00, c00); in lp_build_sample_image_linear()
1289 w01 = lp_build_andnot(coord_bld, w01, c01); in lp_build_sample_image_linear()
1292 w10 = lp_build_andnot(coord_bld, w10, c10); in lp_build_sample_image_linear()
1295 w11 = lp_build_andnot(coord_bld, w11, c11); in lp_build_sample_image_linear()
2405 offset = lp_build_andnot(int_coord_bld, offset, out_of_bounds); in lp_build_fetch_texel()
[all …]
Dlp_bld_format_aos.c171 result = lp_build_andnot(&bld, dst_mask, result); in scale_bits_up()
Dlp_bld_sample.c931 level = lp_build_andnot(&bld->int_coord_bld, level, *out_of_bounds); in lp_build_nearest_mip_level()
1502 tmp = lp_build_andnot(ivec_bld, face, c4); in lp_build_cube_new_coords()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c1016 LLVMValueRef s_fail_mask = lp_build_andnot(&s_bld, current_mask, s_pass_mask); in lp_build_depth_stencil_test()
1098 z_fail_mask = lp_build_andnot(&s_bld, current_mask, z_pass); in lp_build_depth_stencil_test()