Home
last modified time | relevance | path

Searched refs:report_id (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddxva2_internal.h108 #define DXVA_CONTEXT_REPORT_ID(avctx, ctx) (*(ff_dxva2_is_d3d11(avctx) ? &ctx->d3d11va.report_id : &ctx->dxva2.report_id))
120 #define DXVA_CONTEXT_REPORT_ID(avctx, ctx) (*(&ctx->dxva2.report_id))
130 #define DXVA_CONTEXT_REPORT_ID(avctx, ctx) (*(&ctx->d3d11va.report_id))
H A Ddxva2.h86 unsigned report_id; member
H A Dd3d11va.h93 unsigned report_id; member
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_perf.c44 uint32_t report_id) in iris_perf_emit_mi_report_perf_count()
48 batch->screen->vtbl.emit_mi_report_perf_count(batch, bo, offset_in_bytes, report_id); in iris_perf_emit_mi_report_perf_count()
41 iris_perf_emit_mi_report_perf_count(void *c, void *bo, uint32_t offset_in_bytes, uint32_t report_id) iris_perf_emit_mi_report_perf_count() argument
H A Diris_screen.h113 uint32_t report_id);
H A Diris_state.c8289 uint32_t report_id) in iris_emit_mi_report_perf_count()
8295 mi_rpc.ReportID = report_id; in iris_emit_mi_report_perf_count()
8286 iris_emit_mi_report_perf_count(struct iris_batch *batch, struct iris_bo *bo, uint32_t offset_in_bytes, uint32_t report_id) iris_emit_mi_report_perf_count() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_monitor.c139 uint32_t report_id) in crocus_monitor_emit_mi_report_perf_count()
144 screen->vtbl.emit_mi_report_perf_count(batch, bo, offset_in_bytes, report_id); in crocus_monitor_emit_mi_report_perf_count()
136 crocus_monitor_emit_mi_report_perf_count(void *c, void *bo, uint32_t offset_in_bytes, uint32_t report_id) crocus_monitor_emit_mi_report_perf_count() argument
H A Dcrocus_screen.h116 uint32_t report_id);
H A Dcrocus_state.c8984 uint32_t report_id)
8989 mi_rpc.ReportID = report_id;
8981 crocus_emit_mi_report_perf_count(struct crocus_batch *batch, struct crocus_bo *bo, uint32_t offset_in_bytes, uint32_t report_id) global() argument
/third_party/mesa3d/src/intel/perf/
H A Dintel_perf.h403 uint32_t report_id);

Completed in 33 milliseconds