HomeSort by relevance Sort by last modified time
    Searched full:stencil_enable (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_state.c 225 SB_MTHD30(so, STENCIL_ENABLE(0), 3);
235 SB_MTHD30(so, STENCIL_ENABLE(0), 2);
241 SB_MTHD30(so, STENCIL_ENABLE(1), 3);
251 SB_MTHD30(so, STENCIL_ENABLE(1), 1);
nv30_transfer.c 243 BEGIN_NV04(push, NV30_3D(STENCIL_ENABLE(0)), 1);
245 BEGIN_NV04(push, NV30_3D(STENCIL_ENABLE(1)), 1);
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen6_depthstencil.c 51 ds->ds0.stencil_enable = 1;
brw_cc.c 110 cc->cc0.stencil_enable = 1;
brw_structs.h 290 GLuint stencil_enable:1; member in struct:gen6_depth_stencil_state::__anon19619
325 GLuint stencil_enable:1; member in struct:brw_cc_unit_state::__anon19622
    [all...]
brw_state_dump.c 373 ds->ds0.stencil_enable ? "en" : "dis",
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_raster.c 143 BEGIN_NV04(push, NV10_3D(STENCIL_ENABLE), 1);
nv20_context.c 257 BEGIN_NV04(push, NV20_3D(STENCIL_ENABLE), 1);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_state.c 350 SB_BEGIN_3D(so, STENCIL_ENABLE, 5);
360 SB_IMMED_3D(so, STENCIL_ENABLE, 0);
nvc0_surface.c 844 IMMED_NVC0(push, NVC0_3D(STENCIL_ENABLE), 0);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_state.c 371 SB_BEGIN_3D(so, STENCIL_ENABLE, 5);
381 SB_BEGIN_3D(so, STENCIL_ENABLE, 1);
    [all...]
nv50_surface.c 778 BEGIN_NV04(push, NV50_3D(STENCIL_ENABLE), 1);

Completed in 933 milliseconds