/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_pipe_depthstencil.c | 92 ds->stencil_mask = templ->stencil[0].valuemask & 0xff; 104 ds->stencil_mask = templ->stencil[1].valuemask & 0xff;
|
svga_state_rss.c | 145 EMIT_RS( svga, curr->stencil_mask, STENCILMASK, fail ); 180 EMIT_RS( svga, curr->stencil_mask, STENCILMASK, fail );
|
svga_context.h | 127 unsigned stencil_mask:8; member in struct:svga_depth_stencil_state
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_depthstencil.c | 92 ds->stencil_mask = templ->stencil[0].valuemask & 0xff; 104 ds->stencil_mask = templ->stencil[1].valuemask & 0xff;
|
svga_state_rss.c | 145 EMIT_RS( svga, curr->stencil_mask, STENCILMASK, fail ); 180 EMIT_RS( svga, curr->stencil_mask, STENCILMASK, fail );
|
svga_context.h | 127 unsigned stencil_mask:8; member in struct:svga_depth_stencil_state
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/ |
cso_context.h | 163 unsigned stencil_mask);
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nv10_state_raster.c | 157 BEGIN_NV04(push, NV10_3D(STENCIL_MASK), 1);
|
nouveau_state.c | 367 context_dirty(ctx, STENCIL_MASK);
|
nv10_context.c | 300 BEGIN_NV04(push, NV10_3D(STENCIL_MASK), 8);
|
nv20_context.c | 264 BEGIN_NV04(push, NV20_3D(STENCIL_MASK), 7);
|
/external/mesa3d/src/gallium/auxiliary/cso_cache/ |
cso_context.h | 163 unsigned stencil_mask);
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv10_state_raster.c | 157 BEGIN_NV04(push, NV10_3D(STENCIL_MASK), 1);
|
nouveau_state.c | 367 context_dirty(ctx, STENCIL_MASK);
|
nv10_context.c | 300 BEGIN_NV04(push, NV10_3D(STENCIL_MASK), 8);
|
nv20_context.c | 264 BEGIN_NV04(push, NV20_3D(STENCIL_MASK), 7);
|