Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c438 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()
627 ubyte ref, wrtMask, valMask; in depth_stencil_test_quad() local
645 wrtMask = softpipe->depth_stencil->stencil[face].writemask; in depth_stencil_test_quad()
656 apply_stencil_op(data, failMask, failOp, ref, wrtMask); in depth_stencil_test_quad()
670 apply_stencil_op(data, zFailMask, zFailOp, ref, wrtMask); in depth_stencil_test_quad()
675 apply_stencil_op(data, zPassMask, zPassOp, ref, wrtMask); in depth_stencil_test_quad()
680 apply_stencil_op(data, quad->inout.mask, zPassOp, ref, wrtMask); in depth_stencil_test_quad()