Home
last modified time | relevance | path

Searched refs:Globals (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/rsov/compiler/
DGlobalMergePass.cpp49 SmallVector<GlobalVariable *, 8> Globals; in runOnModule() local
50 const bool CollectRes = collectGlobals(M, Globals); in runOnModule()
57 Tys.reserve(Globals.size()); in runOnModule()
59 for (auto *GV : Globals) { in runOnModule()
75 for (size_t i = 0, e = Globals.size(); i != e; ++i) { in runOnModule()
76 auto *G = Globals[i]; in runOnModule()
112 bool collectGlobals(Module &M, SmallVectorImpl<GlobalVariable *> &Globals) { in collectGlobals() argument
131 Globals.push_back(&GV); in collectGlobals()
134 return !Globals.empty(); in collectGlobals()
/frameworks/compile/slang/
DREADME.rst303 Globals within a script are considered local to the script. They
308 accessors. Globals are persistent across invocations of a script and
311 Globals of two types may be reflected into the Java class. The first
314 Java. Globals of single pointer types behave differently. These may
/frameworks/base/core/java/android/app/
DWallpaperManager.java274 static class Globals extends IWallpaperManagerCallback.Stub { class in WallpaperManager
280 Globals(Looper looper) { in Globals() method in WallpaperManager.Globals
392 private static Globals sGlobals;
397 sGlobals = new Globals(looper); in initGlobals()
/frameworks/native/vulkan/api/templates/
Dvulkan_common.tmpl192 Parses const variables as text Globals.
/frameworks/base/
Dcompiled-classes-phone560 android.app.WallpaperManager$Globals