Searched refs:depthstencil_disable (Results 1 – 3 of 3) sorted by relevance
337 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()
71 if (svga->depthstencil_disable) { in svga_destroy()72 pipe->delete_depth_stencil_alpha_state(pipe, svga->depthstencil_disable); in svga_destroy()
596 struct svga_depth_stencil_state *depthstencil_disable; member