Home
last modified time | relevance | path

Searched full:updates (Results 1 – 25 of 3178) sorted by relevance

12345678910>>...128

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDomTreeUpdater.h72 /// as having no pending updates. This function does not check
77 /// Returns true if there are DominatorTree updates queued.
81 /// Returns true if there are PostDominatorTree updates queued.
88 /// These methods provide APIs for submitting updates to the DominatorTree and
93 /// 1. Eager UpdateStrategy: Updates are submitted and then flushed
95 /// 2. Lazy UpdateStrategy: Updates are submitted but only flushed when you
97 /// when you submit a bunch of updates multiple times which can then
98 /// add up to a large number of updates between two queries on the
99 /// DominatorTree. The incremental updater can reschedule the updates or
101 /// process depending on the number of updates.
[all …]
/third_party/mesa3d/docs/relnotes/
D6.436 Glide (3dfx Voodoo1/2) requires updates
37 SVGA requires updates
38 DJGPP requires updates
39 GGI requires updates
40 BeOS requires updates
41 Allegro requires updates
42 D3D requires updates
44 The drivers which require updates mostly need to be updated to work
D6.4.2.rst53 Glide (3dfx Voodoo1/2) requires updates
54 SVGA requires updates
55 DJGPP requires updates
56 GGI requires updates
57 BeOS requires updates
58 Allegro requires updates
59 D3D requires updates
D6.4.1.rst48 Glide (3dfx Voodoo1/2) requires updates
49 SVGA requires updates
50 DJGPP requires updates
51 GGI requires updates
52 BeOS requires updates
53 Allegro requires updates
54 D3D requires updates
D6.4.rst71 Glide (3dfx Voodoo1/2) requires updates
72 SVGA requires updates
73 DJGPP requires updates
74 GGI requires updates
75 BeOS requires updates
76 Allegro requires updates
77 D3D requires updates
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDomTreeUpdater.cpp31 // Discard updates by inspecting the current state of successors of From. in isUpdateValid()
33 // altered we can determine if the update is unnecessary for batch updates in isUpdateValid()
39 // 1. In batch updates, this update is unnecessary. in isUpdateValid()
63 // Only apply updates not are applied by DomTree. in applyDomTreeUpdates()
67 assert(I < E && "Iterator range invalid; there should be DomTree updates."); in applyDomTreeUpdates()
84 // Only apply updates not are applied by PostDomTree. in applyPostDomTreeUpdates()
89 "Iterator range invalid; there should be PostDomTree updates."); in applyPostDomTreeUpdates()
173 // The DT and PDT require the nodes related to updates
231 void DomTreeUpdater::applyUpdates(ArrayRef<DominatorTree::UpdateType> Updates) { in applyUpdates() argument
236 for (const auto &U : Updates) in applyUpdates()
[all …]
/third_party/ntfs-3g/ntfsprogs/
Dntfsrecover.8.in6 ntfsrecover \- Recover updates committed by Windows on an NTFS volume
11 applies to the metadata the updates which were requested on Windows but could
14 Doing so, the file system is restored to a consistent state, however updates
22 unfortunate event occurs, and one of these updates could be done but not all
25 A group of updates which have all to be done to preserve consistency is
26 called a transaction, and the end of updates within a transaction is called
37 similarly examines the log file and applies the updates within committed
40 Currently, ntfs-3g does not log updates, so
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBinaryStreamReader.h53 /// Updates the stream's offset to point after the newly read data.
61 /// depends on the implementation of the underlying stream. Updates the
70 /// buffer into \p Dest. Updates the stream's offset to point after the newly
112 /// on the implementation of the underlying stream. Updates the stream's
127 /// on the implementation of the underlying stream. Updates the stream's
135 /// equivalent to calling getUnderlyingStream().slice(Offset). Updates the
144 /// Updates the stream's offset to point after the newly read object. Never
153 /// Updates the stream's offset to point after the newly read object. Never
163 /// Updates the stream's offset to point after the newly read object. Whether
180 /// type T can be safely treated in this manner. Updates the stream's offset
[all …]
DCFGUpdate.h56 // LegalizeUpdates function simplifies updates assuming a graph structure.
58 // a) It removes redundant updates, which makes it easier to reverse-apply
60 // b) It optimizes away updates that cancel each other out, as the end result
69 // of updates contains multiple updates of the same kind and we assert for in LegalizeUpdates()
98 // of work needed to perform the series of updates. in LegalizeUpdates()
DGenericDomTreeConstruction.h26 /// updates (insertion and deletions). The implemented algorithm is based on
78 SmallVector<UpdateT, 4> Updates; member
82 // DominatorTree last knew about, use the list of updates to reconstruct
125 // Depth Based Search algorithm to perform incremental updates in lockstep
126 // with updates to the CFG. We emulated lockstep CFG updates by getting its
127 // next snapshots by reverse-applying future updates.
134 // reverse-apply the future updates to get the node's children at the in Get()
578 dbgs() << "DomTree recalculated, skipping future batch updates\n"); in CalculateFromScratch()
712 // Updates the set of roots after insertion or deletion. This ensures that
713 // roots are the same when after a series of updates and when the tree would
[all …]
/third_party/mesa3d/src/panfrost/lib/
Dpan_earlyzs.c61 /* Late coverage updates are required if the coverage mask depends on in analyze()
63 * updates and must be considered. Strictly, depth/stencil writes may in analyze()
64 * also update the coverage mask, but these already force late updates. in analyze()
70 /* Late coverage mask updates may affect the value written to the in analyze()
75 * That dependency does mean late coverage mask updates require late in analyze()
76 * depth/stencil updates. in analyze()
/third_party/openGLES/extensions/SGIS/
DSGIS_texture_color_mask.txt33 updates that glColorMask implements for color buffer updates.
41 apply to all texture updates.
78 Fine Control of Texture Image Updates
96 is used to control updates to texture images with non-indexed
114 updates have been disabled are undefined.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_texture_color_mask.txt33 updates that glColorMask implements for color buffer updates.
41 apply to all texture updates.
78 Fine Control of Texture Image Updates
96 is used to control updates to texture images with non-indexed
114 updates have been disabled are undefined.
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dsyncing_test.dart22 int updates = 0;
37 updates += 1;
61 expect(state.updates, equals(0));
75 expect(state.updates, equals(1));
95 expect(state.updates, equals(0));
109 expect(state.updates, equals(0));
/third_party/cef/tests/ceftests/
Dosr_accessibility_unittest.cc182 // sufficient time for any accessibility updates to come through in OnAccessibilityTreeChange()
254 // giving sufficient time for any accessibility updates to come through in DisableAccessibility()
266 return topLevel->GetList("updates"); in GetUpdateList()
270 CefRefPtr<CefListValue> updates = GetUpdateList(value); in GetUpdateListSize() local
271 if (updates) in GetUpdateListSize()
272 return updates->GetSize(); in GetUpdateListSize()
278 CefRefPtr<CefListValue> updates = GetUpdateList(value); in GetUpdateValue() local
279 if (!updates) in GetUpdateValue()
281 EXPECT_LT(index, updates->GetSize()); in GetUpdateValue()
282 CefRefPtr<CefDictionaryValue> update = updates->GetDictionary(index); in GetUpdateValue()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/
DDeferredClears.md30 In scenario 1, the staged updates in the `vk::ImageHelper` are flushed. That includes the `Clear`
31 updates which will be done with an out-of-render-pass `vkCmdClear*Image` call.
33 In scenario 2, `FramebufferVk::syncState` is responsible for extracting the staged `Clear` updates,
34 assuming there are no subsequent updates to that subresource of the image, and keep them as
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanUniformUpdatesTest.cpp7 // Tests to validate our Vulkan dynamic uniform updates are working as expected.
95 // This test updates a uniform until a new buffer is allocated and then make sure the uniform
96 // updates still work.
122 // Set a really small min size so that uniform updates often allocates a new buffer. in TEST_P()
151 // Force uniform updates until the dynamic descriptor pool wraps into a new pool allocation.
186 // Uniform updates along with Texture updates.
254 // Uniform updates along with Texture regeneration.
334 // Uniform updates along with Texture updates.
366 // Set a really small min size so that uniform updates often allocates a new buffer. in TEST_P()
/third_party/node/doc/guides/
Dmaintaining-openssl.md5 If you need to provide updates across all active release lines you will
15 updates to the openssl source code, with a new commit generated
62 This updates all sources in deps/openssl/openssl by:
85 Check diffs to ensure updates are right. Even if there are no updates in openssl
/third_party/typescript/src/testRunner/unittests/tscWatch/
DemitAndErrorUpdates.ts2 …describe("unittests:: tsc-watch:: Emit times and Error updates in builder after program changes", …
109 describe("updates errors when deep import file changes", () => {
126 "updates errors when deep import file changes",
132 describe("updates errors when deep import through declaration file changes", () => {
149 "updates errors when deep import through declaration file changes",
156 … describe("updates errors in file not exporting a deep multilevel import that changes", () => {
209 describe("updates errors when file transitively exported file changes", () => {
259 … subScenario: `updates errors when file transitively exported file changes/${subScenario}`,
/third_party/ltp/ci/
Dubuntu.sh5 # workaround for missing oldstable-updates repository
6 # W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages
7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap…
Ddebian.sh5 # workaround for missing oldstable-updates repository
6 # W: Failed to fetch http://deb.debian.org/debian/dists/oldstable-updates/main/binary-amd64/Packages
7 grep -v oldstable-updates /etc/apt/sources.list > /tmp/sources.list && mv /tmp/sources.list /etc/ap…
/third_party/skia/third_party/externals/libwebp/
DNEWS9 * toolchain updates and bug fixes (#498, #501, #502, #504, #505, #506, #509,
22 * toolchain updates and bug fixes (#449, #463, #470, #475, #477, #478, #479,
32 * toolchain updates and bug fixes
44 Tool updates:
73 Tool updates:
86 Tool updates / additions:
167 * documentation / vwebp updates for animation
220 Tool updates / additions:
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/
DHP_occlusion_test.txt35 disable updates to these buffers. As a side effect of reading the occlusion
41 - disable updates to color and depth buffer (optional)
50 - enable updates to color and depth buffer
111 enable updates to color and depth buffer
/third_party/openGLES/extensions/HP/
DHP_occlusion_test.txt35 disable updates to these buffers. As a side effect of reading the occlusion
41 - disable updates to color and depth buffer (optional)
50 - enable updates to color and depth buffer
111 enable updates to color and depth buffer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h44 /// instruction. If \p Updates is specified, collect all necessary DT updates
48 SmallVectorImpl<DominatorTree::UpdateType> *Updates,
58 /// relevant loop info updates should be done before this function is called.
187 /// all edges between the two blocks and return true. This updates all of the
189 /// updates the analyses described above.
203 /// the two blocks. It updates the analyses passed in the options struct
248 /// This currently updates the LLVM IR, DominatorTree, LoopInfo, and LCCSA but
266 /// This currently updates the LLVM IR, DominatorTree, LoopInfo, and LCCSA but
304 /// Updates DT and LI if given.

12345678910>>...128