Home
last modified time | relevance | path

Searched refs:ctx (Results 5826 - 5850 of 12977) sorted by relevance

1...<<231232233234235236237238239240>>...520

/third_party/skia/third_party/externals/tint/src/ast/
H A Dfallthrough_statement.cc32 CloneContext* ctx) const { in Clone()
34 auto src = ctx->Clone(source); in Clone()
35 return ctx->dst->create<FallthroughStatement>(src); in Clone()
H A Dfloat_literal_expression.cc34 CloneContext* ctx) const { in Clone()
36 auto src = ctx->Clone(source); in Clone()
37 return ctx->dst->create<FloatLiteralExpression>(src, value); in Clone()
H A Di32.cc34 const I32* I32::Clone(CloneContext* ctx) const { in Clone()
35 auto src = ctx->Clone(source); in Clone()
36 return ctx->dst->create<I32>(src); in Clone()
H A Dinvariant_decoration.cc33 const InvariantDecoration* InvariantDecoration::Clone(CloneContext* ctx) const { in Clone()
35 auto src = ctx->Clone(source); in Clone()
36 return ctx->dst->create<InvariantDecoration>(src); in Clone()
H A Dphony_expression.cc31 const PhonyExpression* PhonyExpression::Clone(CloneContext* ctx) const { in Clone()
33 auto src = ctx->Clone(source); in Clone()
34 return ctx->dst->create<PhonyExpression>(src); in Clone()
H A Dstruct_block_decoration.cc36 CloneContext* ctx) const { in Clone()
38 auto src = ctx->Clone(source); in Clone()
39 return ctx->dst->create<StructBlockDecoration>(src); in Clone()
H A Du32.cc34 const U32* U32::Clone(CloneContext* ctx) const { in Clone()
35 auto src = ctx->Clone(source); in Clone()
36 return ctx->dst->create<U32>(src); in Clone()
H A Duint_literal_expression.cc36 CloneContext* ctx) const { in Clone()
38 auto src = ctx->Clone(source); in Clone()
39 return ctx->dst->create<UintLiteralExpression>(src, value); in Clone()
H A Dvoid.cc34 const Void* Void::Clone(CloneContext* ctx) const { in Clone()
35 auto src = ctx->Clone(source); in Clone()
36 return ctx->dst->create<Void>(src); in Clone()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dpoly1305.rs14 pub fn CRYPTO_poly1305_init(ctx: *mut poly1305_context, key: *const ::libc::c_uchar); in CRYPTO_poly1305_init()
16 ctx: *mut poly1305_context, in CRYPTO_poly1305_update()
20 pub fn CRYPTO_poly1305_finish(ctx: *mut poly1305_context, mac: *mut ::libc::c_uchar); in CRYPTO_poly1305_finish()
H A Dprovider.rs6 pub fn OSSL_PROVIDER_load(ctx: *mut OSSL_LIB_CTX, name: *const c_char) -> *mut OSSL_PROVIDER; in OSSL_PROVIDER_load()
9 ctx: *mut OSSL_LIB_CTX, in OSSL_PROVIDER_try_load()
17 ctx: *mut OSSL_LIB_CTX, in OSSL_PROVIDER_set_default_search_path()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dnetlink.h16 void *ctx; member
17 void (*newlink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
19 void (*dellink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContextUtil.hpp34 void drawQuad (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1);
36 void drawQuadWithVaoBuffers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1);
37 void drawQuadWithClientPointers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dnetlink.h16 void *ctx; member
17 void (*newlink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
19 void (*dellink_cb)(void *ctx, struct ifinfomsg *ifi, u8 *buf,
/kernel/linux/linux-6.6/crypto/
H A Dshash.c284 struct crypto_shash **ctx = crypto_ahash_ctx(tfm); in shash_async_setkey() local
286 return crypto_shash_setkey(*ctx, key, keylen); in shash_async_setkey()
291 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_init() local
294 desc->tfm = *ctx; in shash_async_init()
345 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_finup() local
348 desc->tfm = *ctx; in shash_async_finup()
379 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_digest() local
382 desc->tfm = *ctx; in shash_async_digest()
394 struct crypto_shash **ctx = crypto_ahash_ctx(crypto_ahash_reqtfm(req)); in shash_async_import() local
397 desc->tfm = *ctx; in shash_async_import()
404 struct crypto_shash **ctx = crypto_tfm_ctx(tfm); crypto_exit_shash_ops_async() local
414 struct crypto_shash **ctx = crypto_tfm_ctx(tfm); crypto_init_shash_ops_async() local
452 struct crypto_shash **ctx = crypto_ahash_ctx(hash); crypto_clone_shash_ops_async() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/
H A Detnaviv_drv.c54 struct etnaviv_file_private *ctx; in etnaviv_open() local
57 ctx = kzalloc(sizeof(*ctx), GFP_KERNEL); in etnaviv_open()
58 if (!ctx) in etnaviv_open()
61 ret = xa_alloc_cyclic(&priv->active_contexts, &ctx->id, ctx, in etnaviv_open()
66 ctx->mmu = etnaviv_iommu_context_init(priv->mmu_global, in etnaviv_open()
68 if (!ctx->mmu) { in etnaviv_open()
79 drm_sched_entity_init(&ctx->sched_entity[i], in etnaviv_open()
85 file->driver_priv = ctx; in etnaviv_open()
97 struct etnaviv_file_private *ctx = file->driver_priv; etnaviv_postclose() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_flow_offload.c381 static int nft_flow_offload_validate(const struct nft_ctx *ctx, in nft_flow_offload_validate() argument
387 if (ctx->family != NFPROTO_IPV4 && in nft_flow_offload_validate()
388 ctx->family != NFPROTO_IPV6 && in nft_flow_offload_validate()
389 ctx->family != NFPROTO_INET) in nft_flow_offload_validate()
392 return nft_chain_validate_hooks(ctx->chain, hook_mask); in nft_flow_offload_validate()
400 static int nft_flow_offload_init(const struct nft_ctx *ctx, in nft_flow_offload_init() argument
405 u8 genmask = nft_genmask_next(ctx->net); in nft_flow_offload_init()
411 flowtable = nft_flowtable_lookup(ctx->table, tb[NFTA_FLOW_TABLE_NAME], in nft_flow_offload_init()
421 return nf_ct_netns_get(ctx->net, ctx in nft_flow_offload_init()
424 nft_flow_offload_deactivate(const struct nft_ctx *ctx, const struct nft_expr *expr, enum nft_trans_phase phase) nft_flow_offload_deactivate() argument
433 nft_flow_offload_activate(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_flow_offload_activate() argument
441 nft_flow_offload_destroy(const struct nft_ctx *ctx, const struct nft_expr *expr) nft_flow_offload_destroy() argument
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstat-shadow.c57 int ctx = 0; in evsel_context() local
60 ctx |= CTX_BIT_KERNEL; in evsel_context()
62 ctx |= CTX_BIT_USER; in evsel_context()
64 ctx |= CTX_BIT_HV; in evsel_context()
66 ctx |= CTX_BIT_HOST; in evsel_context()
68 ctx |= CTX_BIT_IDLE; in evsel_context()
70 return ctx; in evsel_context()
199 out->print_metric(config, out->ctx, color, "%7.2f%%", unit, ratio); in print_ratio()
201 out->print_metric(config, out->ctx, NULL, NULL, unit, 0); in print_ratio()
309 void *ctxp = out->ctx; in print_instructions()
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H A Dsof_cs42l42.c90 struct sof_card_private *ctx = snd_soc_card_get_drvdata(rtd->card); in sof_hdmi_init() local
102 list_add_tail(&pcm->head, &ctx->hdmi_pcm_list); in sof_hdmi_init()
109 struct sof_card_private *ctx = snd_soc_card_get_drvdata(rtd->card); in sof_cs42l42_init() local
111 struct snd_soc_jack *jack = &ctx->headset_jack; in sof_cs42l42_init()
187 struct sof_card_private *ctx = snd_soc_card_get_drvdata(card); in sof_card_late_probe() local
193 if (list_empty(&ctx->hdmi_pcm_list)) in sof_card_late_probe()
196 if (ctx->common_hdmi_codec_drv) { in sof_card_late_probe()
197 pcm = list_first_entry(&ctx->hdmi_pcm_list, struct sof_hdmi_pcm, in sof_card_late_probe()
203 list_for_each_entry(pcm, &ctx->hdmi_pcm_list, head) { in sof_card_late_probe()
614 struct sof_card_private *ctx; in sof_audio_probe() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvsrc_mandelbrot.c122 static av_cold int init(AVFilterContext *ctx) in init() argument
124 MBContext *s = ctx->priv; in init()
143 static av_cold void uninit(AVFilterContext *ctx) in uninit() argument
145 MBContext *s = ctx->priv; in uninit()
154 AVFilterContext *ctx = outlink->src; in config_props() local
155 MBContext *s = ctx->priv; in config_props()
157 if (av_image_check_size(s->w, s->h, 0, ctx) < 0) in config_props()
168 static void fill_from_cache(AVFilterContext *ctx, uint32_t *color, int *in_cidx, int *out_cidx, double py, double scale){ in fill_from_cache() argument
169 MBContext *s = ctx->priv; in fill_from_cache()
240 static void draw_mandelbrot(AVFilterContext *ctx, uint32_ argument
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_helpers.c114 struct pipe_context *ctx = stapi->pipe; in dri2_create_fence_fd() local
122 ctx->create_fence_fd(ctx, &fence->pipe_fence, fd, PIPE_FD_TYPE_NATIVE_SYNC); in dri2_create_fence_fd()
214 struct pipe_context *ctx = dri_context(_ctx)->st->pipe; in dri2_server_wait_sync() local
223 if (ctx->fence_server_sync) in dri2_server_wait_sync()
224 ctx->fence_server_sync(ctx, fence->pipe_fence); in dri2_server_wait_sync()
277 struct gl_context *ctx = st_ctx->ctx; in dri2_create_image_from_renderbuffer2() local
296 rb = _mesa_lookup_renderbuffer(ctx, renderbuffe in dri2_create_image_from_renderbuffer2()
373 struct gl_context *ctx = st_ctx->ctx; dri2_create_from_texture() local
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
H A Dopenssl.c69 ngtcp2_crypto_ctx *ngtcp2_crypto_ctx_initial(ngtcp2_crypto_ctx *ctx) { in ngtcp2_crypto_ctx_initial() argument
70 ngtcp2_crypto_aead_init(&ctx->aead, (void *)EVP_aes_128_gcm()); in ngtcp2_crypto_ctx_initial()
71 ctx->md.native_handle = (void *)EVP_sha256(); in ngtcp2_crypto_ctx_initial()
72 ctx->hp.native_handle = (void *)EVP_aes_128_ctr(); in ngtcp2_crypto_ctx_initial()
73 ctx->max_encryption = 0; in ngtcp2_crypto_ctx_initial()
74 ctx->max_decryption_failure = 0; in ngtcp2_crypto_ctx_initial()
75 return ctx; in ngtcp2_crypto_ctx_initial()
159 ngtcp2_crypto_ctx *ngtcp2_crypto_ctx_tls(ngtcp2_crypto_ctx *ctx, in ngtcp2_crypto_ctx_tls() argument
162 ngtcp2_crypto_aead_init(&ctx->aead, (void *)crypto_ssl_get_aead(ssl)); in ngtcp2_crypto_ctx_tls()
163 ctx in ngtcp2_crypto_ctx_tls()
170 ngtcp2_crypto_ctx_tls_early(ngtcp2_crypto_ctx *ctx, void *tls_native_handle) ngtcp2_crypto_ctx_tls_early() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_clear.c385 struct pipe_context *ctx = (void *) ice; in can_fast_clear_depth() local
386 struct iris_screen *screen = (void *) ctx->screen; in can_fast_clear_depth()
615 iris_clear(struct pipe_context *ctx, in iris_clear() argument
622 struct iris_context *ice = (void *) ctx; in iris_clear()
672 iris_clear_texture(struct pipe_context *ctx, in iris_clear_texture() argument
678 struct iris_context *ice = (void *) ctx; in iris_clear_texture()
679 struct iris_screen *screen = (void *) ctx->screen; in iris_clear_texture()
736 iris_clear_render_target(struct pipe_context *ctx, in iris_clear_render_target() argument
743 struct iris_context *ice = (void *) ctx; in iris_clear_render_target()
766 iris_clear_depth_stencil(struct pipe_context *ctx, in iris_clear_depth_stencil() argument
794 iris_init_clear_functions(struct pipe_context *ctx) iris_init_clear_functions() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_perfcounter.c126 static void r600_pc_query_emit_start(struct r600_common_context *ctx, in r600_pc_query_emit_start() argument
130 struct r600_perfcounters *pc = ctx->screen->perfcounters; in r600_pc_query_emit_start()
137 pc->emit_shaders(ctx, query->shaders); in r600_pc_query_emit_start()
145 pc->emit_instance(ctx, group->se, group->instance); in r600_pc_query_emit_start()
148 pc->emit_select(ctx, block, group->num_counters, group->selectors); in r600_pc_query_emit_start()
152 pc->emit_instance(ctx, -1, -1); in r600_pc_query_emit_start()
154 pc->emit_start(ctx, buffer, va); in r600_pc_query_emit_start()
157 static void r600_pc_query_emit_stop(struct r600_common_context *ctx, in r600_pc_query_emit_stop() argument
161 struct r600_perfcounters *pc = ctx->screen->perfcounters; in r600_pc_query_emit_stop()
165 pc->emit_stop(ctx, buffe in r600_pc_query_emit_stop()
300 r600_create_batch_query(struct pipe_context *ctx, unsigned num_queries, unsigned *query_types) r600_create_batch_query() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemBlitImageTests.cpp59 BlitImageTestInstance (Context& ctx,
90 virtual TestInstance* createInstance (Context& ctx) const in createInstance()
92 return new BlitImageTestInstance(ctx, m_clearColorValue, m_refData, m_validator, m_cmdBufferType); in createInstance()
113 BlitImageTestInstance::BlitImageTestInstance (Context& ctx, in BlitImageTestInstance() argument
118 : ProtectedTestInstance (ctx) in BlitImageTestInstance()
129 ProtectedContext& ctx (m_protectedContext); in iterate()
130 const vk::DeviceInterface& vk = ctx.getDeviceInterface(); in iterate()
131 const vk::VkDevice device = ctx.getDevice(); in iterate()
132 const vk::VkQueue queue = ctx.getQueue(); in iterate()
133 const deUint32 queueFamilyIndex = ctx in iterate()
[all...]

Completed in 19 milliseconds

1...<<231232233234235236237238239240>>...520