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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c433 * \param wrtMask writemask controlling which bits are changed in the
438 unsigned mask, unsigned op, ubyte ref, ubyte wrtMask)
516 if (wrtMask != STENCIL_MAX) {
519 data->stencilVals[j] = (wrtMask & newstencil[j]) | (~wrtMask & data->stencilVals[j]);
627 ubyte ref, wrtMask, valMask; local in function:depth_stencil_test_quad
645 wrtMask = softpipe->depth_stencil->stencil[face].writemask;
656 apply_stencil_op(data, failMask, failOp, ref, wrtMask);
670 apply_stencil_op(data, zFailMask, zFailOp, ref, wrtMask);
675 apply_stencil_op(data, zPassMask, zPassOp, ref, wrtMask);
437 apply_stencil_op(struct depth_data * data,unsigned mask,unsigned op,ubyte ref,ubyte wrtMask) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c433 * \param wrtMask writemask controlling which bits are changed in the
438 unsigned mask, unsigned op, ubyte ref, ubyte wrtMask)
516 if (wrtMask != STENCIL_MAX) {
519 data->stencilVals[j] = (wrtMask & newstencil[j]) | (~wrtMask & data->stencilVals[j]);
624 ubyte ref, wrtMask, valMask; local in function:depth_stencil_test_quad
642 wrtMask = softpipe->depth_stencil->stencil[face].writemask;
653 apply_stencil_op(data, failMask, failOp, ref, wrtMask);
667 apply_stencil_op(data, zFailMask, zFailOp, ref, wrtMask);
672 apply_stencil_op(data, zPassMask, zPassOp, ref, wrtMask);
437 apply_stencil_op(struct depth_data * data,unsigned mask,unsigned op,ubyte ref,ubyte wrtMask) argument
[all...]

Completed in 6 milliseconds