Home
last modified time | relevance | path

Searched refs:store (Results 1451 - 1475 of 1931) sorted by relevance

1...<<51525354555657585960>>...78

/third_party/skia/third_party/externals/libpng/
H A Ddepcomp44 DEPDIR directory where to store dependencies.
/third_party/skia/third_party/externals/microhttpd/
H A Ddepcomp44 DEPDIR directory where to store dependencies.
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DNativeAudioContext.h264 threadEnabled.store(false); // ask thread to exit its loop in stopBlockingIOThread()
/third_party/skia/src/utils/
H A DSkPatchUtils.cpp338 .store(tmpColors[dataIndex].vec()); in MakeVertices()
/third_party/openssl/apps/
H A Dengine.c23 #include <openssl/store.h>
/third_party/skia/include/private/
H A DSkColorData.h427 SkNx_cast<uint8_t>(Sk4f_round(v * 255.0f)).store(&l32); in Sk4f_toL32()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation.cpp359 return MakeUnique<TransformationStore>(message.store()); in FromMessage()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_compiler_nir.c119 * safely store NIR i1s in a 32-bit reg while always containing either a 1 or
1164 struct ir3_instruction *store, *offset; in emit_intrinsic_store_shared_ir3() local
1170 store = ir3_STLW(b, offset, 0, in emit_intrinsic_store_shared_ir3()
1177 store->opc = OPC_STL; in emit_intrinsic_store_shared_ir3()
1179 store->cat6.dst_offset = nir_intrinsic_base(intr); in emit_intrinsic_store_shared_ir3()
1180 store->cat6.type = utype_src(intr->src[0]); in emit_intrinsic_store_shared_ir3()
1181 store->barrier_class = IR3_BARRIER_SHARED_W; in emit_intrinsic_store_shared_ir3()
1182 store->barrier_conflict = IR3_BARRIER_SHARED_R | IR3_BARRIER_SHARED_W; in emit_intrinsic_store_shared_ir3()
1184 array_insert(b, b->keeps, store); in emit_intrinsic_store_shared_ir3()
1890 /* This is a bit of a hack until ir3_context is converted to store SS
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc166 queue->publish_limit.store(limit, std::memory_order_relaxed); in GetQueueForTask()
224 big_units_queue_.has_units[tier].store(true, in AddUnits()
398 big_units_queue_.has_units[tier].store(false, std::memory_order_relaxed); in GetBigUnitOfTier()
2136 // TODO(wasm): Improve efficiency of storing module wire bytes. Only store in CreateNativeModule()
2858 job_->outstanding_finishers_.store(2); in ProcessCodeSectionHeader()
3062 compile_cancelled_.store(true, std::memory_order_relaxed); in CancelCompilation()
3422 outstanding_js_to_wasm_wrappers_.store(js_to_wasm_wrapper_units.size(), in CommitCompilationUnits()
3636 // Recompilation can happen multiple times, thus do not store this. There can in TriggerCallbacks()
3769 compile_cancelled_.store(true, std::memory_order_relaxed); in SetError()
3792 done_->store(tru in WaitForCompilationEvent()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1169 /* Unaligned store due to the vertex header */ in store_aos()
1174 * Adjust the mask to architecture endianess. The mask will the store in struct:
1258 /* store vertex header for each of the n vertices */ in store_aos_array()
1289 /* store for each of the n vertices */ in store_aos_array()
1421 /* Unaligned store */ in store_clip()
1481 /* store transformed outputs */ in generate_viewport()
2311 /* store original positions in clip before further manipulation */ in draw_llvm_generate()
2326 /* store temporary clipping boolean value */ in draw_llvm_generate()
2342 /* store clipmask in vertex header, in draw_llvm_generate()
2366 draw_llvm_make_variant_key(struct draw_llvm *llvm, char *store) in draw_llvm_make_variant_key() argument
3002 draw_gs_llvm_make_variant_key(struct draw_llvm *llvm, char *store) draw_gs_llvm_make_variant_key() argument
3668 draw_tcs_llvm_make_variant_key(struct draw_llvm *llvm, char *store) draw_tcs_llvm_make_variant_key() argument
4199 draw_tes_llvm_make_variant_key(struct draw_llvm *llvm, char *store) draw_tes_llvm_make_variant_key() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DReactor.hpp198 RValue<T> store(RValue<T> rvalue) const in store() function in rr::LValue
2972 this->store(argument.rvalue()); in Pointer()
2984 this->store(rhs); in Pointer()
2991 this->store(rhs.load()); in Pointer()
2998 this->store(rhs.load()); in Pointer()
3012 return this->store(rhs); in operator =()
3018 return this->store(rhs.load()); in operator =()
3024 return this->store(rhs.load()); in operator =()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp528 isNotifyUIBufferAvailable_.store(available); in SetIsNotifyUIBufferAvailable()
1117 ancoForceDoDirect_.store(direct); in SetAncoForceDoDirect()
1132 ancoFlags_.store(flags); in SetAncoFlags()
2598 cacheProcessStatus_.store(cacheProcessStatus); in SetCacheSurfaceProcessedStatus()
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/
H A DDeviceKvStoreDataCallbackJsTest.js87 await kvManager.getKVStore(TEST_STORE_ID, options).then((store) => {
88 kvStore = store;
129 await kvManager.getKVStore(TEST_STORE_ID, options, function (err, store) {
130 kvStore = store;
H A DKvStoreDataResultSetJsTest.js61 console.info('beforeAll deleteKVStore store: ' + data[i]);
82 await kvManager.getKVStore(TEST_STORE_ID, options).then((store) => {
83 kvStore = store;
/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/
H A DDeviceKvStoreKVCallbackJsTest.js81 await kvManager.getKVStore(TEST_STORE_ID, options).then((store) => {
82 kvStore = store;
123 kvManager.getKVStore(TEST_STORE_ID, options, function (err, store) {
129 kvStore = store;
/third_party/ffmpeg/libavcodec/arm/
H A Dvp9itxfm_16bpp_neon.S576 @ transpose into a horizontal 8x4 slice and store.
605 @ don't store the first 4x4 block, but keep it in registers
620 @ load the destination pixels (from a similar 4x8 slice), add and store back.
1025 @ transpose into a horizontal 16x2 slice and store.
1067 @ load the destination pixels (from a similar 2x16 slice), add and store back.
H A Dvp9mc_neon.S451 @ Round, shift and saturate and store qreg1-2 over 4 lines
470 @ Round, shift and saturate and store qreg1-4
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp307 simdutf_really_inline void store(uint8_t dst[16]) const { return vst1q_u8(dst, *this); } in store() function
386 simdutf_really_inline void store(uint8_t dst[16]) const { return vst1q_u8(dst, *this); } in store() function
503 // encourage store pairing and interleaving in store_ascii_as_utf32_tbl()
506 shuf1.store(reinterpret_cast<int8_t *>(p)); in store_ascii_as_utf32_tbl()
507 shuf2.store(reinterpret_cast<int8_t *>(p + 4)); in store_ascii_as_utf32_tbl()
511 shuf3.store(reinterpret_cast<int8_t *>(p + 8)); in store_ascii_as_utf32_tbl()
512 shuf4.store(reinterpret_cast<int8_t *>(p + 12)); in store_ascii_as_utf32_tbl()
558 simdutf_really_inline void store(int8_t dst[16]) const { return vst1q_s8(dst, value); } in store() function
634 simdutf_really_inline void store(T* ptr) const { in store() function
635 this->chunks[0].store(pt in store()
845 simdutf_really_inline void store(T dst[8]) const { return vst1q_u16(dst, *this); } store() function
956 simdutf_really_inline void store(T* ptr) const { store() function
1781 simdutf_really_inline void store(T dst[32]) const { return _mm256_storeu_si256(reinterpret_cast<__m256i *>(dst), *this); } store() function
1943 simdutf_really_inline void store(T* ptr) const { store() function
2118 simdutf_really_inline void store(T dst[8]) const { return _mm256_storeu_si256(reinterpret_cast<__m256i *>(dst), *this); } store() function
2238 simdutf_really_inline void store(T* ptr) const { store() function
2685 simdutf_really_inline void store(T dst[16]) const { return _mm_storeu_si128(reinterpret_cast<__m128i *>(dst), *this); } store() function
2881 simdutf_really_inline void store(T* ptr) const { store() function
3067 simdutf_really_inline void store(T dst[8]) const { return _mm_storeu_si128(reinterpret_cast<__m128i *>(dst), *this); } store() function
3185 simdutf_really_inline void store(T* ptr) const { store() function
3606 simdutf_really_inline void store(T dst[16]) const { store() function
3829 simdutf_really_inline void store(T* ptr) const { store() function
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/multichannel/
H A Dmultichannel_audio_renderer_sink.cpp816 inSwitch_.store(true); in SetOutputRoute()
818 inSwitch_.store(false); in SetOutputRoute()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_general_store.cpp383 ZLOGE("store already closed! devices count:%{public}zu, the 1st:%{public}s, mode:%{public}d", devices.size(), in Sync()
430 ZLOGE("store already closed! appId:%{public}s storeId:%{public}s", appId.c_str(), in SetEqualIdentifier()
443 ZLOGI("same account store:%{public}s, user:%{public}s, device:%{public}.10s, appId:%{public}s", in SetEqualIdentifier()
451 ZLOGI("no account store:%{public}s, device:%{public}.10s, appId:%{public}s", Anonymous::Change(storeId).c_str(), in SetEqualIdentifier()
484 ZLOGE("store already closed! devices count:%{public}zu, the 1st:%{public}s, mode:%{public}d", devices.size(), in Clean()
600 ZLOGE("store already closed! deviceId:%{public}s", Anonymous::Change(deviceId).c_str()); in GetWaterVersion()
622 genOrigin.store = storeId_; in OnChange()
649 genOrigin.store = storeId_; in OnChange()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_import_and_export_rd_test.cpp39 // define the g_kvNbDelegateCallback, used to get some information when open a kv store.
1261 readyFlag.store(false); in HWTEST_F()
1265 readyFlag.store(true); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp73 ComponentLoader::GetInstance().isLocalVersionInit_.store(false); in HWTEST_F()
78 ComponentLoader::GetInstance().isLocalVersionInit_.store(true); in HWTEST_F()
/third_party/mesa3d/src/compiler/glsl/
H A Dir.h941 * store uniform slot number.
950 * for glsl->tgsi/mesa IR we need to store the index into the
1132 ir_intrinsic_ssbo_store = MAKE_INTRINSIC_FOR_TYPE(store, ssbo),
1162 ir_intrinsic_shared_store = MAKE_INTRINSIC_FOR_TYPE(store, shared),
/third_party/node/deps/v8/src/objects/
H A Dcode-inl.h169 TaggedField<type, offset>::store(*this, value); \
934 TaggedField<Object, kCodeOffset>::store(*this, value); in set_raw_code()
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_xgl_pds.c186 unsigned int store) in pvr_encode_burst()
196 store; in pvr_encode_burst()
372 * size of a PDS program without actually attempting to store it.
179 pvr_encode_burst(struct pvr_pds_const_map_entry_write_state *entry_write_state, bool last_DMA, bool halt, unsigned int const32, unsigned int const64, unsigned int dma_size_in_dwords, unsigned int destination, unsigned int store) pvr_encode_burst() argument

Completed in 64 milliseconds

1...<<51525354555657585960>>...78