Home
last modified time | relevance | path

Searched refs:store2 (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dfinalize.c82 wasm_store_t* store2 = wasm_store_new(engine); in main() local
85 run_in_store(store2); in main()
89 wasm_store_delete(store2); in main()
H A Dfinalize.cc78 auto store2 = wasm::Store::make(engine.get()); in run() local
81 run_in_store(store2.get()); in run()
/third_party/skia/src/core/
H A DSk4px.h60 void store2(SkPMColor px[2]) const { memcpy(px, this, 8); } in store2() function in __anon18669::Sk4px
129 fn(Load2(src)).store2(dst); in MapSrc()
159 fn(Load2(dst), Load2(src)).store2(dst); in MapDstSrc()
189 fn(Load2(dst), Load2Alphas(a)).store2(dst); in MapDstAlpha()
221 fn(Load2(dst), Load2(src), Load2Alphas(a)).store2(dst); in MapDstSrcAlpha()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A 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()
745 if(auto *storeSubVector2 = asStoreSubVector(store2)) in storeTypeMatchesStore()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_64bit.cpp566 auto store2 = nir_instr_as_intrinsic(nir_instr_clone(b->shader, &store1->instr)); in split_store_output() local
573 nir_instr_rewrite_src(&store2->instr, &src, nir_src_for_ssa(src2)); in split_store_output()
574 nir_intrinsic_set_write_mask(store2, old_components == 3 ? 1 : 3); in split_store_output()
580 nir_intrinsic_set_io_semantics(store2, sem); in split_store_output()
581 nir_intrinsic_set_base(store2, nir_intrinsic_base(store1)); in split_store_output()
583 nir_builder_instr_insert(b, &store2->instr); in split_store_output()
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h147 SI void store2(uint16_t* ptr, size_t tail, U16 r, U16 g) { in store2() function
173 SI void store2(float* ptr, size_t tail, F r, F g) { in store2() function
254 SI void store2(uint16_t* ptr, size_t tail, U16 r, U16 g) {
312 SI void store2(float* ptr, size_t tail, F r, F g) {
440 SI void store2(uint16_t* ptr, size_t tail, U16 r, U16 g) {
607 SI void store2(float* ptr, size_t tail, F r, F g) {
771 SI void store2(uint16_t* ptr, size_t tail, U16 r, U16 g) {
879 SI void store2(float* ptr, size_t tail, F r, F g) {
2267 store2((uint16_t*)ptr, tail, to_half(r)
2300 store2(pt
[all...]

Completed in 8 milliseconds