HomeSort by relevance Sort by last modified time
    Searched refs:wrtMask (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 420 * \param wrtMask writemask controlling which bits are changed in the
425 unsigned mask, unsigned op, ubyte ref, ubyte wrtMask)
503 if (wrtMask != STENCIL_MAX) {
506 data->stencilVals[j] = (wrtMask & newstencil[j]) | (~wrtMask & data->stencilVals[j]);
614 ubyte ref, wrtMask, valMask;
632 wrtMask = softpipe->depth_stencil->stencil[face].writemask;
643 apply_stencil_op(data, failMask, failOp, ref, wrtMask);
657 apply_stencil_op(data, zFailMask, zFailOp, ref, wrtMask);
662 apply_stencil_op(data, zPassMask, zPassOp, ref, wrtMask);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 420 * \param wrtMask writemask controlling which bits are changed in the
425 unsigned mask, unsigned op, ubyte ref, ubyte wrtMask)
503 if (wrtMask != STENCIL_MAX) {
506 data->stencilVals[j] = (wrtMask & newstencil[j]) | (~wrtMask & data->stencilVals[j]);
614 ubyte ref, wrtMask, valMask;
632 wrtMask = softpipe->depth_stencil->stencil[face].writemask;
643 apply_stencil_op(data, failMask, failOp, ref, wrtMask);
657 apply_stencil_op(data, zFailMask, zFailOp, ref, wrtMask);
662 apply_stencil_op(data, zPassMask, zPassOp, ref, wrtMask);
    [all...]

Completed in 225 milliseconds