Home
last modified time | relevance | path

Searched defs:perf_ctx (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/intel/perf/
Dintel_perf_query.c310 inc_n_users(struct intel_perf_context *perf_ctx) in inc_n_users()
323 dec_n_users(struct intel_perf_context *perf_ctx) in dec_n_users()
354 intel_perf_open(struct intel_perf_context *perf_ctx, in intel_perf_open()
461 get_free_sample_buf(struct intel_perf_context *perf_ctx) in get_free_sample_buf()
480 reap_old_sample_buffers(struct intel_perf_context *perf_ctx) in reap_old_sample_buffers()
504 free_sample_bufs(struct intel_perf_context *perf_ctx) in free_sample_bufs()
515 intel_perf_new_query(struct intel_perf_context *perf_ctx, unsigned query_index) in intel_perf_new_query()
543 intel_perf_active_queries(struct intel_perf_context *perf_ctx, in intel_perf_active_queries()
586 intel_perf_init_context(struct intel_perf_context *perf_ctx, in intel_perf_init_context()
684 add_to_unaccumulated_query_list(struct intel_perf_context *perf_ctx, in add_to_unaccumulated_query_list()
[all …]
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_performance_query.c91 struct intel_perf_context *perf_ctx = ice->perf_ctx; in iris_new_perf_query_obj() local
113 struct intel_perf_context *perf_ctx = ice->perf_ctx; in iris_begin_perf_query() local
124 struct intel_perf_context *perf_ctx = ice->perf_ctx; in iris_end_perf_query() local
136 struct intel_perf_context *perf_ctx = ice->perf_ctx; in iris_delete_perf_query() local
151 struct intel_perf_context *perf_ctx = ice->perf_ctx; in iris_get_perf_query_info() local
174 struct intel_perf_context *perf_ctx = ice->perf_ctx; in iris_get_perf_counter_info() local
207 struct intel_perf_context *perf_ctx = ice->perf_ctx; in iris_wait_perf_query() local
219 struct intel_perf_context *perf_ctx = ice->perf_ctx; in iris_is_perf_query_ready() local
240 struct intel_perf_context *perf_ctx = ice->perf_ctx; in iris_get_perf_query_data() local
Diris_monitor.c165 struct intel_perf_context *perf_ctx = ice->perf_ctx; in iris_init_monitor_ctx() local
193 struct intel_perf_context *perf_ctx = ice->perf_ctx; in iris_create_monitor_object() local
263 struct intel_perf_context *perf_ctx = ice->perf_ctx; in iris_begin_monitor() local
273 struct intel_perf_context *perf_ctx = ice->perf_ctx; in iris_end_monitor() local
286 struct intel_perf_context *perf_ctx = ice->perf_ctx; in iris_get_monitor_result() local
Diris_context.h708 struct intel_perf_context *perf_ctx; member
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_monitor.c311 struct intel_perf_context *perf_ctx = ice->perf_ctx; in crocus_init_monitor_ctx() local
340 struct intel_perf_context *perf_ctx = ice->perf_ctx; in crocus_create_monitor_object() local
410 struct intel_perf_context *perf_ctx = ice->perf_ctx; in crocus_begin_monitor() local
420 struct intel_perf_context *perf_ctx = ice->perf_ctx; in crocus_end_monitor() local
433 struct intel_perf_context *perf_ctx = ice->perf_ctx; in crocus_get_monitor_result() local
Dcrocus_context.h556 struct intel_perf_context *perf_ctx; member