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.c107 ds->stencil_writemask, in define_depth_stencil_state_object()
146 ds->stencil_writemask = templ->stencil[0].writemask & 0xff; in svga_create_depth_stencil_state()
165 ds->stencil_writemask = templ->stencil[1].writemask & 0xff; in svga_create_depth_stencil_state()
Dsvga_state_rss.c164 EMIT_RS(svga, curr->stencil_writemask, STENCILWRITEMASK); in emit_rss_vgpu9()
198 EMIT_RS(svga, curr->stencil_writemask, STENCILWRITEMASK); in emit_rss_vgpu9()
Dsvga_context.h157 unsigned stencil_writemask:8; member