Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DOutputMerger.cpp288 DepthStencilView *pDSView = CastDepthStencilView(hDepthStencilView); in CreateDepthStencilView() local
322 pDSView->surface = pipe->create_surface(pipe, resource, &desc); in CreateDepthStencilView()
323 assert(pDSView->surface); in CreateDepthStencilView()
345 DepthStencilView *pDSView = CastDepthStencilView(hDepthStencilView); in DestroyDepthStencilView() local
347 pipe_surface_reference(&pDSView->surface, NULL); in DestroyDepthStencilView()

Completed in 2 milliseconds