Home
last modified time | relevance | path

Searched refs:stencilMaskCCW (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Device/
DPixelProcessor.cpp396 stencilCCW.set(stencilReferenceCCW, context->stencilMaskCCW, context->stencilWriteMaskCCW); in setStencilReferenceCCW()
405 void PixelProcessor::setStencilMaskCCW(int stencilMaskCCW) in setStencilMaskCCW() argument
407 context->stencilMaskCCW = stencilMaskCCW; in setStencilMaskCCW()
408 stencilCCW.set(context->stencilReferenceCCW, stencilMaskCCW, context->stencilWriteMaskCCW); in setStencilMaskCCW()
435 stencilCCW.set(context->stencilReferenceCCW, context->stencilMaskCCW, stencilWriteMaskCCW); in setStencilWriteMaskCCW()
665 …state.noStencilMaskCCW = context->twoSidedStencil ? (context->stencilMaskCCW == 0xFF) : state.noSt… in update()
DContext.hpp175 int stencilMaskCCW; member in sw::Context
DContext.cpp188 stencilMaskCCW = 0xFFFFFFFF; in init()
/external/swiftshader/src/Renderer/
DPixelProcessor.cpp619 stencilCCW.set(stencilReferenceCCW, context->stencilMaskCCW, context->stencilWriteMaskCCW); in setStencilReferenceCCW()
628 void PixelProcessor::setStencilMaskCCW(int stencilMaskCCW) in setStencilMaskCCW() argument
630 context->stencilMaskCCW = stencilMaskCCW; in setStencilMaskCCW()
631 stencilCCW.set(context->stencilReferenceCCW, stencilMaskCCW, context->stencilWriteMaskCCW); in setStencilMaskCCW()
658 stencilCCW.set(context->stencilReferenceCCW, context->stencilMaskCCW, stencilWriteMaskCCW); in setStencilWriteMaskCCW()
997 …state.noStencilMaskCCW = context->twoSidedStencil ? (context->stencilMaskCCW == 0xFF) : state.noSt… in update()
DContext.hpp422 int stencilMaskCCW; member in sw::Context
DContext.cpp242 stencilMaskCCW = 0xFFFFFFFF; in init()
/external/swiftshader/src/Vulkan/
DVkPipeline.cpp327 context.stencilMaskCCW = depthStencilState->back.compareMask; in GraphicsPipeline()