Searched refs:NewDepth (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | depth.c | 85 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()
|
D | enable.c | 519 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()
|
D | mtypes.h | 4844 uint64_t NewDepth; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfgNode.h | 55 void setLoopNestDepth(SizeT NewDepth) { LoopNestDepth = NewDepth; } in setLoopNestDepth() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | ScheduleDAG.cpp | 247 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/ |
D | ScheduleDAG.h | 415 void setDepthToAtLeast(unsigned NewDepth);
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_context.c | 521 f->NewDepth = ST_NEW_DSA; in st_init_driver_flags()
|