HomeSort by: relevance | last modified time | path
    Searched refs:NewSampleMask (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
multisample.c 50 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewSampleMask ? 0 : _NEW_MULTISAMPLE,
52 ctx->NewDriverState |= ctx->DriverFlags.NewSampleMask;
136 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewSampleMask ? 0 : _NEW_MULTISAMPLE, 0);
137 ctx->NewDriverState |= ctx->DriverFlags.NewSampleMask;
enable.c 1046 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewSampleMask ? 0 :
1049 ctx->NewDriverState |= ctx->DriverFlags.NewSampleMask;
1057 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewSampleMask ? 0 :
1060 ctx->NewDriverState |= ctx->DriverFlags.NewSampleMask;
1321 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewSampleMask ? 0 :
1323 ctx->NewDriverState |= ctx->DriverFlags.NewSampleMask;
mtypes.h 4856 uint64_t NewSampleMask;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
multisample.c 50 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewSampleMask ? 0 : _NEW_MULTISAMPLE);
51 ctx->NewDriverState |= ctx->DriverFlags.NewSampleMask;
134 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewSampleMask ? 0 : _NEW_MULTISAMPLE);
135 ctx->NewDriverState |= ctx->DriverFlags.NewSampleMask;
enable.c 875 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewSampleMask ? 0 :
877 ctx->NewDriverState |= ctx->DriverFlags.NewSampleMask;
885 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewSampleMask ? 0 :
887 ctx->NewDriverState |= ctx->DriverFlags.NewSampleMask;
1149 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewSampleMask ? 0 :
1151 ctx->NewDriverState |= ctx->DriverFlags.NewSampleMask;
attrib.c 1171 ctx->DriverFlags.NewSampleMask |
mtypes.h 4640 uint64_t NewSampleMask;
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_context.c 527 f->NewSampleMask = ST_NEW_SAMPLE_STATE;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_context.c 495 f->NewSampleMask = ST_NEW_SAMPLE_STATE;

Completed in 16 milliseconds