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

/external/mesa3d/src/mesa/swrast/
H A Ds_stencil.c279 GLubyte passMask[], GLubyte failMask[])
285 failMask[i] = origMask[i] & (newMask[i] ^ 1);
380 * failMask[i] is 1 if the stencil test failed.
411 GLubyte *failMask = swrast->stencil_temp.buf3; local
420 compute_pass_fail_masks(count, origMask, mask, passMask, failMask);
425 count, stencilBuf, failMask, stencilStride);
277 compute_pass_fail_masks(GLuint n, const GLubyte origMask[], const GLubyte newMask[], GLubyte passMask[], GLubyte failMask[]) argument
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c650 unsigned passMask, failMask; local
652 failMask = quad->inout.mask & ~passMask;
656 apply_stencil_op(data, failMask, failOp, ref, wrtMask);

Completed in 74 milliseconds