Home
last modified time | relevance | path

Searched refs:hDepthStencilState (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DState.h272 CastDepthStencilState(D3D10DDI_HDEPTHSTENCILSTATE hDepthStencilState) in CastDepthStencilState() argument
274 return static_cast<DepthStencilState *>(hDepthStencilState.pDrvPrivate); in CastDepthStencilState()
279 CastPipeDepthStencilState(D3D10DDI_HDEPTHSTENCILSTATE hDepthStencilState) in CastPipeDepthStencilState() argument
281 DepthStencilState *pDepthStencilState = CastDepthStencilState(hDepthStencilState); in CastPipeDepthStencilState()
DOutputMerger.h105 D3D10DDI_HDEPTHSTENCILSTATE hDepthStencilState,
109 D3D10DDI_HDEPTHSTENCILSTATE hDepthStencilState);
DOutputMerger.cpp891 D3D10DDI_HDEPTHSTENCILSTATE hDepthStencilState, // IN in CreateDepthStencilState() argument
897 DepthStencilState *pDepthStencilState = CastDepthStencilState(hDepthStencilState); in CreateDepthStencilState()
961 D3D10DDI_HDEPTHSTENCILSTATE hDepthStencilState) // IN in DestroyDepthStencilState() argument
966 DepthStencilState *pDepthStencilState = CastDepthStencilState(hDepthStencilState); in DestroyDepthStencilState()