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

  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
depth.c 85 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH,
87 ctx->NewDriverState |= ctx->DriverFlags.NewDepth;
132 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH,
134 ctx->NewDriverState |= ctx->DriverFlags.NewDepth;
166 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH,
168 ctx->NewDriverState |= ctx->DriverFlags.NewDepth;
enable.c 519 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH,
521 ctx->NewDriverState |= ctx->DriverFlags.NewDepth;
1173 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH,
1175 ctx->NewDriverState |= ctx->DriverFlags.NewDepth;
mtypes.h 4844 uint64_t NewDepth;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
depth.c 83 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH);
84 ctx->NewDriverState |= ctx->DriverFlags.NewDepth;
128 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH);
129 ctx->NewDriverState |= ctx->DriverFlags.NewDepth;
160 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH);
161 ctx->NewDriverState |= ctx->DriverFlags.NewDepth;
enable.c 395 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH);
396 ctx->NewDriverState |= ctx->DriverFlags.NewDepth;
1001 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH);
1002 ctx->NewDriverState |= ctx->DriverFlags.NewDepth;
attrib.c 1163 ctx->DriverFlags.NewDepth |
mtypes.h 4628 uint64_t NewDepth;
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_context.c 521 f->NewDepth = ST_NEW_DSA;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_context.c 489 f->NewDepth = ST_NEW_DSA;

Completed in 18 milliseconds