Searched refs:depthStencilState (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dapi.cpp671 pState->depthStencilState = *pDSState;
919 (pState->state.depthStencilState.depthTestEnable == FALSE) &&
920 (pState->state.depthStencilState.depthWriteEnable == FALSE) &&
921 (pState->state.depthStencilState.stencilTestEnable == FALSE) &&
922 (pState->state.depthStencilState.stencilWriteEnable == FALSE) &&
978 ((!(pState->state.depthStencilState.depthTestEnable &&
979 !pState->state.depthStencilState.depthWriteEnable &&
981 pState->state.depthStencilState.depthTestFunc == ZFUNC_ALWAYS)) &&
982 (pState->state.depthStencilState.depthTestEnable ||
983 pState->state.depthStencilState
[all...]
H A Dbackend_singlesample.cpp166 &state.depthStencilState,
217 &state.depthStencilState,
258 &state.depthStencilState,
H A Dbackend_sample.cpp184 &state.depthStencilState,
236 &state.depthStencilState,
273 &state.depthStencilState,
H A Dcontext.h312 SWR_DEPTH_STENCIL_STATE depthStencilState; local in function:OSALIGNLINE
H A Ddepthstencil.h134 const SWR_DEPTH_STENCIL_STATE* pDSState = &pState->depthStencilState;
H A Dbackend.cpp351 &state.depthStencilState,
H A Dbackend_impl.h815 &state.depthStencilState,
1205 &state.depthStencilState,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1573 SWR_DEPTH_STENCIL_STATE depthStencilState = {{0}}; local in function:swr_update_derived
1583 depthStencilState.stencilWriteEnable = 1;
1584 depthStencilState.stencilTestEnable = 1;
1585 depthStencilState.stencilTestFunc =
1588 depthStencilState.stencilPassDepthPassOp =
1590 depthStencilState.stencilPassDepthFailOp =
1592 depthStencilState.stencilFailOp =
1594 depthStencilState.stencilWriteMask = stencil[0].writemask;
1595 depthStencilState.stencilTestMask = stencil[0].valuemask;
1596 depthStencilState
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/
H A Dswr_state.cpp1852 SWR_DEPTH_STENCIL_STATE depthStencilState = {{0}}; local in function:swr_update_derived
1861 depthStencilState.stencilWriteEnable = 1;
1862 depthStencilState.stencilTestEnable = 1;
1863 depthStencilState.stencilTestFunc =
1866 depthStencilState.stencilPassDepthPassOp =
1868 depthStencilState.stencilPassDepthFailOp =
1870 depthStencilState.stencilFailOp =
1872 depthStencilState.stencilWriteMask = stencil[0].writemask;
1873 depthStencilState.stencilTestMask = stencil[0].valuemask;
1874 depthStencilState
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst4543 - anv: add a check for depthStencilState before using it
H A D20.3.0.rst4446 - anv: add a check for depthStencilState before using it

Completed in 26 milliseconds