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