Home
last modified time | relevance | path

Searched refs:lp_build_and (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_bitarit.h54 lp_build_and(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b);
Dlp_bld_bitarit.c95 lp_build_and(struct lp_build_context *bld, LLVMValueRef a, LLVMValueRef b) in lp_build_and() function
Dlp_bld_tgsi_action.c860 emit_data->output[emit_data->chan] = lp_build_and(&bld_base->uint_bld, in and_emit_cpu()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_aos.c341 mask = lp_build_and(&bld.base, color_mask, mask); in lp_build_blend_aos()