/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | transformation.cpp | 359 return MakeUnique<TransformationStore>(message.store()); in FromMessage()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | transformation.cpp | 359 return MakeUnique<TransformationStore>(message.store()); in FromMessage()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | depcomp | 44 DEPDIR directory where to store dependencies.
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | depcomp | 44 DEPDIR directory where to store dependencies.
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/ |
H A D | NativeAudioContext.h | 264 threadEnabled.store(false); // ask thread to exit its loop in stopBlockingIOThread()
|
/third_party/skia/src/utils/ |
H A D | SkPatchUtils.cpp | 338 .store(tmpColors[dataIndex].vec()); in MakeVertices()
|
/third_party/openssl/apps/ |
H A D | engine.c | 23 #include <openssl/store.h>
|
/third_party/skia/include/private/ |
H A D | SkColorData.h | 427 SkNx_cast<uint8_t>(Sk4f_round(v * 255.0f)).store(&l32); in Sk4f_toL32()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation.cpp | 359 return MakeUnique<TransformationStore>(message.store()); in FromMessage()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 119 * 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 D | module-compiler.cc | 166 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 D | draw_llvm.c | 1169 /* 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 D | Reactor.hpp | 198 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 =()
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.cpp | 307 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...] |
/device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
H A D | iommu.c | 60 ssize_t (*store)(struct iommu_group *group, const char *buf, size_t count);
member 354 if (attr->store) {
in iommu_group_attr_store() 355 ret = attr->store(group, buf, count);
in iommu_group_attr_store() 362 .store = iommu_group_attr_store,
659 * iommu drivers can store data in the group for use when doing iommu
675 * iommu drivers can store data in the group for use when doing iommu
|
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | DeviceKvStoreKVCallbackJsTest.js | 80 await kvManager.getKVStore(TEST_STORE_ID, options).then((store) => { 81 kvStore = store; 122 await kvManager.getKVStore(TEST_STORE_ID, options, function (err, store) { 123 kvStore = store;
|
H A D | KvStoreResultSetKVJsTest.js | 52 console.info('beforeAll deleteKVStore store: ' + data[i]); 73 await kvManager.getKVStore(TEST_STORE_ID, options).then((store) => { 74 kvStore = store;
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp9itxfm_16bpp_neon.S | 576 @ 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 D | vp9mc_neon.S | 451 @ Round, shift and saturate and store qreg1-2 over 4 lines 470 @ Round, shift and saturate and store qreg1-4
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 4950 unreachable("Unexpected store size"); 6352 default: unreachable(">4 channel buffer image store"); 6360 default: unreachable(">4 channel buffer image store"); 6363 aco_ptr<MUBUF_instruction> store{ 6365 store->operands[0] = Operand(rsrc); 6366 store->operands[1] = Operand(vindex); 6367 store->operands[2] = Operand::c32(0); 6368 store->operands[3] = Operand(data); 6369 store->idxen = true; 6370 store [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ir.h | 941 * 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 D | code-inl.h | 169 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 D | pvr_xgl_pds.c | 186 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
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-sparcv9.pl | 68 $ST="stx"; # store to memory 94 $ST="st"; # store to memory 533 std %f0, [%o0 + 0x00] ! store context 626 st %f0, [%o0 + 0x00] ! store context
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineSink.cpp | 386 // Walk the basic block bottom-up. Remember if we saw a store. in ProcessBlock() 931 bool store = true; in SinkInstruction() local 932 if (!MI.isSafeToMove(AA, store)) { in SinkInstruction()
|