/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_exec.h | 127 void (*store)(const struct tgsi_image *image, member
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | x509.h | 216 X509_STORE *store; member
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipelineStateBuilder.cpp | 161 this->gpu()->getContext()->priv().getPersistentCache()->store(*key, *data, description); in storeShadersInCache()
|
/third_party/skia/src/gpu/ |
H A D | BufferWriter.h | 214 vector.store(w.fPtr); in operator <<()
|
/third_party/skia/src/opts/ |
H A D | SkBlitRow_opts.h | 244 kernel(U32::Load(src)).store(dst); in blit_row_color32()
|
H A D | SkRasterPipeline_opts.h | 13 #include "src/core/SkUtils.h" // unaligned_{load,store} 1150 // These load() and store() methods are tail-aware, 1175 SI void store(T* dst, V v, size_t tail) { 1365 // store registers r,g,b,a into context (mirrors load_rgba) 1384 // store registers dr,dg,db,da into context (mirrors load_dst) 1603 store(ptr, dst, tail); 1958 store(ptr, packed, tail); 1985 store(ptr, px, tail); 2007 store(ptr, px, tail); 2030 store(pt [all...] |
/third_party/skia/src/core/ |
H A D | SkTraceEvent.h | 7 // SkTraceEventCommon.h collect and store trace events. Anything not 102 atomic.store(reinterpret_cast<intptr_t>(category_group_enabled), \ 203 // Simple union to store various types as uint64_t. 269 // could be temporary objects, such as std::string. In order to store
|
/third_party/openssl/include/crypto/ |
H A D | x509.h | 216 X509_STORE *store; member
|
/third_party/protobuf/src/google/protobuf/ |
H A D | arena_impl.h | 278 // If we are using the ThreadLocalStorage class to store the ThreadCache, 319 hint_.store(serial, std::memory_order_release); in CacheSerialArena()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
H A D | reflection.cc | 212 registry.finalized_flags_.store(true, std::memory_order_release); in FinalizeRegistry()
|
/third_party/skia/experimental/graphite/src/geom/ |
H A D | Rect.h | 87 this->ltrb().store(&r); in asSkRect()
|
/third_party/skia/modules/skottie/src/animator/ |
H A D | VectorKeyframeAnimator.cpp | 119 new_val.store(dst); 196 // we must be able to store all offsets in Keyframe::Value::idx (uint32_t) in makeFromKeyframes()
|
/third_party/rust/crates/rust-cexpr/tests/ |
H A D | clang.rs | 317 CHECK_FIX.call_once(|| FIX.store(check_bug_9069(), Ordering::SeqCst)); in fix_bug_9069()
|
/third_party/libwebsockets/lib/secure-streams/ |
H A D | secure-streams.c | 777 if (!h->policy->trust.store) in _lws_ss_client_connect() 778 lwsl_info("%s: using platform trust store\n", __func__); in _lws_ss_client_connect() 782 h->policy->trust.store->name); in _lws_ss_client_connect() 786 h->policy->trust.store->name); in _lws_ss_client_connect() 1279 * trust store and vhost. We do it by logical ss rather than connection in lws_ss_create() 1281 * trust store at the first connection. in lws_ss_create() 1289 lwsl_err("%s: unable to get vhost / trust store\n", __func__); in lws_ss_create() 1296 lwsl_err("%s: unable to get vhost / trust store\n", __func__); in lws_ss_create() 1494 * trust store and vhost. We do it by logical ss rather than connection in lws_ss_destroy() 1496 * trust store a in lws_ss_destroy() [all...] |
/third_party/libfuse/example/ |
H A D | cxxopts.hpp | 1869 auto& store = m_results[detail]; in parse() local 1871 if(value.has_default() && !store.count() && !store.has_default()){ in parse()
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctred-mmx.asm | 135 ; ---- Pass 1: process columns from input, store into work array. 331 ; ---- Pass 2: process rows from work array, store into output array. 637 ; ---- Pass 2: process rows, store into output array.
|
/third_party/skia/src/shaders/gradients/ |
H A D | SkGradientShader.cpp | 334 (Sk4f::Load(c_r.vec()) - Sk4f::Load(c_l.vec())).store(ctx->f); in onAppendStages() 335 ( Sk4f::Load(c_l.vec())).store(ctx->b); in onAppendStages() 741 blend.store(&avg); in average_gradient_color()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | RenderPipeline.cpp | 544 InternalPipelineStore* store = device->GetInternalPipelineStore(); in GetRenderStagesAndSetDummyShader() local 546 DAWN_ASSERT(store->dummyFragmentShader != nullptr); in GetRenderStagesAndSetDummyShader() 547 ShaderModuleBase* dummyFragmentShader = store->dummyFragmentShader.Get(); in GetRenderStagesAndSetDummyShader()
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_lut3d.asm | 479 ; store lut max and lutsize 505 ; store lutsize2
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_vecmathlib_avx2_8.h | 557 ASTCENC_SIMD_INLINE void store(vint8 a, int* p) in store() function 985 ASTCENC_SIMD_INLINE void store(vfloat8 a, float* p) in store() function
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | cms.h | 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 267 X509_STORE *store, unsigned int flags);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | cms.h | 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 267 X509_STORE *store, unsigned int flags);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | cms.h | 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 267 X509_STORE *store, unsigned int flags);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | cms.h | 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 267 X509_STORE *store, unsigned int flags);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | cms.h | 263 X509_STORE *store, BIO *dcont, BIO *out, unsigned int flags); 267 X509_STORE *store, unsigned int flags);
|