Home
last modified time | relevance | path

Searched refs:stencilTestFunc (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Ddepthstencil.h186 uint32_t stencilTestFunc; in DepthStencilTest() local
191 stencilTestFunc = pDSState->stencilTestFunc; in DepthStencilTest()
197 stencilTestFunc = pDSState->backfaceStencilTestFunc; in DepthStencilTest()
204 switch (stencilTestFunc) in DepthStencilTest()
225 switch (stencilTestFunc) in DepthStencilTest()
Dstate.h1159 uint32_t stencilTestFunc : 3; member
Dapi.cpp1015 pState->state.depthStencilState.stencilTestFunc == ZFUNC_ALWAYS)) || in SetupPipeline()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1863 depthStencilState.stencilTestFunc = in swr_update_derived()