Home
last modified time | relevance | path

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

/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.c1926 GLint newWidth, newHeight, newDepth; in _mesa_prepare_mipmap_levels() local
1932 &newWidth, &newHeight, &newDepth)) { in _mesa_prepare_mipmap_levels()
1938 newWidth, newHeight, newDepth, in _mesa_prepare_mipmap_levels()
1945 depth = newDepth; in _mesa_prepare_mipmap_levels()