Home
last modified time | relevance | path

Searched refs:stencilMax (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c362 const GLuint stencilMax = 0xff; in check_clear_depth_stencil_with_quad() local
364 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax; in check_clear_depth_stencil_with_quad()
415 const GLuint stencilMax = 0xff; in check_clear_stencil_with_quad() local
417 = (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax; in check_clear_stencil_with_quad()
/external/mesa3d/src/mesa/main/
Dstencil.c139 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_StencilFuncSeparateATI() local
156 ref = CLAMP( ref, 0, stencilMax ); in _mesa_StencilFuncSeparateATI()
197 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_StencilFunc() local
209 ref = CLAMP( ref, 0, stencilMax ); in _mesa_StencilFunc()
481 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_StencilFuncSeparate() local
496 ref = CLAMP(ref, 0, stencilMax); in _mesa_StencilFuncSeparate()
/external/mesa3d/src/mesa/swrast/
Ds_stencil.c499 const GLuint stencilMax = (1 << fb->Visual.stencilBits) - 1; in _swrast_write_stencil_span() local
524 if ((stencilMask & stencilMax) != stencilMax) { in _swrast_write_stencil_span()
555 const GLuint stencilMax = (1 << stencilBits) - 1; in _swrast_clear_stencil_buffer() local
571 if ((writeMask & stencilMax) != stencilMax) { in _swrast_clear_stencil_buffer()
Ds_depth.c658 const GLuint stencilMax = (1 << stencilBits) - 1; in _swrast_clear_depth_stencil_buffer() local
676 if ((writeMask & stencilMax) != stencilMax) { in _swrast_clear_depth_stencil_buffer()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c102 const unsigned stencilMax = 255; /* XXX fix */ in lp_build_stencil_test_single() local
119 if (stencil->valuemask != stencilMax) { in lp_build_stencil_test_single()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1767 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_meta_Clear() local
1826 ctx->Stencil.Clear & stencilMax, in _mesa_meta_Clear()
1990 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_meta_glsl_Clear() local
2065 ctx->Stencil.Clear & stencilMax, in _mesa_meta_glsl_Clear()