Searched refs:stencilMax (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dstencil.h101 GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local in function:_mesa_get_stencil_ref
103 return CLAMP(ref, 0, stencilMax);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dstencil.h101 GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local in function:_mesa_get_stencil_ref
103 return CLAMP(ref, 0, stencilMax);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_clear.c398 const GLuint stencilMax = 0xff; local in function:is_stencil_disabled
401 return (ctx->Stencil.WriteMask[0] & stencilMax) == 0;
411 const GLuint stencilMax = 0xff; local in function:is_stencil_masked
414 return (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_stencil.c500 const GLuint stencilMax = (1 << fb->Visual.stencilBits) - 1; local in function:_swrast_write_stencil_span
525 if ((stencilMask & stencilMax) != stencilMax) {
556 const GLuint stencilMax = (1 << stencilBits) - 1; local in function:_swrast_clear_stencil_buffer
572 if ((writeMask & stencilMax) != stencilMax) {
H A Ds_depth.c669 const GLuint stencilMax = (1 << stencilBits) - 1; local in function:_swrast_clear_depth_stencil_buffer
687 if ((writeMask & stencilMax) != stencilMax) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_stencil.c560 const GLuint stencilMax = (1 << fb->Visual.stencilBits) - 1; local in function:_swrast_write_stencil_span
585 if ((stencilMask & stencilMax) != stencilMax) {
616 const GLuint stencilMax = (1 << stencilBits) - 1; local in function:_swrast_clear_stencil_buffer
632 if ((writeMask & stencilMax) != stencilMax) {
H A Ds_depth.c755 const GLuint stencilMax = (1 << stencilBits) - 1; local in function:_swrast_clear_depth_stencil_buffer
773 if ((writeMask & stencilMax) != stencilMax) {
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_clear.c402 const GLuint stencilMax = 0xff; local in function:is_stencil_disabled
405 return (ctx->Stencil.WriteMask[0] & stencilMax) == 0;
415 const GLuint stencilMax = 0xff; local in function:is_stencil_masked
418 return (ctx->Stencil.WriteMask[0] & stencilMax) != stencilMax;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c95 const unsigned stencilMax = 255; /* XXX fix */ local in function:lp_build_stencil_test_single
112 if (stencil->valuemask != stencilMax) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c96 const unsigned stencilMax = 255; /* XXX fix */ local in function:lp_build_stencil_test_single
113 if (stencil->valuemask != stencilMax) {
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.9.1.rst162 - meta: Mask Stencil.Clear against stencilMax in \_mesa_meta_Clear
H A D7.10.rst2432 - meta: Mask Stencil.Clear against stencilMax in \_mesa_meta_Clear
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.c1727 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local in function:meta_clear
1821 ctx->Stencil.Clear & stencilMax,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.c1682 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; local in function:meta_clear
1767 ctx->Stencil.Clear & stencilMax,

Completed in 169 milliseconds