Searched refs:Changed (Results 1 – 14 of 14) sorted by relevance
/frameworks/compile/libbcc/lib/ |
D | RSInvariant.cpp | 76 bool Changed = false; in runOnFunction() local 86 Changed |= markInvariantUserLoads(&Arg); in runOnFunction() 93 return Changed; in runOnFunction() 111 bool Changed = false; in markInvariantUserLoads() local 123 Changed |= markInvariantUserLoads(BitCast); in markInvariantUserLoads() 126 Changed |= markInvariantUserLoads(GetElementPtr); in markInvariantUserLoads() 130 Changed = true; in markInvariantUserLoads() 134 return Changed; in markInvariantUserLoads()
|
D | RSKernelExpand.cpp | 1369 bool Changed = false; in runOnModule() local 1394 Changed |= ExpandForEach(kernel, signature); in runOnModule() 1397 Changed |= ExpandOldStyleForEach(kernel, signature); in runOnModule() 1414 Changed |= PromoteReduceFunction(ExportReduceList[i].mInitializerName, PromotedFunctions); in runOnModule() 1415 Changed |= PromoteReduceFunction(ExportReduceList[i].mCombinerName, PromotedFunctions); in runOnModule() 1416 Changed |= PromoteReduceFunction(ExportReduceList[i].mOutConverterName, PromotedFunctions); in runOnModule() 1422 Changed |= ExpandReduceAccumulator(accumulator, in runOnModule() 1427 Changed |= CreateReduceCombinerFromAccumulator(accumulator); in runOnModule() 1435 return Changed; in runOnModule()
|
/frameworks/compile/slang/StripUnkAttr/ |
D | strip_unknown_attributes_pass.cpp | 32 bool Changed = false; in runOnModule() local 34 Changed |= runOnFunction(*I); in runOnModule() 36 return Changed; in runOnModule()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriterPass.cpp | 33 bool Changed = false; in runOnModule() local 35 return Changed; in runOnModule()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriterPass.cpp | 33 bool Changed = false; in runOnModule() local 35 return Changed; in runOnModule()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriterPass.cpp | 33 bool Changed = false; in runOnModule() local 35 return Changed; in runOnModule()
|
/frameworks/native/services/surfaceflinger/Scheduler/ |
D | Scheduler.h | 42 enum class ConfigEvent { None, Changed }; enumerator 46 if (first == ConfigEvent::Changed) return ConfigEvent::Changed; 47 if (second == ConfigEvent::Changed) return ConfigEvent::Changed;
|
D | Scheduler.cpp | 370 changeRefreshRate(newRefreshRateType, ConfigEvent::Changed); in updateFpsBasedOnContent() 486 event = ConfigEvent::Changed; in touchChangeRefreshRate()
|
/frameworks/compile/libbcc/tools/bcc_strip_attr/ |
D | bcc_strip_attr.cpp | 77 bool Changed = false; in runOnModule() local 79 Changed |= runOnFunction(*I); in runOnModule() 81 return Changed; in runOnModule()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/ |
D | CHANGES.txt | 102 - Changed the code signing key to a privately held key 133 - Changed to using secure .snk for releases
|
/frameworks/base/tools/aapt2/ |
D | readme.md | 10 conflicting definitions for the same Java constant in Manifest.java. Changed the implementation
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 272 - Changed the file descriptor ownership transferring behavior.
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | CHANGES.txt | 369 * Changed to use cmake for Windows Visual Studio builds. 442 * Changed repeated primitive fields to use packed serialization by default in
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 6070 {iter->first, iter->second->configId, Scheduler::ConfigEvent::Changed}); in setAllowedDisplayConfigsInternal()
|