Home
last modified time | relevance | path

Searched refs:lp_build_andnot (Results 1 – 4 of 4) 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.c152 offset = lp_build_andnot(&bld->int_coord_bld, offset, use_border); in lp_build_sample_texel_soa()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c712 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()