Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Ddepthstencil.h163 uint32_t stencilTestFunc; in DepthStencilTest() local
168 stencilTestFunc = pDSState->stencilTestFunc; in DepthStencilTest()
174 stencilTestFunc = pDSState->backfaceStencilTestFunc; in DepthStencilTest()
181 switch(stencilTestFunc) in DepthStencilTest()
198 switch(stencilTestFunc) in DepthStencilTest()
Dstate.h1130 uint32_t stencilTestFunc : 3; member
Dapi.cpp998 … pState->state.depthStencilState.stencilTestFunc == ZFUNC_ALWAYS)) || in SetupPipeline()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1589 depthStencilState.stencilTestFunc = in swr_update_derived()