Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c76 struct svga_depth_stencil_state *ds = CALLOC_STRUCT( svga_depth_stencil_state ); in svga_create_depth_stencil_state()
129 svga->curr.depth = (const struct svga_depth_stencil_state *)depth_stencil; in svga_bind_depth_stencil_state()
Dsvga_context.h108 struct svga_depth_stencil_state { struct
199 const struct svga_depth_stencil_state *depth;
Dsvga_state_rss.c123 const struct svga_depth_stencil_state *curr = svga->curr.depth; in emit_rss()