HomeSort by relevance Sort by last modified time
    Searched refs:depthstencil_disable (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/svga/
svga_state_rss.c 337 if (!svga->depthstencil_disable) {
339 svga->depthstencil_disable =
342 return svga->depthstencil_disable;
svga_context.c 70 /* free depthstencil_disable state */
71 if (svga->depthstencil_disable) {
72 pipe->delete_depth_stencil_alpha_state(pipe, svga->depthstencil_disable);
svga_context.h 596 struct svga_depth_stencil_state *depthstencil_disable; member in struct:svga_context

Completed in 58 milliseconds