Home
last modified time | relevance | path

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

/linux/drivers/media/platform/verisilicon/
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/tools/lib/bpf/
A Dfeatures.c591 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id) in feat_supported() argument
593 struct kern_feature_desc *feat = &feature_probes[feat_id]; in feat_supported()
600 if (READ_ONCE(cache->res[feat_id]) == FEAT_UNKNOWN) { in feat_supported()
603 WRITE_ONCE(cache->res[feat_id], FEAT_SUPPORTED); in feat_supported()
605 WRITE_ONCE(cache->res[feat_id], FEAT_MISSING); in feat_supported()
608 WRITE_ONCE(cache->res[feat_id], FEAT_MISSING); in feat_supported()
612 return READ_ONCE(cache->res[feat_id]) == FEAT_SUPPORTED; in feat_supported()
A Dlibbpf_internal.h396 bool feat_supported(struct kern_feature_cache *cache, enum kern_feature_id feat_id);
397 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id);
A Dlibbpf.c5013 bool kernel_supports(const struct bpf_object *obj, enum kern_feature_id feat_id) in kernel_supports() argument
5022 return feat_supported(obj->feat_cache, feat_id); in kernel_supports()
5024 return feat_supported(NULL, feat_id); in kernel_supports()
/linux/tools/perf/util/
A Dintel-tpebs.c153 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
A Dsynthetic-events.c2406 fe->feat_id = feat; in perf_event__synthesize_features()
2419 fe->feat_id = HEADER_LAST_FEATURE; in perf_event__synthesize_features()
A Dheader.c4371 u64 feat = fe->feat_id; in perf_event__process_feature()
/linux/tools/lib/perf/include/perf/
A Devent.h451 __u64 feat_id; member
/linux/tools/perf/
A Dbuiltin-report.c246 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
249 if (event->feat.feat_id != HEADER_LAST_FEATURE) { in process_feature_event()
251 event->feat.feat_id); in process_feature_event()
A Dbuiltin-annotate.c318 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()
A Dbuiltin-script.c3860 if (event->feat.feat_id < HEADER_LAST_FEATURE) in process_feature_event()

Completed in 66 milliseconds