Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSk4px.h60 void store2(SkPMColor px[2]) const { memcpy(px, this, 8); } in store2() function
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/src/core/
DSk4px.h60 void store2(SkPMColor px[2]) const { memcpy(px, this, 8); } in store2() function
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/node/test/async-hooks/
Dtest-async-local-storage-no-mix-contexts.js13 const store2 = asyncLocalStorage2.getStore(); constant
15 store2.set('hello', 'foo');
/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()
745 if(auto *storeSubVector2 = asStoreSubVector(store2)) in storeTypeMatchesStore()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_nir_lower_64bit.cpp379 auto store2 = nir_instr_as_intrinsic(nir_instr_clone(b->shader, &store1->instr)); in split_store_output() local
386 nir_instr_rewrite_src(&store2->instr, &src, nir_src_for_ssa(src2)); in split_store_output()
387 nir_intrinsic_set_write_mask(store2, old_components == 3 ? 1 : 3); in split_store_output()
393 nir_intrinsic_set_io_semantics(store2, sem); in split_store_output()
394 nir_intrinsic_set_base(store2, nir_intrinsic_base(store1)); in split_store_output()
396 nir_builder_instr_insert(b, &store2->instr); in split_store_output()
/third_party/boost/libs/test/test/utils-ts/
Druntime-param-test.cpp310 rt::parameters_store store2; variable
314 store2.add( p5 );
318 store2.add( p6 );
320 BOOST_CHECK_THROW( rt::cla::parser testparser( store2 ), rt::conflicting_param );
/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h143 SI void store2(uint16_t* ptr, size_t tail, U16 r, U16 g) { in store2() function
169 SI void store2(float* ptr, size_t tail, F r, F g) { in store2() function
248 SI void store2(uint16_t* ptr, size_t tail, U16 r, U16 g) {
306 SI void store2(float* ptr, size_t tail, F r, F g) {
425 SI void store2(uint16_t* ptr, size_t tail, U16 r, U16 g) {
592 SI void store2(float* ptr, size_t tail, F r, F g) {
753 SI void store2(uint16_t* ptr, size_t tail, U16 r, U16 g) {
861 SI void store2(float* ptr, size_t tail, F r, F g) {
2138 store2((uint16_t*)ptr, tail, to_half(r) in STAGE()
2171 store2(ptr, tail, r, g); in STAGE()
/third_party/skia/src/opts/
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) in STAGE()
2300 store2(ptr, tail, r, g); in STAGE()