Searched refs:hw_stencil (Results 1 – 7 of 7) sorted by relevance
861 bool hw_stencil = false; in i830Enable() local865 hw_stencil = (irbStencil && irbStencil->mt); in i830Enable()867 if (hw_stencil) { in i830Enable()965 if (i830->intel.hw_stencil) { in i830_init_packets()
722 intel->hw_stencil = mesaVis->stencilBits && mesaVis->depthBits == 24; in intelInitContext()
275 bool hw_stencil; member
1752 GLboolean hw_stencil = GL_FALSE; in radeonEnable() local1756 hw_stencil = (rrbStencil && rrbStencil->bo); in radeonEnable()1759 if (hw_stencil) { in radeonEnable()
1962 GLboolean hw_stencil = GL_FALSE; in r200Enable() local1966 hw_stencil = (rrbStencil && rrbStencil->bo); in r200Enable()1969 if (hw_stencil) { in r200Enable()