Searched refs:report_id (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dxva2_internal.h | 108 #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 D | dxva2.h | 86 unsigned report_id; member
|
H A D | d3d11va.h | 93 unsigned report_id; member
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_perf.c | 44 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 D | iris_screen.h | 113 uint32_t report_id);
|
H A D | iris_state.c | 8289 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 D | crocus_monitor.c | 139 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 D | crocus_screen.h | 116 uint32_t report_id);
|
H A D | crocus_state.c | 8984 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 D | intel_perf.h | 403 uint32_t report_id);
|
Completed in 33 milliseconds