Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_rss.c355 if (!svga->depthstencil_disable) { in get_no_depth_stencil_test_state()
357 svga->depthstencil_disable = in get_no_depth_stencil_test_state()
360 return svga->depthstencil_disable; in get_no_depth_stencil_test_state()
Dsvga_context.c65 if (svga->depthstencil_disable) { in svga_destroy()
66 pipe->delete_depth_stencil_alpha_state(pipe, svga->depthstencil_disable); in svga_destroy()
Dsvga_context.h767 struct svga_depth_stencil_state *depthstencil_disable; member