Home
last modified time | relevance | path

Searched refs:frontStencil (Results 1 – 15 of 15) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Device/
H A DPixelProcessor.cpp114 state.frontStencil = context->frontStencil; in update()
H A DContext.hpp97 VkStencilOpState frontStencil; member in sw::Context
H A DPixelProcessor.hpp74 StencilOpState frontStencil; member
H A DRenderer.cpp293 …data->stencil[0].set(context->frontStencil.reference, context->frontStencil.compareMask, context-> in draw()
H A DContext.cpp99 frontStencil = {}; in init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Device/
H A DPixelProcessor.cpp109 state.frontStencil = context->frontStencil; in update()
H A DContext.hpp94 VkStencilOpState frontStencil; member in sw::Context
H A DPixelProcessor.hpp78 StencilOpState frontStencil; member
H A DRenderer.cpp284 …data->stencil[0].set(context->frontStencil.reference, context->frontStencil.compareMask, context-> in draw()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp310 if(state.frontStencil.compareMask != 0xff) in stencilTest()
315 stencilTest(value, state.frontStencil.compareOp, false); in stencilTest()
662 …if(state.frontStencil.passOp == VK_STENCIL_OP_KEEP && state.frontStencil.depthFailOp == VK_STENCIL… in writeStencil()
670 if((state.frontStencil.writeMask == 0) && (state.backStencil.writeMask == 0)) in writeStencil()
686 stencilOperation(newValue, bufferValue, state.frontStencil, false, zMask, sMask); in writeStencil()
688 if((state.frontStencil.writeMask & 0xFF) != 0xFF) // Assume 8-bit stencil buffer in writeStencil()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp325 if(state.frontStencil.compareMask != 0xff) in stencilTest()
330 stencilTest(value, state.frontStencil.compareOp, false); in stencilTest()
675 …if(state.frontStencil.passOp == VK_STENCIL_OP_KEEP && state.frontStencil.depthFailOp == VK_STENCIL… in writeStencil()
683 if((state.frontStencil.writeMask == 0) && (state.backStencil.writeMask == 0)) in writeStencil()
699 stencilOperation(newValue, bufferValue, state.frontStencil, false, zMask, sMask); in writeStencil()
701 if((state.frontStencil.writeMask & 0xFF) != 0xFF) // Assume 8-bit stencil buffer in writeStencil()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp564 context.frontStencil.compareMask = executionState.dynamicState.compareMask[0]; in draw()
570 context.frontStencil.writeMask = executionState.dynamicState.writeMask[0]; in draw()
576 context.frontStencil.reference = executionState.dynamicState.reference[0]; in draw()
H A DVkPipeline.cpp380 context.frontStencil = depthStencilState->front; in GraphicsPipeline()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Vulkan/
H A DVkCommandBuffer.cpp559 context.frontStencil.compareMask = executionState.dynamicState.compareMask[0]; in draw()
565 context.frontStencil.writeMask = executionState.dynamicState.writeMask[0]; in draw()
571 context.frontStencil.reference = executionState.dynamicState.reference[0]; in draw()
H A DVkPipeline.cpp401 context.frontStencil = depthStencilState->front; in GraphicsPipeline()