Home
last modified time | relevance | path

Searched refs:NewDepth (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Ddepth.c85 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH, in depth_func()
87 ctx->NewDriverState |= ctx->DriverFlags.NewDepth; in depth_func()
132 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH, in _mesa_DepthMask()
134 ctx->NewDriverState |= ctx->DriverFlags.NewDepth; in _mesa_DepthMask()
166 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH, in _mesa_DepthBoundsEXT()
168 ctx->NewDriverState |= ctx->DriverFlags.NewDepth; in _mesa_DepthBoundsEXT()
Denable.c519 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH, in _mesa_set_enable()
521 ctx->NewDriverState |= ctx->DriverFlags.NewDepth; in _mesa_set_enable()
1173 FLUSH_VERTICES(ctx, ctx->DriverFlags.NewDepth ? 0 : _NEW_DEPTH, in _mesa_set_enable()
1175 ctx->NewDriverState |= ctx->DriverFlags.NewDepth; in _mesa_set_enable()
Dmtypes.h4844 uint64_t NewDepth; member
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfgNode.h55 void setLoopNestDepth(SizeT NewDepth) { LoopNestDepth = NewDepth; } in setLoopNestDepth() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScheduleDAG.cpp247 void SUnit::setDepthToAtLeast(unsigned NewDepth) { in setDepthToAtLeast() argument
248 if (NewDepth <= getDepth()) in setDepthToAtLeast()
251 Depth = NewDepth; in setDepthToAtLeast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDAG.h415 void setDepthToAtLeast(unsigned NewDepth);
/third_party/mesa3d/src/mesa/state_tracker/
Dst_context.c521 f->NewDepth = ST_NEW_DSA; in st_init_driver_flags()