Home
last modified time | relevance | path

Searched refs:ctx (Results 6926 - 6950 of 13034) sorted by relevance

1...<<271272273274275276277278279280>>...522

/third_party/openssl/crypto/
H A DLPdir_nyi.c46 const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory) in LP_find_file() argument
52 int LP_find_file_end(LP_DIR_CTX **ctx) in LP_find_file_end() argument
/third_party/skia/src/core/
H A DSkPixelRefPriv.h18 void (*releaseProc)(void* addr, void* ctx), void* ctx);
/third_party/openssl/include/internal/
H A Do_dir.h49 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
51 int OPENSSL_DIR_end(OPENSSL_DIR_CTX **ctx);
/third_party/openssl/ohos_lite/include/internal/
H A Do_dir.h48 const char *OPENSSL_DIR_read(OPENSSL_DIR_CTX **ctx, const char *directory);
50 int OPENSSL_DIR_end(OPENSSL_DIR_CTX **ctx);
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c134 static void r600_copy_to_staging_texture(struct pipe_context *ctx, struct r600_transfer *rtransfer) in r600_copy_to_staging_texture() argument
136 struct r600_common_context *rctx = (struct r600_common_context*)ctx; in r600_copy_to_staging_texture()
142 r600_copy_region_with_blit(ctx, dst, 0, 0, 0, 0, in r600_copy_to_staging_texture()
147 rctx->dma_copy(ctx, dst, 0, 0, 0, 0, src, transfer->level, in r600_copy_to_staging_texture()
152 static void r600_copy_from_staging_texture(struct pipe_context *ctx, struct r600_transfer *rtransfer) in r600_copy_from_staging_texture() argument
154 struct r600_common_context *rctx = (struct r600_common_context*)ctx; in r600_copy_from_staging_texture()
163 r600_copy_region_with_blit(ctx, dst, transfer->level, in r600_copy_from_staging_texture()
169 rctx->dma_copy(ctx, dst, transfer->level, in r600_copy_from_staging_texture()
320 struct pipe_context *ctx = &rctx->b; in r600_eliminate_fast_color_clear() local
322 if (ctx in r600_eliminate_fast_color_clear()
470 r600_texture_get_handle(struct pipe_screen* screen, struct pipe_context *ctx, struct pipe_resource *resource, struct winsys_handle *whandle, unsigned usage) r600_texture_get_handle() argument
1149 r600_init_flushed_depth_texture(struct pipe_context *ctx, struct pipe_resource *texture, struct r600_texture **staging) r600_init_flushed_depth_texture() argument
1283 r600_texture_transfer_map(struct pipe_context *ctx, struct pipe_resource *texture, unsigned level, unsigned usage, const struct pipe_box *box, struct pipe_transfer **ptransfer) r600_texture_transfer_map() argument
1468 r600_texture_transfer_unmap(struct pipe_context *ctx, struct pipe_transfer* transfer) r600_texture_transfer_unmap() argument
[all...]
/kernel/linux/linux-5.10/block/
H A Dblk-mq.c67 * Check if any of the ctx, dispatch list or elevator
78 * Mark this ctx as having pending work in this hardware queue
81 struct blk_mq_ctx *ctx) in blk_mq_hctx_mark_pending()
83 const int bit = ctx->index_hw[hctx->type]; in blk_mq_hctx_mark_pending()
90 struct blk_mq_ctx *ctx) in blk_mq_hctx_clear_pending()
92 const int bit = ctx->index_hw[hctx->type]; in blk_mq_hctx_clear_pending()
308 rq->mq_ctx = data->ctx; in blk_mq_rq_ctx_init()
343 data->ctx->rq_dispatched[op_is_sync(data->cmd_flags)]++; in blk_mq_rq_ctx_init()
390 data->ctx = blk_mq_get_ctx(q); in __blk_mq_alloc_request()
391 data->hctx = blk_mq_map_queue(q, data->cmd_flags, data->ctx); in __blk_mq_alloc_request()
80 blk_mq_hctx_mark_pending(struct blk_mq_hw_ctx *hctx, struct blk_mq_ctx *ctx) blk_mq_hctx_mark_pending() argument
89 blk_mq_hctx_clear_pending(struct blk_mq_hw_ctx *hctx, struct blk_mq_ctx *ctx) blk_mq_hctx_clear_pending() argument
509 struct blk_mq_ctx *ctx = rq->mq_ctx; __blk_mq_free_request() local
528 struct blk_mq_ctx *ctx = rq->mq_ctx; blk_mq_free_request() local
1027 struct blk_mq_ctx *ctx = hctx->ctxs[bitnr]; flush_busy_ctx() local
1062 struct blk_mq_ctx *ctx = hctx->ctxs[bitnr]; dispatch_rq_from_ctx() local
1839 struct blk_mq_ctx *ctx = rq->mq_ctx; __blk_mq_insert_req_list() local
1855 struct blk_mq_ctx *ctx = rq->mq_ctx; __blk_mq_insert_request() local
1888 blk_mq_insert_requests(struct blk_mq_hw_ctx *hctx, struct blk_mq_ctx *ctx, struct list_head *list) blk_mq_insert_requests() argument
2608 struct blk_mq_ctx *ctx; blk_mq_hctx_notify_dead() local
2893 struct blk_mq_ctx *ctx; blk_mq_map_swqueue() local
3076 struct blk_mq_ctx *ctx = per_cpu_ptr(ctxs->queue_ctx, cpu); blk_mq_alloc_ctxs() local
[all...]
/kernel/linux/linux-6.6/block/
H A Dblk-mq.c57 * Check if any of the ctx, dispatch list or elevator
68 * Mark this ctx as having pending work in this hardware queue
71 struct blk_mq_ctx *ctx) in blk_mq_hctx_mark_pending()
73 const int bit = ctx->index_hw[hctx->type]; in blk_mq_hctx_mark_pending()
80 struct blk_mq_ctx *ctx) in blk_mq_hctx_clear_pending()
82 const int bit = ctx->index_hw[hctx->type]; in blk_mq_hctx_clear_pending()
351 struct blk_mq_ctx *ctx = data->ctx; in blk_mq_rq_ctx_init() local
357 rq->mq_ctx = ctx; in blk_mq_rq_ctx_init()
474 data->ctx in __blk_mq_alloc_requests()
70 blk_mq_hctx_mark_pending(struct blk_mq_hw_ctx *hctx, struct blk_mq_ctx *ctx) blk_mq_hctx_mark_pending() argument
79 blk_mq_hctx_clear_pending(struct blk_mq_hw_ctx *hctx, struct blk_mq_ctx *ctx) blk_mq_hctx_clear_pending() argument
703 struct blk_mq_ctx *ctx = rq->mq_ctx; __blk_mq_free_request() local
1703 struct blk_mq_ctx *ctx = hctx->ctxs[bitnr]; flush_busy_ctx() local
1738 struct blk_mq_ctx *ctx = hctx->ctxs[bitnr]; dispatch_rq_from_ctx() local
2308 struct blk_mq_ctx *ctx = blk_mq_get_ctx(q); blk_mq_get_sq_hctx() local
2491 blk_mq_insert_requests(struct blk_mq_hw_ctx *hctx, struct blk_mq_ctx *ctx, struct list_head *list, bool run_queue_async) blk_mq_insert_requests() argument
2531 struct blk_mq_ctx *ctx = rq->mq_ctx; blk_mq_insert_request() local
3578 struct blk_mq_ctx *ctx; blk_mq_hctx_notify_dead() local
3877 struct blk_mq_ctx *ctx; blk_mq_map_swqueue() local
4060 struct blk_mq_ctx *ctx = per_cpu_ptr(ctxs->queue_ctx, cpu); blk_mq_alloc_ctxs() local
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawTests.cpp772 void renderTo (sglr::Context& ctx, sglr::ShaderProgram& program, tcu::Surface& dst);
794 sglr::GLContext ctx (m_context.getRenderContext(), m_testCtx.getLog(), sglr::GLCONTEXT_LOG_CALLS | sglr::GLCONTEXT_LOG_PROGRAMS, tcu::IVec4(0, 0, renderTargetWidth, renderTargetHeight)); in iterate()
800 renderTo(ctx, program, surface); in iterate()
811 void InstancedGridRenderTest::renderTo (sglr::Context& ctx, sglr::ShaderProgram& program, tcu::Surface& dst) in renderTo() argument
822 deUint32 programID = ctx.createProgram(&program); in renderTo()
823 deInt32 posLocation = ctx.getAttribLocation(programID, "a_position"); in renderTo()
824 deInt32 offsetLocation = ctx.getAttribLocation(programID, "a_offset"); in renderTo()
825 deInt32 colorLocation = ctx.getAttribLocation(programID, "a_color"); in renderTo()
856 ctx.genVertexArrays(1, &vaoID); in renderTo()
857 ctx in renderTo()
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_test_kern6.c11 int dump_bpf_hash_map(struct bpf_iter__bpf_map_elem *ctx) in dump_bpf_hash_map() argument
13 void *value = ctx->value; in dump_bpf_hash_map()
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_intr.h17 int s5p_mfc_wait_for_done_ctx(struct s5p_mfc_ctx *ctx,
20 void s5p_mfc_clean_ctx_int_flags(struct s5p_mfc_ctx *ctx);
/kernel/linux/linux-5.10/samples/bpf/
H A Dtest_overhead_raw_tp_kern.c7 int prog(struct bpf_raw_tracepoint_args *ctx) in prog() argument
13 int prog2(struct bpf_raw_tracepoint_args *ctx) in prog2() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/
H A Drv2_clk_mgr.c37 void rv2_clk_mgr_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu) in rv2_clk_mgr_construct() argument
40 rv1_clk_mgr_construct(ctx, clk_mgr, pp_smu); in rv2_clk_mgr_construct()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn10/
H A Drv2_clk_mgr.c37 void rv2_clk_mgr_construct(struct dc_context *ctx, struct clk_mgr_internal *clk_mgr, struct pp_smu_funcs *pp_smu) in rv2_clk_mgr_construct() argument
40 rv1_clk_mgr_construct(ctx, clk_mgr, pp_smu); in rv2_clk_mgr_construct()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_intr.h17 int s5p_mfc_wait_for_done_ctx(struct s5p_mfc_ctx *ctx,
20 void s5p_mfc_clean_ctx_int_flags(struct s5p_mfc_ctx *ctx);
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_load_detect.h15 struct drm_modeset_acquire_ctx *ctx);
18 struct drm_modeset_acquire_ctx *ctx);
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_test_kern6.c11 int dump_bpf_hash_map(struct bpf_iter__bpf_map_elem *ctx) in dump_bpf_hash_map() argument
13 void *value = ctx->value; in dump_bpf_hash_map()
H A Dkprobe_multi_override.c9 int test_override(struct pt_regs *ctx) in test_override() argument
11 bpf_override_return(ctx, 123); in test_override()
/kernel/linux/linux-6.6/samples/bpf/
H A Dtracex7.bpf.c6 int bpf_prog1(struct pt_regs *ctx) in bpf_prog1() argument
10 bpf_override_return(ctx, rc); in bpf_prog1()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dvideodsp_init.c26 av_cold void ff_videodsp_init_aarch64(VideoDSPContext *ctx, int bpc) in ff_videodsp_init_aarch64() argument
31 ctx->prefetch = ff_prefetch_aarch64; in ff_videodsp_init_aarch64()
/third_party/mesa3d/src/compiler/glsl/
H A Dprogram.h37 _mesa_glsl_compile_shader(struct gl_context *ctx, struct gl_shader *shader,
45 link_shaders(struct gl_context *ctx, struct gl_shader_program *prog);
/third_party/mesa3d/src/mesa/main/
H A Dscissor.h35 _mesa_set_scissor(struct gl_context *ctx, unsigned idx,
40 _mesa_init_scissor(struct gl_context *ctx);
/third_party/mesa3d/src/mesa/program/
H A Dprogramopt.h41 _mesa_insert_mvp_code(struct gl_context *ctx, struct gl_program *vprog);
44 _mesa_append_fog_code(struct gl_context *ctx, struct gl_program *fprog,
/third_party/lwip/src/include/netif/ppp/polarssl/
H A Darc4.h60 * \param ctx ARC4 context to be initialized
64 void arc4_setup( arc4_context *ctx, unsigned char *key, int keylen );
69 * \param ctx ARC4 context
73 void arc4_crypt( arc4_context *ctx, unsigned char *buf, int buflen );
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_context.h42 fd2_context(struct fd_context *ctx) in fd2_context() argument
44 return (struct fd2_context *)ctx; in fd2_context()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_transfer.h32 r300_texture_transfer_map(struct pipe_context *ctx,
40 r300_texture_transfer_unmap(struct pipe_context *ctx,

Completed in 18 milliseconds

1...<<271272273274275276277278279280>>...522