Searched refs:lp_build_stencil_op (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 241 lp_build_stencil_op(struct lp_build_context *bld, in lp_build_stencil_op() function 1027 stencil_vals = lp_build_stencil_op(&s_bld, stencil, S_FAIL_OP, in lp_build_depth_stencil_test() 1109 stencil_vals = lp_build_stencil_op(&s_bld, stencil, Z_FAIL_OP, in lp_build_depth_stencil_test() 1115 stencil_vals = lp_build_stencil_op(&s_bld, stencil, Z_PASS_OP, in lp_build_depth_stencil_test() 1125 stencil_vals = lp_build_stencil_op(&s_bld, stencil, Z_PASS_OP, in lp_build_depth_stencil_test()
|