Searched refs:lp_build_andnot (Results 1 – 6 of 6) sorted by relevance
/external/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 | 157 offset = lp_build_andnot(&bld->int_coord_bld, offset, use_border); in lp_build_sample_texel_soa() 1213 fall_off_ym_notxm = lp_build_andnot(ivec_bld, fall_off[2], fall_off[0]); in lp_build_sample_image_linear() 1214 fall_off_ym_notxp = lp_build_andnot(ivec_bld, fall_off[2], fall_off[1]); in lp_build_sample_image_linear() 1215 fall_off_yp_notxm = lp_build_andnot(ivec_bld, fall_off[3], fall_off[0]); in lp_build_sample_image_linear() 1216 fall_off_yp_notxp = lp_build_andnot(ivec_bld, fall_off[3], fall_off[1]); in lp_build_sample_image_linear() 1434 w00 = lp_build_andnot(coord_bld, w00, c00f); in lp_build_sample_image_linear() 1436 w01 = lp_build_andnot(coord_bld, w01, c01f); in lp_build_sample_image_linear() 1438 w10 = lp_build_andnot(coord_bld, w10, c10f); in lp_build_sample_image_linear() 1440 w11 = lp_build_andnot(coord_bld, w11, c11f); in lp_build_sample_image_linear() 1538 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 | 941 level = lp_build_andnot(&bld->int_coord_bld, level, *out_of_bounds); in lp_build_nearest_mip_level() 1512 tmp = lp_build_andnot(ivec_bld, face, c4); in lp_build_cube_new_coords()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 1016 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()
|