Home
last modified time | relevance | path

Searched defs:Levels (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dvolumetexture9.c33 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_ctor()
280 UINT Width, UINT Height, UINT Depth, UINT Levels, in NineVolumeTexture9_new()
Dtexture9.c43 UINT Width, UINT Height, UINT Levels, in NineTexture9_ctor()
382 UINT Width, UINT Height, UINT Levels, in NineTexture9_new()
Dcubetexture9.c36 UINT EdgeLength, UINT Levels, in NineCubeTexture9_ctor()
339 UINT EdgeLength, UINT Levels, in NineCubeTexture9_new()
Ddevice9.c995 UINT Levels, in NineDevice9_CreateTexture()
1029 UINT Levels, in NineDevice9_CreateVolumeTexture()
1060 UINT Levels, in NineDevice9_CreateCubeTexture()
Dnine_lock.c754 UINT Levels, in LockDevice9_CreateTexture()
773 UINT Levels, in LockDevice9_CreateVolumeTexture()
790 UINT Levels, in LockDevice9_CreateCubeTexture()
/external/python/cpython2/Doc/howto/
Dlogging.rst863 .. _useful-handlers:
/external/python/cpython3/Doc/howto/
Dlogging.rst907 .. _useful-handlers:
/external/cldr/tools/java/org/unicode/cldr/tool/
DCheckHtmlFiles.java259 static class Levels implements Comparable<Levels> { class in CheckHtmlFiles
263 public Levels(int h2_start) { in Levels() method in CheckHtmlFiles.Levels
268 public Levels() { in Levels() method in CheckHtmlFiles.Levels
/external/llvm/lib/Analysis/
DCFLGraph.h53 std::vector<NodeInfo> Levels; variable
DDependenceAnalysis.cpp585 unsigned Levels = getLevels(); in dump() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DCFLGraph.h76 std::vector<NodeInfo> Levels; variable
DDependenceAnalysis.cpp586 unsigned Levels = getLevels(); in dump() local
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp130 unsigned Levels = D->getLevels(); in populateDependencyMatrix() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp133 unsigned Levels = D->getLevels(); in populateDependencyMatrix() local
/external/clang/lib/Frontend/
DCompilerInvocation.cpp346 const std::vector<std::string> &Levels, in parseDiagnosticLevelMask()