Searched refs:wrtMask (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_depth_test.c | 438 unsigned mask, unsigned op, ubyte ref, ubyte wrtMask) in apply_stencil_op() argument 516 if (wrtMask != STENCIL_MAX) { in apply_stencil_op() 519 data->stencilVals[j] = (wrtMask & newstencil[j]) | (~wrtMask & data->stencilVals[j]); in apply_stencil_op() 624 ubyte ref, wrtMask, valMask; in depth_stencil_test_quad() local 642 wrtMask = softpipe->depth_stencil->stencil[face].writemask; in depth_stencil_test_quad() 653 apply_stencil_op(data, failMask, failOp, ref, wrtMask); in depth_stencil_test_quad() 667 apply_stencil_op(data, zFailMask, zFailOp, ref, wrtMask); 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()
|