Searched defs:stencilMax (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dstencil.h91 GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local
93 return CLAMP(ref, 0, stencilMax);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_clear.c370 const GLuint stencilMax = 0xff; local
373 return (ctx->Stencil.WriteMask[0] & stencilMax) == 0;
383 const GLuint stencilMax = 0xff; local
386 return (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax;
/external/mesa3d/src/mesa/swrast/
H A Ds_depth.c674 const GLuint stencilMax = (1 << stencilBits) - 1; local
692 if ((writeMask & stencilMax) != stencilMax) {
H A Ds_stencil.c501 const GLuint stencilMax = (1 << fb->Visual.stencilBits) - 1; local
526 if ((stencilMask & stencilMax) != stencilMax) {
557 const GLuint stencilMax = (1 << stencilBits) - 1; local
573 if ((writeMask & stencilMax) != stencilMax) {
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c95 const unsigned stencilMax = 255; /* XXX fix */ local
112 if (stencil->valuemask != stencilMax) {
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c1700 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local
1794 ctx->Stencil.Clear & stencilMax,

Completed in 137 milliseconds