/third_party/mesa3d/src/intel/compiler/ |
H A D | test_eu_validate.cpp | 111 bool ret = brw_validate_instructions(p->isa, p->store, 0, in validate() 115 dump_assembly(p->store, 0, p->next_insn_offset, disasm, NULL); in validate() 122 #define last_inst (&p->store[p->nr_insn - 1])
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9itxfm_16bpp_neon.S | 952 .macro store i, dst, inc 1013 // transpose into a horizontal 16x4 slice and store. 1041 store \i, x0, #16 1047 // don't store the first 4x4 block, but keep it in registers 1075 // load the destination pixels (from a similar 4x16 slice), add and store back. 1250 // store the rest in the temp buffer. 1314 store \i, x0, #16 1320 // don't store the first 4x4 block, but keep it in registers 1769 store \i, x2, x9
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 1354 /* store the sample mask for this loop */ in generate_fs_loop() 1380 * @param dst pointer to store result 3301 * incoming 64-bit mask, store to the per sample mask storage. Or in generate_fragment() 4252 char *store) in make_variant_key() 4255 (struct lp_fragment_shader_variant_key *)store; in make_variant_key() 4520 char store[LP_FS_MAX_VARIANT_KEY_SIZE]; in llvmpipe_update_fs() local 4522 make_variant_key(lp, shader, store); in llvmpipe_update_fs() 4250 make_variant_key(struct llvmpipe_context *lp, struct lp_fragment_shader *shader, char *store) make_variant_key() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | wasm-compiler.cc | 1670 // In case we store lower part of WasmI64 expression, we can truncate in BuildChangeEndiannessStore() 2334 // input doubles. We reserve this byte buffer as a stack slot, store the in BuildCFuncInstruction() 3906 // We are storing tagged value to off-heap location, so we need to store in GetSafeStoreOperator() 3950 auto store = [&](int field_offset, MachineRepresentation rep, Node* data) { in TraceMemoryOperation() local 3955 store(offsetof(wasm::MemoryTracingInfo, offset), in TraceMemoryOperation() 3957 store(offsetof(wasm::MemoryTracingInfo, is_store), in TraceMemoryOperation() 3959 store(offsetof(wasm::MemoryTracingInfo, mem_rep), in TraceMemoryOperation() 4172 Node* store = SetEffect(graph()->NewNode( in StoreLane() local 4177 SetSourcePosition(store, position); in StoreLane() 4290 Node* store in BuildAsmjsStoreMem() local [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | heap.cc | 498 gc_state_.store(state, std::memory_order_relaxed); in SetGCState() 579 PrintIsolate(isolate_, "Backing store memory: %6" PRIu64 " KB\n", in PrintShortHeapStatistics() 1381 memory_pressure_level_.store(MemoryPressureLevel::kNone, in GarbageCollectionEpilogueInSafepoint() 2991 last.store(target); in UpdateYoungReferences() 3045 p.store(updater_func(heap_, p)); in UpdateReferences() 3251 // store bytes and may free enough external bytes for this allocation. in AllocateExternalBackingStore() 3677 // using release store after creating a filler for the left-over space to in CreateFillerForArray() 4966 p.store(Smi::zero()); in FixHandle() 5589 stress_marking_percentage_.store(NextStressMarkingLimit(), in IncrementalMarkingLimitReached()
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | x86inc.asm | 375 %if %1 < 0 ; need to store rsp on stack 456 ; Use the shadow space to store XMM6 and XMM7, the rest needs stack space allocated.
|
/third_party/nghttp2/src/ |
H A D | shrpx_tls.cc | 2507 auto store = SSL_CTX_get_cert_store(ssl_ctx); in verify_ocsp_response() local 2511 rv = OCSP_basic_verify(bs, chain_certs, store, 0); in verify_ocsp_response()
|
/third_party/skia/src/core/ |
H A D | SkVM.h | 625 // TODO: allow uniform (i.e. Ptr) offsets to store* and load*? 928 void store(PixelFormat, Ptr ptr, Color); in abs() 1313 SI void store(PixelFormat f, Ptr p, Color c) { return c->store(f,p,c); } in store() function
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | fft.asm | 234 ; scheduled to avoid store->load aliasing
|
H A D | vp9lpf_16bpp.asm | 709 ; store
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_entry.cpp | 1382 store(float16_to_float(datai), info->color_endpoints[i][j]); in astcenc_get_block_info()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-serialization.cc | 137 // serialization/deserialization, we want to store/retrieve a tag (the function 627 publishing_.store(false, std::memory_order_relaxed); in TryPublishing()
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | policy-json.c | 367 lwsl_err("%s: at least one cert required in trust store\n", in lws_ss_policy_parser_cb() 556 lwsl_err("%s: trust store too big\n", __func__); in lws_ss_policy_parser_cb() 572 lwsl_err("%s: unknown trust store entry %s\n", __func__, in lws_ss_policy_parser_cb() 850 a->curr[LTY_POLICY].p->trust.store = ts; in lws_ss_policy_parser_cb() 856 lwsl_err("%s: unknown trust store name %s\n", __func__, in lws_ss_policy_parser_cb()
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger.cc | 901 uintptr_t id = AsyncStackTrace::store(this, asyncStack); in storeCurrentStackTrace()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_pipe.c | 472 dev->internal.store, in agx_flush()
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-armv8.pl | 824 st1.64 {@H[0]-@H[3]},[$ctx] // store context
|
/third_party/node/deps/openssl/openssl/engines/ |
H A D | e_loader_attic.c | 30 #include <openssl/store.h>
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | ghashv8-armx.pl | 125 vst1.64 {$H},[x0],#16 @ store Htable[0] 152 vst1.64 {$Hhl-$H2},[x0],#32 @ store Htable[1..2] 198 vst1.64 {$H-$H2},[x0] @ store Htable[3..5]
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 512 the new input data. Otherwise, the data will just be store away, to wait
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 512 the new input data. Otherwise, the data will just be store away, to wait
|
/third_party/openssl/crypto/modes/asm/ |
H A D | ghashv8-armx.pl | 125 vst1.64 {$H},[x0],#16 @ store Htable[0] 152 vst1.64 {$Hhl-$H2},[x0],#32 @ store Htable[1..2] 198 vst1.64 {$H-$H2},[x0] @ store Htable[3..5]
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_utils.cpp | 925 void ClearValuesArray::store(uint32_t index, in store() function in rx::__anon20104::vk::ClearValuesArray
|
H A D | vk_utils.h | 819 void store(uint32_t index, VkImageAspectFlags aspectFlags, const VkClearValue &clearValue);
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkCommandBuffer.cpp | 562 g_totalFrameLoad.store(0);
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-armv8.pl | 832 st1.64 {@H[0]-@H[3]},[$ctx] // store context
|