Home
last modified time | relevance | path

Searched refs:feat_id (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/media/platform/verisilicon/
H A Dhantro_g2_vp9_dec.c392 unsigned char feat_id; in config_segment() local
420 feat_id = V4L2_VP9_SEG_LVL_ALT_Q; in config_segment()
424 update_feat_and_flag(vp9_ctx, seg, feat_id, segid); in config_segment()
427 vp9_ctx->feature_data[segid][feat_id], in config_segment()
433 feat_id = V4L2_VP9_SEG_LVL_ALT_L; in config_segment()
437 update_feat_and_flag(vp9_ctx, seg, feat_id, segid); in config_segment()
440 vp9_ctx->feature_data[segid][feat_id], in config_segment()
446 feat_id = V4L2_VP9_SEG_LVL_REF_FRAME; in config_segment()
450 update_feat_and_flag(vp9_ctx, seg, feat_id, segid); in config_segment()
458 feat_id = V4L2_VP9_SEG_LVL_SKIP; in config_segment()
[all …]
/linux-6.15/tools/lib/bpf/
H A Dfeatures.c587 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id) in feat_supported() argument
589 struct kern_feature_desc *feat = &feature_probes[feat_id]; in feat_supported()
596 if (READ_ONCE(cache->res[feat_id]) == FEAT_UNKNOWN) { in feat_supported()
599 WRITE_ONCE(cache->res[feat_id], FEAT_SUPPORTED); in feat_supported()
601 WRITE_ONCE(cache->res[feat_id], FEAT_MISSING); in feat_supported()
605 WRITE_ONCE(cache->res[feat_id], FEAT_MISSING); in feat_supported()
609 return READ_ONCE(cache->res[feat_id]) == FEAT_SUPPORTED; in feat_supported()
H A Dlibbpf_internal.h397 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id);
398 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id);
H A Dlibbpf.c5060 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id) in kernel_supports() argument
5069 return feat_supported(obj->feat_cache, feat_id); in kernel_supports()
5071 return feat_supported(NULL, feat_id); in kernel_supports()
/linux-6.15/tools/perf/util/
H A Dintel-tpebs.c153 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
H A Dsynthetic-events.c2412 fe->feat_id = feat; in perf_event__synthesize_features()
2425 fe->feat_id = HEADER_LAST_FEATURE; in perf_event__synthesize_features()
H A Dheader.c4348 u64 feat = fe->feat_id; in perf_event__process_feature()
/linux-6.15/tools/lib/perf/include/perf/
H A Devent.h451 __u64 feat_id; member
/linux-6.15/tools/perf/
H A Dbuiltin-report.c248 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
251 if (event->feat.feat_id != HEADER_LAST_FEATURE) { in process_feature_event()
253 event->feat.feat_id); in process_feature_event()
H A Dbuiltin-annotate.c319 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
H A Dbuiltin-script.c3604 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()