Lines Matching refs:Ref
163 ctx->Stencil.Ref[0] == ref && in _mesa_StencilFuncSeparateATI()
164 ctx->Stencil.Ref[1] == ref) in _mesa_StencilFuncSeparateATI()
169 ctx->Stencil.Ref[0] = ctx->Stencil.Ref[1] = ref; in _mesa_StencilFuncSeparateATI()
214 ctx->Stencil.Ref[face] == ref) in _mesa_StencilFunc()
218 ctx->Stencil.Ref[face] = ref; in _mesa_StencilFunc()
234 ctx->Stencil.Ref[0] == ref && in _mesa_StencilFunc()
235 ctx->Stencil.Ref[1] == ref) in _mesa_StencilFunc()
239 ctx->Stencil.Ref[0] = ctx->Stencil.Ref[1] = ref; in _mesa_StencilFunc()
503 ctx->Stencil.Ref[0] = ref; in _mesa_StencilFuncSeparate()
509 ctx->Stencil.Ref[1] = ref; in _mesa_StencilFuncSeparate()
564 ctx->Stencil.Ref[0] != ctx->Stencil.Ref[face] || in _mesa_update_stencil()
595 ctx->Stencil.Ref[0] = 0; in _mesa_init_stencil()
596 ctx->Stencil.Ref[1] = 0; in _mesa_init_stencil()
597 ctx->Stencil.Ref[2] = 0; in _mesa_init_stencil()