Home | History | Annotate | Download | only in llvmpipe

Lines Matching refs:bld

58    struct lp_build_context bld;
61 lp_build_context_init(&bld, gallivm, type);
77 alpha = lp_build_clamp(&bld, alpha, bld.zero, bld.one);
78 ref = lp_build_clamp(&bld, ref, bld.zero, bld.one);
84 lp_build_context_init(&bld, gallivm, type);
87 test = lp_build_cmp(&bld, func, alpha, ref);