Home
last modified time | relevance | path

Searched refs:moved (Results 1 - 25 of 37) sorted by relevance

12

/third_party/skia/src/gpu/
H A DGrRenderTaskCluster.cpp124 // hoping to extend by reordering. Let "moved tasks" be the ones we want to move to extend the in task_cluster_visit()
133 // We can't reorder if any moved task depends on anything in the cluster. in task_cluster_visit()
135 for (GrRenderTask* moved = movedHead; moved; moved = moved->fNext) { in task_cluster_visit()
137 if (depends_on(moved, passed)) { in task_cluster_visit()
143 // Grab the moved tasks and pull them before clusterHead. in task_cluster_visit()
144 for (GrRenderTask* moved = movedHead; moved;) { in task_cluster_visit()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_move_discards_to_top.c50 /** Check recursively if the source can be moved to the top of the shader.
64 /* Phi instructions can't be moved at all. Also, if we're dependent on in can_move_src()
99 * Demote are handled the same way, except that they can still be moved up
113 * clear the flags in case the discard cannot be moved. in try_move_discard()
138 bool moved = false; in opt_move_discards_to_top_impl() local
185 moved = moved || try_move_discard(intrin); in opt_move_discards_to_top_impl()
206 if (moved) { in opt_move_discards_to_top_impl()
/third_party/node/deps/npm/node_modules/cacache/lib/content/
H A Dwrite.js40 if (!tmp.moved) {
114 if (!tmp.moved) {
159 moved: false,
174 tmp.moved = true
175 return tmp.moved
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
H A Dstatusor_test.cc171 : x(d.x), copied(false), moved(true) {} in moved() function
172 CopyDetector(const CopyDetector& d) : x(d.x), copied(true), moved(false) {} in CopyDetector()
176 moved = false; in operator =()
182 moved = true;
187 bool moved = false; member
191 return AllOf(Field(&CopyDetector::x, a), Field(&CopyDetector::moved, b), in CopyDetectorHas()
663 bool moved; member
665 : x(a.x), moved(false) {} in ImplicitConstructibleFromA()
667 : x(a.x), moved(true) {} in ImplicitConstructibleFromA()
675 Field(&ImplicitConstructibleFromA::moved, tru in TEST()
685 bool moved; global() member
[all...]
/third_party/node/deps/npm/node_modules/cacache/lib/
H A Dentry-index.js74 moved: false,
79 if (!tmp.moved) {
90 tmp.moved = true
/third_party/curl/src/
H A Dtool_cb_prg.c81 static void fly(struct ProgressData *bar, bool moved) in fly() argument
109 bar->bar += (moved?bar->barmove:0); in fly()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Denum_set_test.cpp252 CapabilitySet moved(std::move(copy)); in TEST_P()
253 EXPECT_THAT(ElementsIn(moved), Eq(GetParam().expected)); in TEST_P()
255 // The moved-from set is empty. in TEST_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Denum_set_test.cpp252 CapabilitySet moved(std::move(copy)); in TEST_P()
253 EXPECT_THAT(ElementsIn(moved), Eq(GetParam().expected)); in TEST_P()
255 // The moved-from set is empty. in TEST_P()
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl203 || ROTL @X[$d1],0,@X[$d2] ; moved to avoid cross-path stall
260 || ROTL @Y[$d1],0,@Y[$d2] ; moved to avoid cross-path stall
317 || ROTL @X[$d0],0,@X[$d3] ; moved to avoid cross-path stall
375 || ROTL @Y[$d0],0,@Y[$d3] ; moved to avoid cross-path stall
642 || ROTL @X[$d1],0,@X[$d2] ; moved to avoid cross-path stall
701 || ROTL @X[$d0],0,@X[$d3] ; moved to avoid cross-path stall
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-c64xplus.pl203 || ROTL @X[$d1],0,@X[$d2] ; moved to avoid cross-path stall
260 || ROTL @Y[$d1],0,@Y[$d2] ; moved to avoid cross-path stall
317 || ROTL @X[$d0],0,@X[$d3] ; moved to avoid cross-path stall
375 || ROTL @Y[$d0],0,@Y[$d3] ; moved to avoid cross-path stall
642 || ROTL @X[$d1],0,@X[$d2] ; moved to avoid cross-path stall
701 || ROTL @X[$d0],0,@X[$d3] ; moved to avoid cross-path stall
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Darmv8-mont.pl908 //adc $carry,xzr,xzr // moved below
971 //adc $carry,xzr,xzr // moved above
997 //adc $carry,xzr,xzr // moved above
1178 //adc $carry,xzr,xzr // moved below
1227 //adc $carry,xzr,xzr // moved above
1254 //adc $carry,xzr,xzr // moved above
/third_party/openssl/crypto/bn/asm/
H A Darmv8-mont.pl908 //adc $carry,xzr,xzr // moved below
971 //adc $carry,xzr,xzr // moved above
997 //adc $carry,xzr,xzr // moved above
1178 //adc $carry,xzr,xzr // moved below
1227 //adc $carry,xzr,xzr // moved above
1254 //adc $carry,xzr,xzr // moved above
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-parisc.pl162 xor $rem,$Zhh,$Zhh ; moved here to work around gas bug
423 xor $rem,$Zhh,$Zhh ; moved here to work around gas bug
/third_party/openssl/crypto/modes/asm/
H A Dghash-parisc.pl162 xor $rem,$Zhh,$Zhh ; moved here to work around gas bug
423 xor $rem,$Zhh,$Zhh ; moved here to work around gas bug
/third_party/spirv-tools/test/
H A Denum_set_test.cpp847 CapabilitySet moved(std::move(copy)); in TEST_P()
848 EXPECT_THAT(ElementsIn(moved), Eq(GetParam().expected)); in TEST_P()
850 // The moved-from set is empty. in TEST_P()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat92 # Greek_Latin_UNGEGN * 2.2 (moved from el.txt)
/third_party/python/Lib/test/
H A Dtest_shutil.py2170 moved = []
2172 moved.append((src, dst))
2174 self.assertEqual(len(moved), 1)
2178 moved = []
2180 moved.append((src, dst))
2184 self.assertEqual(len(moved), 3)
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DTest.pm167 the one C<setup> moved into, usually a subdirectory, given by SUBDIR.
304 calculated before we moved into the directory "foo".
1112 # away the result for after having moved into the new directory.
/third_party/openssl/util/perl/OpenSSL/
H A DTest.pm167 the one C<setup> moved into, usually a subdirectory, given by SUBDIR.
304 calculated before we moved into the directory "foo".
1112 # away the result for after having moved into the new directory.
/third_party/libunwind/libunwind/doc/
H A Dlibunwind.tex77 be moved ``up'' (towards earlier stack frames) by calling
/third_party/littlefs/
H A Dlfs.c4829 // fetch and delete the moved entry
5561 // check that entry has not been moved
5563 int moved = lfs1_moved(lfs, &entry1.d.u); local
5564 if (moved < 0) {
5565 err = moved;
5569 if (moved) {
/third_party/libabigail/
H A Dltmain.sh3829 # This wrapper script should never be moved out of the build directory.
4128 This wrapper executable should never be moved out of the build directory.
6496 func_warning "library \`$lib' was moved."
7064 func_warning "\`$deplib' seems to be moved"
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh3849 # This wrapper script should never be moved out of the build directory.
4148 This wrapper executable should never be moved out of the build directory.
6519 func_warning "library \`$lib' was moved."
7087 func_warning "\`$deplib' seems to be moved"
/third_party/eudev/
H A Dltmain.sh5271 # This wrapper script should never be moved out of the build directory.
5571 This wrapper executable should never be moved out of the build directory.
8011 func_warning "library '$lib' was moved."
8579 func_warning "'$deplib' seems to be moved"
/third_party/curl/
H A Dltmain.sh5472 # This wrapper script should never be moved out of the build directory.
5772 This wrapper executable should never be moved out of the build directory.
8242 func_warning "library '$lib' was moved."
8810 func_warning "'$deplib' seems to be moved"

Completed in 66 milliseconds

12