Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h81 void* default_depth_stencil; member
203 default_depth_stencil = pipe->create_depth_stencil_alpha_state(pipe, &depth_stencild); in init_context()
273 pipe->delete_depth_stencil_alpha_state(pipe, default_depth_stencil); in destroy_context()
1129 …state ? ((GalliumD3D11DepthStencilState*)new_depth_stencil_state)->object : default_depth_stencil); in OMSetDepthStencilState()
1665 …l_alpha_state(pipe, depth_stencil_state.p ? depth_stencil_state.p->object : default_depth_stencil); in restore_gallium_state_blit_only()