Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_depthstencil.c112 ds->stencil_writemask, in define_depth_stencil_state_object()
155 ds->stencil_writemask = templ->stencil[0].writemask & 0xff; in svga_create_depth_stencil_state()
174 ds->stencil_writemask = templ->stencil[1].writemask & 0xff; in svga_create_depth_stencil_state()
Dsvga_state_rss.c147 EMIT_RS(svga, curr->stencil_writemask, STENCILWRITEMASK); in emit_rss_vgpu9()
181 EMIT_RS(svga, curr->stencil_writemask, STENCILWRITEMASK); in emit_rss_vgpu9()
Dsvga_context.h151 unsigned stencil_writemask:8; member