Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c623 unsigned func, zFailOp, zPassOp, failOp; in depth_stencil_test_quad() local
640 zPassOp = softpipe->depth_stencil->stencil[face].zpass_op; in depth_stencil_test_quad()
670 if (zPassOp != PIPE_STENCIL_OP_KEEP) { in depth_stencil_test_quad()
672 apply_stencil_op(data, zPassMask, zPassOp, ref, wrtMask); in depth_stencil_test_quad()
677 apply_stencil_op(data, quad->inout.mask, zPassOp, ref, wrtMask); in depth_stencil_test_quad()