Home
last modified time | relevance | path

Searched refs:newDepth (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/tools/system-analyzer/log/
Dmap.mjs239 let newDepth = from.depth + 1;
240 if (to.depth > 0 && to.depth != newDepth) {
243 to.depth = newDepth;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLegacyPassManagers.h368 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java213 int newDepth = Math.max(left.getTreeDepth(), right.getTreeDepth()) + 1; in concatenate() local
214 if (newLength >= minLength(newDepth)) { in concatenate()
/third_party/mesa3d/src/mesa/main/
Dmipmap.c1927 GLint newWidth, newHeight, newDepth; in _mesa_prepare_mipmap_levels() local
1933 &newWidth, &newHeight, &newDepth)) { in _mesa_prepare_mipmap_levels()
1939 newWidth, newHeight, newDepth, in _mesa_prepare_mipmap_levels()
1946 depth = newDepth; in _mesa_prepare_mipmap_levels()