Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/plat-mac/Carbon/
DQDOffscreen.py31 newDepth = 1L << newDepthBit variable
/external/swiftshader/third_party/LLVM/include/llvm/
DPassManagers.h336 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() argument
/external/llvm/include/llvm/IR/
DLegacyPassManagers.h374 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLegacyPassManagers.h374 void setDepth(unsigned newDepth) { Depth = newDepth; } in setDepth() argument
/external/v8/tools/
Dmap-processor.js330 let newDepth = this.from.depth + 1;
331 if (this.to.depth > 0 && this.to.depth != newDepth) {
334 this.to.depth = newDepth;
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java201 int newDepth = Math.max(left.getTreeDepth(), right.getTreeDepth()) + 1; in concatenate() local
202 if (newLength >= minLengthByDepth[newDepth]) { in concatenate()
/external/mesa3d/src/mesa/main/
Dmipmap.c1896 GLint newWidth, newHeight, newDepth; in _mesa_prepare_mipmap_levels() local
1902 &newWidth, &newHeight, &newDepth)) { in _mesa_prepare_mipmap_levels()
1908 newWidth, newHeight, newDepth, in _mesa_prepare_mipmap_levels()
1915 depth = newDepth; in _mesa_prepare_mipmap_levels()