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

  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 191 bool multisample_enable; member in struct:r600_pipe_rasterizer
366 bool multisample_enable; member in struct:r600_context
r600_state_common.c 339 rctx->multisample_enable = rs->multisample_enable;
701 ((rctx->alpha_to_one && rctx->multisample_enable && !rctx->cb0_is_integer) << 1) |
    [all...]
r600_state.c 887 rs->multisample_enable = state->multisample;
    [all...]
r600_shader.c     [all...]
evergreen_state.c 867 rs->multisample_enable = state->multisample;
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_screen.c 388 BEGIN_NV04(push, NV50_3D(MULTISAMPLE_ENABLE), 1);
nv50_state.c 251 SB_BEGIN_3D(so, MULTISAMPLE_ENABLE, 1);
    [all...]
nv50_surface.c 757 BEGIN_NV04(push, NV50_3D(MULTISAMPLE_ENABLE), 1);
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_screen.c 545 BEGIN_NVC0(push, NVC0_3D(MULTISAMPLE_ENABLE), 1);
nvc0_state.c 233 SB_IMMED_3D(so, MULTISAMPLE_ENABLE, cso->multisample);
nvc0_surface.c 827 IMMED_NVC0(push, NVC0_3D(MULTISAMPLE_ENABLE), 0);
    [all...]

Completed in 229 milliseconds