/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_thread.h | 249 MppThread(MppThreadFunc func, void *ctx, const char *name = NULL);
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
H A D | ump_osk_low_level_mem.c | 111 args.ctx = descriptor->ump_session; in ump_vma_close()
|
/third_party/ffmpeg/libavcodec/ |
H A D | jpeg2000.h | 281 AVCodecContext *ctx);
|
/third_party/ffmpeg/doc/examples/ |
H A D | vaapi_transcode.c | 48 static enum AVPixelFormat get_vaapi_format(AVCodecContext *ctx, in get_vaapi_format() argument
|
/third_party/ffmpeg/tools/ |
H A D | target_dem_fuzzer.c | 38 static int interrupt_cb(void *ctx) in interrupt_cb() argument
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-cose.h | 309 * \param ctx: the CBOR writing context (same as for lws_lec_printf()) 315 lws_cose_key_export(lws_cose_key_t *ck, lws_lec_pctx_t *ctx, int flags);
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_batch.h | 432 batch <= &ice->batches[((struct iris_screen *)ice->ctx.screen)->devinfo.ver >= 12 ? IRIS_BATCH_BLITTER : IRIS_BATCH_COMPUTE]; \
|
H A D | iris_resource.h | 330 void iris_replace_buffer_storage(struct pipe_context *ctx,
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_disk_cache.c | 138 struct crocus_screen *screen = (void *) ice->ctx.screen; in crocus_disk_cache_retrieve()
|
H A D | crocus_batch.h | 185 void crocus_init_batch(struct crocus_context *ctx,
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_asm.h | 336 void *r600_create_vertex_fetch_shader(struct pipe_context *ctx,
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcShaderRenderCase.hpp | 256 virtual void evaluate(ShaderEvalContext& ctx);
|
/third_party/skia/third_party/externals/microhttpd/src/testcurl/ |
H A D | perf_get_concurrent.c | 129 void *ctx) in copyBuffer() 127 copyBuffer(void *ptr, size_t size, size_t nmemb, void *ctx) copyBuffer() argument
|
/third_party/protobuf/src/google/protobuf/ |
H A D | empty.pb.h | 147 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderRenderCase.hpp | 193 virtual void evaluate (ShaderEvalContext& ctx);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_i.h | 117 void (*ap_settings_cb)(void *ctx, const struct wps_credential *cred);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_i.h | 117 void (*ap_settings_cb)(void *ctx, const struct wps_credential *cred);
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_to_nir.cpp | 2723 glsl_float64_funcs_to_nir(struct gl_context *ctx, in glsl_float64_funcs_to_nir() argument 2730 if (!_mesa_is_desktop_gl(ctx) || ctx->Const.GLSLVersion < 400) in glsl_float64_funcs_to_nir() 2739 _mesa_glsl_compile_shader(ctx, sh, false, false, true); in glsl_float64_funcs_to_nir() 2743 _mesa_problem(ctx, in glsl_float64_funcs_to_nir() 2752 nir_visitor v1(&ctx->Const, nir); in glsl_float64_funcs_to_nir() 2759 _mesa_delete_shader(ctx, sh); in glsl_float64_funcs_to_nir()
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message.cc | 1956 internal::ParseContext ctx( in MergeFromString() 1959 ctx.data().pool = factory->pool->pool; in MergeFromString() 1960 ctx.data().factory = factory->message_factory; in MergeFromString() 1962 ptr = self->message->_InternalParse(ptr, &ctx); in MergeFromString() 1973 if (ptr == nullptr || ctx.BytesUntilLimit(ptr) < 0) { in MergeFromString() 1978 // ctx has an explicit limit set (length of string_view), so we have to in MergeFromString() 1980 if (!ctx.EndedAtLimit()) { in MergeFromString() 1984 return PyInt_FromLong(data_length - ctx.BytesUntilLimit(ptr)); in MergeFromString()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | scan.c | 161 struct wpa_driver_scan_params *params = work->ctx; in wpas_trigger_scan_cb() 204 work->ctx = NULL; in wpas_trigger_scan_cb() 262 struct wpa_driver_scan_params *ctx; in wpa_supplicant_trigger_scan() local 269 ctx = wpa_scan_clone_params(params); in wpa_supplicant_trigger_scan() 270 if (!ctx || in wpa_supplicant_trigger_scan() 271 radio_add_work(wpa_s, 0, "scan", 0, wpas_trigger_scan_cb, ctx) < 0) in wpa_supplicant_trigger_scan() 273 wpa_scan_free_params(ctx); in wpa_supplicant_trigger_scan()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | scan.c | 201 struct wpa_driver_scan_params *params = work->ctx; in wpas_trigger_scan_cb() 248 work->ctx = NULL; in wpas_trigger_scan_cb() 310 struct wpa_driver_scan_params *ctx; in wpa_supplicant_trigger_scan() local 317 ctx = wpa_scan_clone_params(params); in wpa_supplicant_trigger_scan() 318 if (!ctx || in wpa_supplicant_trigger_scan() 319 radio_add_work(wpa_s, 0, "scan", 0, wpas_trigger_scan_cb, ctx) < 0) in wpa_supplicant_trigger_scan() 321 wpa_scan_free_params(ctx); in wpa_supplicant_trigger_scan()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | check_output.py | 188 def format_error_lines(at, line_num, column_num, ctx, line): 189 pred = '%s line %d, column %d of %s: "' % (at, line_num, column_num, ctx)
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ir.cpp | 317 void alu_packed_node::update_packed_items(sb_context &ctx) { in update_packed_items() argument 329 (ctx.is_cayman() && slot_flags == AF_S)) { in update_packed_items()
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_blit.c | 403 vc4_render_blit(struct pipe_context *ctx, struct pipe_blit_info *info) in vc4_render_blit() argument 405 struct vc4_context *vc4 = vc4_context(ctx); in vc4_render_blit()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vcn_enc_2_0.c | 439 enc->ctx(enc); in encode() 481 enc->cmd.ctx = RENCODE_IB_PARAM_ENCODE_CONTEXT_BUFFER; in radeon_enc_2_0_init()
|