Home
last modified time | relevance | path

Searched refs:store1 (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/parallel/
Dtest-diagnostics-channel-bind-store.js18 const store1 = new AsyncLocalStorage(); constant
19 channel.bindStore(store1);
32 assert.deepStrictEqual(data, store1.getStore());
39 assert.strictEqual(store1.getStore(), undefined);
49 assert.strictEqual(store1.getStore(), inputs[n]);
61 assert.strictEqual(store1.getStore(), inputs[n]);
69 assert.strictEqual(store1.getStore(), inputs[n]);
76 assert.strictEqual(store1.getStore(), undefined);
80 assert.ok(channel.unbindStore(store1));
84 assert.ok(!channel.unbindStore(store1));
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dh264pred_msa.c214 v16u8 store0, store1; in intra_predict_plane_16x16_msa() local
276 PCKEV_B2_UB(vec10, vec9, vec12, vec11, store0, store1); in intra_predict_plane_16x16_msa()
277 ST_UB2(store0, store1, src, stride); in intra_predict_plane_16x16_msa()
288 uint64_t store0, store1; in intra_predict_dc_4blk_8x8_msa() local
315 store1 = ((uint64_t) out3 << 32) | out2; in intra_predict_dc_4blk_8x8_msa()
319 SD4(store1, store1, store1, store1, src, stride); in intra_predict_dc_4blk_8x8_msa()
369 uint64_t store0, store1; in intra_predict_mad_cow_dc_l0t_8x8_msa() local
390 store1 = ((uint64_t) out1 << 32); in intra_predict_mad_cow_dc_l0t_8x8_msa()
391 store0 = store1 | ((uint64_t) out2); in intra_predict_mad_cow_dc_l0t_8x8_msa()
392 store1 = store1 | ((uint64_t) out0); in intra_predict_mad_cow_dc_l0t_8x8_msa()
[all …]
/third_party/node/deps/v8/third_party/wasm-api/example/
Dfinalize.c75 wasm_store_t* store1 = wasm_store_new(engine); in main() local
78 run_in_store(store1); in main()
93 run_in_store(store1); in main()
97 wasm_store_delete(store1); in main()
Dfinalize.cc70 auto store1 = wasm::Store::make(engine.get()); in run() local
73 run_in_store(store1.get()); in run()
89 run_in_store(store1.get()); in run()
/third_party/skia/src/core/
DSk4px.h61 void store1(SkPMColor px[1]) const { memcpy(px, this, 4); } in store1() function
133 fn(Load1(src)).store1(dst); in MapSrc()
163 fn(Load1(dst), Load1(src)).store1(dst); in MapDstSrc()
193 fn(Load1(dst), Sk16b(*a)).store1(dst); in MapDstAlpha()
225 fn(Load1(dst), Load1(src), Sk16b(*a)).store1(dst); in MapDstSrcAlpha()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimizer.cpp55 static bool storeTypeMatchesStore(const Ice::Inst *store1, const Ice::Inst *store2);
733 bool Optimizer::storeTypeMatchesStore(const Ice::Inst *store1, const Ice::Inst *store2) in storeTypeMatchesStore() argument
735 assert(isStore(*store1) && isStore(*store2)); in storeTypeMatchesStore()
736 assert(store1->getStoreAddress() == store2->getStoreAddress()); in storeTypeMatchesStore()
738 if(store1->getData()->getType() != store2->getData()->getType()) in storeTypeMatchesStore()
743 if(auto *storeSubVector1 = asStoreSubVector(store1)) in storeTypeMatchesStore()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_64bit.cpp77 split_store_output(nir_intrinsic_instr *store1);
560 LowerSplit64BitVar::split_store_output(nir_intrinsic_instr *store1) in split_store_output() argument
562 auto src = store1->src[0]; in split_store_output()
564 nir_io_semantics sem = nir_intrinsic_io_semantics(store1); in split_store_output()
566 auto store2 = nir_instr_as_intrinsic(nir_instr_clone(b->shader, &store1->instr)); in split_store_output()
570 nir_instr_rewrite_src(&store1->instr, &src, nir_src_for_ssa(src1)); in split_store_output()
571 nir_intrinsic_set_write_mask(store1, 3); in split_store_output()
577 nir_intrinsic_set_io_semantics(store1, sem); in split_store_output()
581 nir_intrinsic_set_base(store2, nir_intrinsic_base(store1)); in split_store_output()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonShuffler.cpp303 unsigned memory = 0, loads = 0, load0 = 0, stores = 0, store0 = 0, store1 = 0; in check() local
370 ++store1; in check()
488 if (store1 && stores > 1) { in check()