H A D | lp_bld_depth.c | 86 * \param stencilVals vector of stencil values from framebuffer 93 LLVMValueRef stencilVals) in lp_build_stencil_test_single() 117 /* compute stencilVals = stencilVals & valuemask */ in lp_build_stencil_test_single() 118 stencilVals = LLVMBuildAnd(builder, stencilVals, valuemask, ""); in lp_build_stencil_test_single() 121 res = lp_build_cmp(bld, stencil->func, stencilRef, stencilVals); in lp_build_stencil_test_single() 137 LLVMValueRef stencilVals, in lp_build_stencil_test() 146 stencilRefs[0], stencilVals); in lp_build_stencil_test() 153 stencilRefs[1], stencilVals); in lp_build_stencil_test() 90 lp_build_stencil_test_single(struct lp_build_context *bld, const struct pipe_stencil_state *stencil, LLVMValueRef stencilRef, LLVMValueRef stencilVals) lp_build_stencil_test_single() argument 134 lp_build_stencil_test(struct lp_build_context *bld, const struct pipe_stencil_state stencil[2], LLVMValueRef stencilRefs[2], LLVMValueRef stencilVals, LLVMValueRef front_facing) lp_build_stencil_test() argument 168 lp_build_stencil_op_single(struct lp_build_context *bld, const struct pipe_stencil_state *stencil, enum stencil_op op, LLVMValueRef stencilRef, LLVMValueRef stencilVals) lp_build_stencil_op_single() argument 242 lp_build_stencil_op(struct lp_build_context *bld, const struct pipe_stencil_state stencil[2], enum stencil_op op, LLVMValueRef stencilRefs[2], LLVMValueRef stencilVals, LLVMValueRef mask, LLVMValueRef front_facing) lp_build_stencil_op() argument [all...] |