Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dstencil.c139 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_StencilFuncSeparateATI() local
197 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_StencilFunc() local
481 const GLint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_StencilFuncSeparate() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_clear.c362 const GLuint stencilMax = 0xff; in check_clear_depth_stencil_with_quad() local
415 const GLuint stencilMax = 0xff; in check_clear_stencil_with_quad() local
/external/mesa3d/src/mesa/swrast/
Ds_stencil.c499 const GLuint stencilMax = (1 << fb->Visual.stencilBits) - 1; in _swrast_write_stencil_span() local
555 const GLuint stencilMax = (1 << stencilBits) - 1; in _swrast_clear_stencil_buffer() local
Ds_depth.c658 const GLuint stencilMax = (1 << stencilBits) - 1; in _swrast_clear_depth_stencil_buffer() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c102 const unsigned stencilMax = 255; /* XXX fix */ in lp_build_stencil_test_single() local
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1767 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_meta_Clear() local
1990 const GLuint stencilMax = (1 << ctx->DrawBuffer->Visual.stencilBits) - 1; in _mesa_meta_glsl_Clear() local