Home
last modified time | relevance | path

Searched defs:Level (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/skia/src/core/
DSkMipmap.h59 struct alignas(8) Level { struct
64 bool extractLevel(SkSize scale, Level*) const; argument
/third_party/rust/crates/log/test_max_level_features/
Dmain.rs64 fn t(lvl: Level, filter: LevelFilter) -> Option<Level> { in test()
69 fn last(state: &State, expected: Option<Level>) { in last()
/third_party/rust/crates/log/tests/
Dfilters.rs82 fn t(lvl: Level, filter: LevelFilter) -> Option<Level> { in test()
91 fn last(state: &State, expected: Option<Level>) { in last()
/third_party/mesa3d/src/gallium/frontends/nine/
Dtexture9.c248 UINT Level, in NineTexture9_GetLevelDesc()
263 UINT Level, in NineTexture9_GetSurfaceLevel()
279 UINT Level, in NineTexture9_LockRect()
295 UINT Level ) in NineTexture9_UnlockRect()
Dvolumetexture9.c155 UINT Level, in NineVolumeTexture9_GetLevelDesc()
167 UINT Level, in NineVolumeTexture9_GetVolumeLevel()
180 UINT Level, in NineVolumeTexture9_LockBox()
196 UINT Level ) in NineVolumeTexture9_UnlockBox()
Dcubetexture9.c199 UINT Level, in NineCubeTexture9_GetLevelDesc()
214 UINT Level, in NineCubeTexture9_GetCubeMapSurface()
234 UINT Level, in NineCubeTexture9_LockRect()
253 UINT Level ) in NineCubeTexture9_UnlockRect()
Dvolume9.c56 unsigned Level, in NineVolume9_ctor()
551 unsigned Level, in NineVolume9_new()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DCodeGen.h33 enum Level { NotPIC=0, SmallPIC=1, BigPIC=2 }; enum
37 enum Level { Default=0, Small=1, Large=2 }; enum
52 enum Level { enum
/third_party/rust/crates/proc-macro-error/src/
Ddiagnostic.rs13 pub enum Level { enum
39 fn spanned_range(span_range: SpanRange, level: Level, message: String) -> Self; in spanned_range()
70 fn spanned_range(span_range: SpanRange, level: Level, message: String) -> Self { in spanned_range()
100 pub fn new(level: Level, message: String) -> Self { in new()
105 pub fn spanned(span: Span, level: Level, message: String) -> Self { in spanned()
229 level: &Level, in to_tokens()
/third_party/rust/crates/log/src/
Dlib.rs426 pub enum Level { enum
452 impl Clone for Level { implementation
454 fn clone(&self) -> Level { in clone()
459 impl PartialEq for Level { implementation
466 impl PartialEq<LevelFilter> for Level { implementation
473 impl PartialOrd for Level { implementation
500 impl PartialOrd<LevelFilter> for Level { implementation
527 impl Ord for Level { implementation
560 impl FromStr for Level { implementation
562 fn from_str(level: &str) -> Result<Level, Self::Err> { in from_str()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DIntervalMap.cpp47 void Path::moveLeft(unsigned Level) { in moveLeft()
97 void Path::moveRight(unsigned Level) { in moveRight()
DCompression.cpp50 SmallVectorImpl<char> &CompressedBuffer, int Level) { in compress()
91 SmallVectorImpl<char> &CompressedBuffer, int Level) { in compress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDependenceAnalysis.h157 virtual unsigned getDirection(unsigned Level) const { return DVEntry::ALL; } in getDirection()
161 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance()
165 virtual bool isPeelFirst(unsigned Level) const { return false; } in isPeelFirst()
169 virtual bool isPeelLast(unsigned Level) const { return false; } in isPeelLast()
173 virtual bool isSplitable(unsigned Level) const { return false; } in isSplitable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DIntervalMap.h794 template <typename NodeT> NodeT &node(unsigned Level) const { in node()
797 unsigned size(unsigned Level) const { return path[Level].size; } in size()
798 unsigned offset(unsigned Level) const { return path[Level].offset; } in offset()
799 unsigned &offset(unsigned Level) { return path[Level].offset; } in offset()
821 NodeRef &subtree(unsigned Level) const { in subtree()
827 void reset(unsigned Level) { in reset()
847 void setSize(unsigned Level, unsigned Size) { in setSize()
907 bool atLastEntry(unsigned Level) const { in atLastEntry()
916 void legalizeForInsert(unsigned Level) { in legalizeForInsert()
1274 deleteNode(IntervalMapImpl::NodeRef Node, unsigned Level) { in deleteNode()
[all …]
DBreadthFirstIterator.h63 unsigned Level; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Passes/
DPassBuilder.cpp247 static bool isOptimizingForSize(PassBuilder::OptimizationLevel Level) { in isOptimizingForSize()
354 FunctionPassManager &FPM, PassBuilder::OptimizationLevel Level) { in invokePeepholeEPCallbacks()
396 PassBuilder::buildFunctionSimplificationPipeline(OptimizationLevel Level, in buildFunctionSimplificationPipeline()
571 PassBuilder::OptimizationLevel Level, in addPGOInstrPasses()
665 getInlineParamsFromOptLevel(PassBuilder::OptimizationLevel Level) { in getInlineParamsFromOptLevel()
673 PassBuilder::buildModuleSimplificationPipeline(OptimizationLevel Level, in buildModuleSimplificationPipeline()
858 OptimizationLevel Level, bool DebugLogging, bool LTOPreLink) { in buildModuleOptimizationPipeline()
1042 PassBuilder::buildPerModuleDefaultPipeline(OptimizationLevel Level, in buildPerModuleDefaultPipeline()
1069 PassBuilder::buildThinLTOPreLinkDefaultPipeline(OptimizationLevel Level, in buildThinLTOPreLinkDefaultPipeline()
1108 OptimizationLevel Level, bool DebugLogging, in buildThinLTODefaultPipeline()
[all …]
/third_party/typescript/tests/baselines/reference/
DexhaustiveSwitchStatements1.js377 var Level; variable
378 (function (Level) { argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp189 for (unsigned Level = 1; Level <= D->getLevels(); Level++) { in dumpExampleDependence() local
805 unsigned Level = LoopNest->getLoopDepth(); in collectCommonLoops() local
1145 unsigned Level, FullDependence &Result, in strongSIVtest()
1281 const Loop *CurLoop, unsigned Level, FullDependence &Result, in weakCrossingSIVtest()
1492 const Loop *CurLoop, unsigned Level, in exactSIVtest()
1702 const Loop *CurLoop, unsigned Level, in weakZeroSrcSIVtest()
1812 const Loop *CurLoop, unsigned Level, in weakZeroDstSIVtest()
2150 bool DependenceInfo::testSIV(const SCEV *Src, const SCEV *Dst, unsigned &Level, in testSIV()
2483 unsigned Level = mapSrcLoop(CurLoop); in gcdMIVtest() local
2609 unsigned DependenceInfo::exploreDirections(unsigned Level, CoefficientInfo *A, in exploreDirections()
[all …]
DCFLGraph.h77 bool addNodeToLevel(unsigned Level) { in addNodeToLevel()
85 NodeInfo &getNodeInfoAtLevel(unsigned Level) { in getNodeInfoAtLevel()
89 const NodeInfo &getNodeInfoAtLevel(unsigned Level) const { in getNodeInfoAtLevel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiSubtarget.cpp43 CodeGenOpt::Level /*OptLevel*/) in LanaiSubtarget()
/third_party/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h103 #define GMOCK_INTERNAL_WARNING_CLANG(Level, Name) argument
110 #define GMOCK_INTERNAL_WARNING_CLANG(Level, Warning) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeParser.cpp87 bool NaClBitcodeParser::ErrorAt(naclbitc::ErrorLevel Level, in ErrorAt()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
DvktImageSubresourceLayoutTests.cpp64 struct Level struct in vkt::image::__anonfa9026cb0111::BufferLevels
66 VkDeviceSize offset; // In bytes.
67 VkDeviceSize size; // In bytes.
68 …nt3D dimensions; // .depth will be the number of layers for 2D images and the depth for 3D images.
/third_party/skia/third_party/externals/swiftshader/src/System/
DDebug.cpp47 enum class Level enum
/third_party/node/src/
Dnode_win32_etw_provider.cc149 UCHAR Level, in etw_events_enable_callback()

1234