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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_stencil.c 277 GLubyte passMask[], GLubyte failMask[])
283 failMask[i] = origMask[i] & (newMask[i] ^ 1);
378 * failMask[i] is 1 if the stencil test failed.
409 GLubyte *failMask = swrast->stencil_temp.buf3;
418 compute_pass_fail_masks(count, origMask, mask, passMask, failMask);
423 count, stencilBuf, failMask, stencilStride);
  /external/mesa3d/src/mesa/swrast/
s_stencil.c 277 GLubyte passMask[], GLubyte failMask[])
283 failMask[i] = origMask[i] & (newMask[i] ^ 1);
378 * failMask[i] is 1 if the stencil test failed.
409 GLubyte *failMask = swrast->stencil_temp.buf3;
418 compute_pass_fail_masks(count, origMask, mask, passMask, failMask);
423 count, stencilBuf, failMask, stencilStride);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 637 unsigned passMask, failMask;
639 failMask = quad->inout.mask & ~passMask;
643 apply_stencil_op(data, failMask, failOp, ref, wrtMask);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test.c 637 unsigned passMask, failMask;
639 failMask = quad->inout.mask & ~passMask;
643 apply_stencil_op(data, failMask, failOp, ref, wrtMask);

Completed in 135 milliseconds