Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_rss.c337 if (!svga->depthstencil_disable) { in get_no_depth_stencil_test_state()
339 svga->depthstencil_disable = in get_no_depth_stencil_test_state()
342 return svga->depthstencil_disable; in get_no_depth_stencil_test_state()
Dsvga_context.c71 if (svga->depthstencil_disable) { in svga_destroy()
72 pipe->delete_depth_stencil_alpha_state(pipe, svga->depthstencil_disable); in svga_destroy()
Dsvga_context.h596 struct svga_depth_stencil_state *depthstencil_disable; member