Home
last modified time | relevance | path

Searched refs:SWR_DEPTH_STENCIL_STATE (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Ddepthstencil.h134 const SWR_DEPTH_STENCIL_STATE* pDSState = &pState->depthStencilState; in DepthStencilTest()
257 const SWR_DEPTH_STENCIL_STATE* pDSState, in DepthStencilWrite()
Dcontext.h315 SWR_DEPTH_STENCIL_STATE depthStencilState; in OSALIGNLINE()
Dapi.h476 SWR_FUNC(void, SwrSetDepthStencilState, HANDLE hContext, SWR_DEPTH_STENCIL_STATE* pState);
Dstate.h1147 union SWR_DEPTH_STENCIL_STATE union
Dapi.cpp691 void SwrSetDepthStencilState(HANDLE hContext, SWR_DEPTH_STENCIL_STATE* pDSState) in SwrSetDepthStencilState()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1852 SWR_DEPTH_STENCIL_STATE depthStencilState = {{0}}; in swr_update_derived()