Searched refs:lp_build_andnot (Results 1 – 4 of 4) 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_bitarit.c | 124 lp_build_andnot(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) in lp_build_andnot() function
|
D | lp_bld_sample_soa.c | 152 offset = lp_build_andnot(&bld->int_coord_bld, offset, use_border); in lp_build_sample_texel_soa()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 712 LLVMValueRef s_fail_mask = lp_build_andnot(&s_bld, orig_mask, s_pass_mask); in lp_build_depth_stencil_test() 795 z_fail_mask = lp_build_andnot(&z_bld, orig_mask, z_pass); in lp_build_depth_stencil_test()
|