Home
last modified time | relevance | path

Searched refs:stencilEnable (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.cpp494 stencilEnable = (depthStencilState->stencilTestEnable != VK_FALSE); in GraphicsState()
495 if(stencilEnable) in GraphicsState()
640 return attachments.stencilBuffer && stencilEnable; in stencilActive()
681 if(hasDynamicState(VK_DYNAMIC_STATE_STENCIL_COMPARE_MASK) && stencilEnable) in combineStates()
687 if(hasDynamicState(VK_DYNAMIC_STATE_STENCIL_WRITE_MASK) && stencilEnable) in combineStates()
693 if(hasDynamicState(VK_DYNAMIC_STATE_STENCIL_REFERENCE) && stencilEnable) in combineStates()
DContext.hpp215 bool stencilEnable = false; member
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DPixelProcessor.cpp609 void PixelProcessor::setStencilEnable(bool stencilEnable) in setStencilEnable() argument
611 context->stencilEnable = stencilEnable; in setStencilEnable()
DContext.cpp230 stencilEnable = false; in init()
537 return stencilBuffer && stencilEnable; in stencilActive()
DContext.hpp410 bool stencilEnable; member in sw::Context
DPixelProcessor.hpp264 void setStencilEnable(bool stencilEnable);
/third_party/mesa3d/src/gallium/drivers/svga/include/
Dsvga3d_dx.h1533 uint8 stencilEnable; member
1561 uint8 stencilEnable; member
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_cmd.h545 uint8 stencilEnable,
Dsvga_cmd_vgpu10.c933 uint8 stencilEnable, in SVGA3D_vgpu10_DefineDepthStencilState() argument
951 stencilEnable, frontEnable, in SVGA3D_vgpu10_DefineDepthStencilState()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c1821 SVGA3D_DUMP_PARAMETER(stencilEnable, u); in SVGA3D_DUMP_HEADER()