Lines Matching defs:utctx
50 anv_utrace_delete_flush_data(struct u_trace_context *utctx,
54 container_of(utctx, struct anv_device, ds.trace_context);
72 anv_device_utrace_emit_copy_ts_buffer(struct u_trace_context *utctx,
79 container_of(utctx, struct anv_device, ds.trace_context);
195 anv_utrace_create_ts_buffer(struct u_trace_context *utctx, uint32_t size_b)
198 container_of(utctx, struct anv_device, ds.trace_context);
211 anv_utrace_destroy_ts_buffer(struct u_trace_context *utctx, void *timestamps)
214 container_of(utctx, struct anv_device, ds.trace_context);
238 anv_utrace_read_ts(struct u_trace_context *utctx,
242 container_of(utctx, struct anv_device, ds.trace_context);