/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | poly1305.rs | 14 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 D | provider.rs | 6 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 D | netlink.h | 16 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 D | sglrContextUtil.hpp | 34 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 D | netlink.h | 16 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-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_resource.c | 1103 struct dc_context *ctx, in dcn20_dpp_create() 1112 if (dpp2_construct(dpp, ctx, inst, in dcn20_dpp_create() 1122 struct dc_context *ctx, uint32_t inst) in dcn20_ipp_create() 1132 dcn20_ipp_construct(ipp, ctx, inst, in dcn20_ipp_create() 1139 struct dc_context *ctx, uint32_t inst) in dcn20_opp_create() 1149 dcn20_opp_construct(opp, ctx, inst, in dcn20_opp_create() 1155 struct dc_context *ctx, in dcn20_aux_engine_create() 1164 dce110_aux_engine_construct(aux_engine, ctx, inst, in dcn20_aux_engine_create() 1169 ctx->dc->caps.extended_aux_timeout_support); in dcn20_aux_engine_create() 1193 struct dc_context *ctx, in dcn20_i2c_hw_create() 1102 dcn20_dpp_create( struct dc_context *ctx, uint32_t inst) dcn20_dpp_create() argument 1121 dcn20_ipp_create( struct dc_context *ctx, uint32_t inst) dcn20_ipp_create() argument 1138 dcn20_opp_create( struct dc_context *ctx, uint32_t inst) dcn20_opp_create() argument 1154 dcn20_aux_engine_create( struct dc_context *ctx, uint32_t inst) dcn20_aux_engine_create() argument 1192 dcn20_i2c_hw_create( struct dc_context *ctx, uint32_t inst) dcn20_i2c_hw_create() argument 1207 dcn20_mpc_create(struct dc_context *ctx) dcn20_mpc_create() argument 1224 dcn20_hubbub_create(struct dc_context *ctx) dcn20_hubbub_create() argument 1251 dcn20_timing_generator_create( struct dc_context *ctx, uint32_t instance) dcn20_timing_generator_create() argument 1327 dcn20_clock_source_create( struct dc_context *ctx, struct dc_bios *bios, enum clock_source_id id, const struct dce110_clk_src_regs *regs, bool dp_clk_src) dcn20_clock_source_create() argument 1351 read_dce_straps( struct dc_context *ctx, struct resource_straps *straps) read_dce_straps() argument 1359 dcn20_create_audio( struct dc_context *ctx, unsigned int inst) dcn20_create_audio() argument 1366 dcn20_stream_encoder_create( enum engine_id eng_id, struct dc_context *ctx) dcn20_stream_encoder_create() argument 1400 dcn20_hwseq_create( struct dc_context *ctx) dcn20_hwseq_create() argument 1437 dcn20_dsc_create( struct dc_context *ctx, uint32_t inst) dcn20_dsc_create() argument 1570 dcn20_hubp_create( struct dc_context *ctx, uint32_t inst) dcn20_hubp_create() argument 3346 dcn20_dwbc_create(struct dc_context *ctx, struct resource_pool *pool) global() argument 3369 dcn20_mmhubbub_create(struct dc_context *ctx, struct resource_pool *pool) global() argument 3396 dcn20_pp_smu_create(struct dc_context *ctx) global() argument 3784 struct dc_context *ctx = dc->ctx; global() local [all...] |
/third_party/python/Modules/ |
H A D | _ssl.c | 278 SSL_CTX *ctx; member 310 PySSLContext *ctx; /* weakref to SSL context */ member 334 PySSLContext *ctx; member 759 if (self->ctx->check_hostname) { in _ssl_configure_hostname() 791 SSL_CTX *ctx = sslctx->ctx; in newPySSLSocket() local 816 self->ctx = sslctx; in newPySSLSocket() 830 self->ssl = SSL_new(ctx); in newPySSLSocket() 1863 return _PySSL_CertificateFromX509Stack(self->ctx->state, chain, 1); in _ssl__SSLSocket_get_verified_chain_impl() 1882 retval = _PySSL_CertificateFromX509Stack(self->ctx in _ssl__SSLSocket_get_unverified_chain_impl() 3023 SSL_CTX *ctx = NULL; _ssl__SSLContext_impl() local 3089 ctx = SSL_CTX_new(method); _ssl__SSLContext_impl() local 3348 PySSLContext *ctx = (PySSLContext *)args; _selectALPN_cb() local [all...] |
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | copy_up.c | 872 struct ovl_copy_up_ctx ctx = { in ovl_copy_up_one() local 878 if (WARN_ON(!ctx.workdir)) in ovl_copy_up_one() 881 ovl_path_lower(dentry, &ctx.lowerpath); in ovl_copy_up_one() 882 err = vfs_getattr(&ctx.lowerpath, &ctx.stat, in ovl_copy_up_one() 887 ctx.metacopy = ovl_need_meta_copy_up(dentry, ctx.stat.mode, flags); in ovl_copy_up_one() 891 ctx.destdir = parentpath.dentry; in ovl_copy_up_one() 892 ctx.destname = dentry->d_name; in ovl_copy_up_one() 894 err = vfs_getattr(&parentpath, &ctx in ovl_copy_up_one() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/ |
H A D | dcn314_clk_mgr.c | 58 clk_mgr->base.base.ctx->logger 137 struct dc *dc = clk_mgr_base->ctx->dc; in dcn314_disable_otg_wa() 167 struct dc *dc = clk_mgr_base->ctx->dc; in dcn314_update_clocks() 184 dm_helpers_enable_periodic_detection(clk_mgr_base->ctx, true); in dcn314_update_clocks() 210 dm_helpers_enable_periodic_detection(clk_mgr_base->ctx, false); in dcn314_update_clocks() 284 dm_execute_dmub_cmd(dc->ctx, &cmd, DM_DMUB_WAIT_TYPE_WAIT); in dcn314_update_clocks() 716 struct dc_context *ctx, in dcn314_clk_mgr_construct() 724 clk_mgr->base.base.ctx = ctx; in dcn314_clk_mgr_construct() 738 clk_mgr->base.base.ctx, in dcn314_clk_mgr_construct() 715 dcn314_clk_mgr_construct( struct dc_context *ctx, struct clk_mgr_dcn314 *clk_mgr, struct pp_smu_funcs *pp_smu, struct dccg *dccg) dcn314_clk_mgr_construct() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn31/ |
H A D | dcn31_clk_mgr.c | 55 clk_mgr->base.base.ctx->logger 115 struct dc *dc = clk_mgr_base->ctx->dc; in dcn31_disable_otg_wa() 140 struct dc *dc = clk_mgr_base->ctx->dc; in dcn31_update_clocks() 157 dm_helpers_enable_periodic_detection(clk_mgr_base->ctx, true); in dcn31_update_clocks() 183 dm_helpers_enable_periodic_detection(clk_mgr_base->ctx, false); in dcn31_update_clocks() 256 dm_execute_dmub_cmd(dc->ctx, &cmd, DM_DMUB_WAIT_TYPE_WAIT); in dcn31_update_clocks() 616 //bw_params->dram_channel_width_bytes = dc->ctx->asic_id.vram_width; in dcn31_clk_mgr_helper_populate_bw_params() 635 struct dc *dc = clk_mgr_base->ctx->dc; in dcn31_set_low_power_state() 672 struct dc_context *ctx, in dcn31_clk_mgr_construct() 680 clk_mgr->base.base.ctx in dcn31_clk_mgr_construct() 671 dcn31_clk_mgr_construct( struct dc_context *ctx, struct clk_mgr_dcn31 *clk_mgr, struct pp_smu_funcs *pp_smu, struct dccg *dccg) dcn31_clk_mgr_construct() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/tests/ |
H A D | vc4_test_pv_muxing.c | 727 struct drm_modeset_acquire_ctx *ctx; in vc4_pv_muxing_test_init() local 740 ctx = drm_kunit_helper_acquire_ctx_alloc(test); in vc4_pv_muxing_test_init() 741 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); in vc4_pv_muxing_test_init() 744 priv->state = drm_kunit_helper_atomic_state_alloc(test, drm, ctx); in vc4_pv_muxing_test_init() 785 struct drm_modeset_acquire_ctx *ctx; in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable() local 798 ctx = drm_kunit_helper_acquire_ctx_alloc(test); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable() 799 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, ctx); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable() 802 state = drm_kunit_helper_atomic_state_alloc(test, drm, ctx); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable() 825 state = drm_kunit_helper_atomic_state_alloc(test, drm, ctx); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable() 857 struct drm_modeset_acquire_ctx *ctx; in drm_test_vc5_pv_muxing_bugs_stable_fifo() local 952 struct drm_modeset_acquire_ctx *ctx; drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable_too_many_crtc_state() local [all...] |
/third_party/musl/porting/linux/user/src/network/ |
H A D | lookup_name.c | 143 struct dpc_ctx *ctx = c; in dns_parse_callback() local 144 if (ctx->cnt >= MAXADDRS) return -1; in dns_parse_callback() 148 ctx->addrs[ctx->cnt].family = AF_INET; in dns_parse_callback() 149 ctx->addrs[ctx->cnt].scopeid = 0; in dns_parse_callback() 150 memcpy(ctx->addrs[ctx->cnt++].addr, data, 4); in dns_parse_callback() 154 ctx->addrs[ctx in dns_parse_callback() 201 struct dpc_ctx ctx = { .addrs = buf, .canon = canon }; name_from_dns() local [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_clear.c | 403 struct pipe_context *ctx = (void *) ice; in can_fast_clear_depth() local 404 struct crocus_screen *screen = (void *) ctx->screen; in can_fast_clear_depth() 639 crocus_clear(struct pipe_context *ctx, in crocus_clear() argument 646 struct crocus_context *ice = (void *) ctx; in crocus_clear() 648 struct crocus_screen *screen = (void *) ctx->screen; in crocus_clear() 708 crocus_clear_texture(struct pipe_context *ctx, in crocus_clear_texture() argument 714 struct crocus_context *ice = (void *) ctx; in crocus_clear_texture() 715 struct crocus_screen *screen = (void *) ctx->screen; in crocus_clear_texture() 720 util_clear_texture(ctx, p_res, in crocus_clear_texture() 726 crocus_resource_finish_aux_import(ctx in crocus_clear_texture() 782 crocus_clear_render_target(struct pipe_context *ctx, struct pipe_surface *psurf, const union pipe_color_union *p_color, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, bool render_condition_enabled) crocus_clear_render_target() argument 814 crocus_clear_depth_stencil(struct pipe_context *ctx, struct pipe_surface *psurf, unsigned flags, double depth, unsigned stencil, unsigned dst_x, unsigned dst_y, unsigned width, unsigned height, bool render_condition_enabled) crocus_clear_depth_stencil() argument 851 crocus_init_clear_functions(struct pipe_context *ctx) crocus_init_clear_functions() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
H A D | main.cpp | 244 void setCurrentContext(egl::Context *ctx) in setCurrentContext() argument 248 if(ctx) in setCurrentContext() 250 ctx->addRef(); in setCurrentContext() 258 current->context = ctx; in setCurrentContext() 370 EGLBoolean EGLAPIENTRY DestroyContext(EGLDisplay dpy, EGLContext ctx); 371 EGLBoolean EGLAPIENTRY MakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx); 375 EGLBoolean EGLAPIENTRY QueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value); 380 EGLImageKHR EGLAPIENTRY CreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list); 381 EGLImageKHR EGLAPIENTRY CreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list); 515 EGLAPI EGLBoolean EGLAPIENTRY eglDestroyContext(EGLDisplay dpy, EGLContext ctx) in eglDestroyContext() argument 520 eglMakeCurrent(EGLDisplay dpy, EGLSurface draw, EGLSurface read, EGLContext ctx) eglMakeCurrent() argument 540 eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) eglQueryContext() argument 565 eglCreateImageKHR(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLint *attrib_list) eglCreateImageKHR() argument 570 eglCreateImage(EGLDisplay dpy, EGLContext ctx, EGLenum target, EGLClientBuffer buffer, const EGLAttrib *attrib_list) eglCreateImage() argument [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | shmem.c | 3453 struct shmem_options *ctx = fc->fs_private; in shmem_parse_one() local 3476 ctx->blocks = DIV_ROUND_UP(size, PAGE_SIZE); in shmem_parse_one() 3477 ctx->seen |= SHMEM_SEEN_BLOCKS; in shmem_parse_one() 3480 ctx->blocks = memparse(param->string, &rest); in shmem_parse_one() 3483 ctx->seen |= SHMEM_SEEN_BLOCKS; in shmem_parse_one() 3486 ctx->inodes = memparse(param->string, &rest); in shmem_parse_one() 3489 ctx->seen |= SHMEM_SEEN_INODES; in shmem_parse_one() 3492 ctx->mode = result.uint_32 & 07777; in shmem_parse_one() 3506 ctx->uid = kuid; in shmem_parse_one() 3520 ctx in shmem_parse_one() 3613 struct shmem_options *ctx = fc->fs_private; shmem_reconfigure() local 3738 struct shmem_options *ctx = fc->fs_private; shmem_fill_super() local 3829 struct shmem_options *ctx = fc->fs_private; shmem_free_fc() local 3985 struct shmem_options *ctx; shmem_init_fs_context() local [all...] |
/device/soc/hisilicon/common/platform/mipi_csi/ |
H A D | mipi_csi_hi35xx.c | 53 hsModeCfged = cntlr->ctx.hsModeCfged; in MipiIsHsModeCfged() 64 devValid = cntlr->ctx.devValid[devno]; in MipiIsDevValid() 75 devCfged = cntlr->ctx.devCfged[devno]; in MipiIsDevCfged() 138 curLaneDivideMode = cntlr->ctx.laneDivideMode; in CheckLaneId() 405 MipiRxDrvSetLinkLaneId(devno, INPUT_MODE_LVDS, pLvdsAttr->laneId, laneBitmap, cntlr->ctx.laneDivideMode); in MipiSetLvdsPhySyncCfg() 557 MipiRxDrvSetLinkLaneId(devno, INPUT_MODE_MIPI, pMipiAttr->laneId, laneBitmap, cntlr->ctx.laneDivideMode); in MipiSetPhyCfg() 559 if (cntlr->ctx.laneDivideMode == 0) { in MipiSetPhyCfg() 577 cntlr->ctx.laneBitmap[devno] = laneBitmap; in MipiSetPhyCfg() 730 cntlr->ctx.devCfged[devno] = true; in SetComboDevAttr() 731 err = memcpy_s(&cntlr->ctx in SetComboDevAttr() 990 Hi35xxGetMipiDevCtx(struct MipiCsiCntlr *cntlr, MipiDevCtx *ctx) Hi35xxGetMipiDevCtx() argument [all...] |
/kernel/linux/linux-5.10/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 347 data = creq->base.chain.last->op->ctx.hash.hash; in mv_cesa_ahash_complete() 436 struct mv_cesa_hash_ctx *ctx = crypto_tfm_ctx(tfm); in mv_cesa_ahash_cra_init() local 438 ctx->base.ops = &mv_cesa_ahash_req_ops; in mv_cesa_ahash_cra_init() 1238 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(tfm); in mv_cesa_ahmac_cra_init() local 1240 ctx->base.ops = &mv_cesa_ahash_req_ops; in mv_cesa_ahmac_cra_init() 1249 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in mv_cesa_ahmac_md5_init() local 1253 memcpy(tmpl.ctx.hash.iv, ctx->iv, sizeof(ctx->iv)); in mv_cesa_ahmac_md5_init() 1263 struct mv_cesa_hmac_ctx *ctx in mv_cesa_ahmac_md5_setkey() local 1320 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm); mv_cesa_ahmac_sha1_init() local 1334 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); mv_cesa_ahmac_sha1_setkey() local 1392 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); mv_cesa_ahmac_sha256_setkey() local 1411 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm); mv_cesa_ahmac_sha256_init() local [all...] |
/kernel/linux/linux-6.6/io_uring/ |
H A D | rw.c | 65 if (req->ctx->compat) in io_iov_buffer_select_prep() 88 struct io_ring_ctx *ctx = req->ctx; in io_prep_rw() local 91 if (unlikely(req->buf_index >= ctx->nr_user_bufs)) in io_prep_rw() 93 index = array_index_nospec(req->buf_index, ctx->nr_user_bufs); in io_prep_rw() 94 req->imu = ctx->user_bufs[index]; in io_prep_rw() 95 io_req_set_rsrc_node(req, ctx, 0); in io_prep_rw() 191 struct io_ring_ctx *ctx = req->ctx; in io_rw_should_reissue() local 196 !(ctx in io_rw_should_reissue() 673 struct io_ring_ctx *ctx = req->ctx; io_rw_init_file() local 995 io_do_iopoll(struct io_ring_ctx *ctx, bool force_nonspin) io_do_iopoll() argument [all...] |
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 371 data = creq->base.chain.last->op->ctx.hash.hash; in mv_cesa_ahash_complete() 460 struct mv_cesa_hash_ctx *ctx = crypto_tfm_ctx(tfm); in mv_cesa_ahash_cra_init() local 462 ctx->base.ops = &mv_cesa_ahash_req_ops; in mv_cesa_ahash_cra_init() 1237 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(tfm); in mv_cesa_ahmac_cra_init() local 1239 ctx->base.ops = &mv_cesa_ahash_req_ops; in mv_cesa_ahmac_cra_init() 1248 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm); in mv_cesa_ahmac_md5_init() local 1252 memcpy(tmpl.ctx.hash.iv, ctx->iv, sizeof(ctx->iv)); in mv_cesa_ahmac_md5_init() 1262 struct mv_cesa_hmac_ctx *ctx in mv_cesa_ahmac_md5_setkey() local 1319 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm); mv_cesa_ahmac_sha1_init() local 1333 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); mv_cesa_ahmac_sha1_setkey() local 1391 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(crypto_ahash_tfm(tfm)); mv_cesa_ahmac_sha256_setkey() local 1410 struct mv_cesa_hmac_ctx *ctx = crypto_tfm_ctx(req->base.tfm); mv_cesa_ahmac_sha256_init() local [all...] |
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_pipeline.c | 51 device->queue.ctx->delete_vs_state(device->queue.ctx, pipeline->shader_cso[PIPE_SHADER_VERTEX]); in lvp_pipeline_destroy() 53 device->queue.ctx->delete_fs_state(device->queue.ctx, pipeline->shader_cso[PIPE_SHADER_FRAGMENT]); in lvp_pipeline_destroy() 55 device->queue.ctx->delete_gs_state(device->queue.ctx, pipeline->shader_cso[PIPE_SHADER_GEOMETRY]); in lvp_pipeline_destroy() 57 device->queue.ctx->delete_tcs_state(device->queue.ctx, pipeline->shader_cso[PIPE_SHADER_TESS_CTRL]); in lvp_pipeline_destroy() 59 device->queue.ctx->delete_tes_state(device->queue.ctx, pipelin in lvp_pipeline_destroy() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 77 Buffer (Context& ctx, VkBufferUsageFlags usage, VkDeviceSize size, bool address = false); 99 TypedBuffer (Context& ctx, 103 TypedBuffer (Context& ctx, 126 Image (Context& ctx, 162 Buffer::Buffer (Context& ctx, VkBufferUsageFlags usage, VkDeviceSize size, bool address) in Buffer() argument 163 : m_context (ctx) in Buffer() 257 template<class X> TypedBuffer<X>::TypedBuffer (Context& ctx, VkBufferUsageFlags usage, deUint32 nelements, bool address) in TypedBuffer() argument 258 : Buffer (ctx, usage, (nelements * sizeof(X)), address) in TypedBuffer() 263 template<class X> TypedBuffer<X>::TypedBuffer (Context& ctx, VkBufferUsageFlags usage, std::initializer_list<X> items, bool address) in TypedBuffer() argument 264 : Buffer (ctx, usag in TypedBuffer() 418 SpvAsmPhysicalStorageBufferTestInstance(Context& ctx) SpvAsmPhysicalStorageBufferTestInstance() argument 427 SpvAsmPhysicalStorageBufferVertexInOutInTestInstance(Context& ctx, const TestParamsPtr params) SpvAsmPhysicalStorageBufferVertexInOutInTestInstance() argument 455 SpvAsmPhysicalStorageBufferPushConstantsTestInstance(Context& ctx, const TestParamsPtr params) SpvAsmPhysicalStorageBufferPushConstantsTestInstance() argument 472 SpvAsmPhysicalStorageBufferAddrsInSSBOTestInstance(Context& ctx, const TestParamsPtr params) SpvAsmPhysicalStorageBufferAddrsInSSBOTestInstance() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmPhysicalStorageBufferPointerTests.cpp | 77 Buffer (Context& ctx, VkBufferUsageFlags usage, VkDeviceSize size, bool address = false); 99 TypedBuffer (Context& ctx, 103 TypedBuffer (Context& ctx, 126 Image (Context& ctx, 162 Buffer::Buffer (Context& ctx, VkBufferUsageFlags usage, VkDeviceSize size, bool address) in Buffer() argument 163 : m_context (ctx) in Buffer() 257 template<class X> TypedBuffer<X>::TypedBuffer (Context& ctx, VkBufferUsageFlags usage, deUint32 nelements, bool address) in TypedBuffer() argument 258 : Buffer (ctx, usage, (nelements * sizeof(X)), address) in TypedBuffer() 263 template<class X> TypedBuffer<X>::TypedBuffer (Context& ctx, VkBufferUsageFlags usage, std::initializer_list<X> items, bool address) in TypedBuffer() argument 264 : Buffer (ctx, usag in TypedBuffer() 418 SpvAsmPhysicalStorageBufferTestInstance(Context& ctx) SpvAsmPhysicalStorageBufferTestInstance() argument 427 SpvAsmPhysicalStorageBufferVertexInOutInTestInstance(Context& ctx, const TestParamsPtr params) SpvAsmPhysicalStorageBufferVertexInOutInTestInstance() argument 455 SpvAsmPhysicalStorageBufferPushConstantsTestInstance(Context& ctx, const TestParamsPtr params) SpvAsmPhysicalStorageBufferPushConstantsTestInstance() argument 472 SpvAsmPhysicalStorageBufferAddrsInSSBOTestInstance(Context& ctx, const TestParamsPtr params) SpvAsmPhysicalStorageBufferAddrsInSSBOTestInstance() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
H A D | dsi.c | 4305 struct dsi_clk_calc_ctx *ctx = data; in dsi_cm_calc_dispc_cb() local 4306 struct videomode *vm = &ctx->vm; in dsi_cm_calc_dispc_cb() 4308 ctx->dispc_cinfo.lck_div = lckd; in dsi_cm_calc_dispc_cb() 4309 ctx->dispc_cinfo.pck_div = pckd; in dsi_cm_calc_dispc_cb() 4310 ctx->dispc_cinfo.lck = lck; in dsi_cm_calc_dispc_cb() 4311 ctx->dispc_cinfo.pck = pck; in dsi_cm_calc_dispc_cb() 4313 *vm = *ctx->config->vm; in dsi_cm_calc_dispc_cb() 4315 vm->hactive = ctx->config->vm->hactive; in dsi_cm_calc_dispc_cb() 4316 vm->vactive = ctx->config->vm->vactive; in dsi_cm_calc_dispc_cb() 4326 struct dsi_clk_calc_ctx *ctx in dsi_cm_calc_hsdiv_cb() local 4339 struct dsi_clk_calc_ctx *ctx = data; dsi_cm_calc_pll_cb() local 4352 dsi_cm_calc(struct dsi_data *dsi, const struct omap_dss_dsi_config *cfg, struct dsi_clk_calc_ctx *ctx) dsi_cm_calc() argument 4391 dsi_vm_calc_blanking(struct dsi_clk_calc_ctx *ctx) dsi_vm_calc_blanking() argument 4593 struct dsi_clk_calc_ctx *ctx = data; dsi_vm_calc_dispc_cb() local 4616 struct dsi_clk_calc_ctx *ctx = data; dsi_vm_calc_hsdiv_cb() local 4640 struct dsi_clk_calc_ctx *ctx = data; dsi_vm_calc_pll_cb() local 4653 dsi_vm_calc(struct dsi_data *dsi, const struct omap_dss_dsi_config *cfg, struct dsi_clk_calc_ctx *ctx) dsi_vm_calc() argument 4699 struct dsi_clk_calc_ctx ctx; dsi_set_config() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_hwseq.c | 57 hws->ctx 61 dc->ctx->logger 77 if (hws->ctx->dc->debug.disable_dsc_power_gate) in dcn32_dsc_pg_control() 80 if (!hws->ctx->dc->debug.enable_double_buffered_dsc_pg_support) in dcn32_dsc_pg_control() 165 if (hws->ctx->dc->debug.disable_hubp_power_gate) in dcn32_hubp_pg_control() 217 static uint32_t dcn32_calculate_cab_allocation(struct dc *dc, struct dc_state *ctx) in dcn32_calculate_cab_allocation() argument 223 mall_ss_size_bytes = ctx->bw_ctx.bw.dcn.mall_ss_size_bytes; in dcn32_calculate_cab_allocation() 225 // mall_ss_psr_active_size_bytes = ctx->bw_ctx.bw.dcn.mall_ss_psr_active_size_bytes; in dcn32_calculate_cab_allocation() 229 struct pipe_ctx *pipe = &ctx->res_ctx.pipe_ctx[i]; in dcn32_calculate_cab_allocation() 256 if (!dc->ctx in dcn32_apply_idle_power_optimizations() [all...] |
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | lsm.c | 494 struct aa_file_ctx *ctx = file_ctx(file); in apparmor_file_alloc_security() local 497 spin_lock_init(&ctx->lock); in apparmor_file_alloc_security() 498 rcu_assign_pointer(ctx->label, aa_get_label(label)); in apparmor_file_alloc_security() 505 struct aa_file_ctx *ctx = file_ctx(file); in apparmor_file_free_security() local 507 if (ctx) in apparmor_file_free_security() 508 aa_put_label(rcu_access_pointer(ctx->label)); in apparmor_file_free_security() 669 struct aa_task_ctx *ctx = task_ctx(current); in apparmor_getprocattr() local 674 else if (strcmp(name, "prev") == 0 && ctx->previous) in apparmor_getprocattr() 675 label = aa_get_newest_label(ctx->previous); in apparmor_getprocattr() 676 else if (strcmp(name, "exec") == 0 && ctx in apparmor_getprocattr() 858 struct aa_sk_ctx *ctx; apparmor_sk_alloc_security() local 874 struct aa_sk_ctx *ctx = SK_CTX(sk); apparmor_sk_free_security() local 888 struct aa_sk_ctx *ctx = SK_CTX(sk); apparmor_sk_clone_security() local 943 struct aa_sk_ctx *ctx = SK_CTX(sock->sk); apparmor_socket_post_create() local 1128 struct aa_sk_ctx *ctx = SK_CTX(sk); apparmor_socket_sock_rcv_skb() local 1141 struct aa_sk_ctx *ctx = SK_CTX(sk); sk_peer_label() local 1222 struct aa_sk_ctx *ctx = SK_CTX(sk); apparmor_sock_graft() local 1232 struct aa_sk_ctx *ctx = SK_CTX(sk); apparmor_inet_conn_request() local 1836 struct aa_sk_ctx *ctx; apparmor_ip_postroute() local [all...] |