Searched refs:zFailOp (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c626 unsigned func, zFailOp, zPassOp, failOp; local in function:depth_stencil_test_quad
642 zFailOp = softpipe->depth_stencil->stencil[face].zfail_op;
668 if (zFailOp != PIPE_STENCIL_OP_KEEP) {
670 apply_stencil_op(data, zFailMask, zFailOp, ref, wrtMask);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c623 unsigned func, zFailOp, zPassOp, failOp; local in function:depth_stencil_test_quad
639 zFailOp = softpipe->depth_stencil->stencil[face].zfail_op;
665 if (zFailOp != PIPE_STENCIL_OP_KEEP) {
667 apply_stencil_op(data, zFailMask, zFailOp, ref, wrtMask);

Completed in 4 milliseconds