Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_queue.c215 handle_end_query_cpu_job(struct v3dv_job *job, uint32_t counter_pass_idx) in handle_end_query_cpu_job() argument
738 uint32_t counter_pass_idx, in handle_cl_job()
794 job->perf->kperfmon_ids[counter_pass_idx] : 0; in handle_cl_job()
918 uint32_t counter_pass_idx, in handle_csd_job()
971 job->perf->kperfmon_ids[counter_pass_idx] : 0; in handle_csd_job()
997 uint32_t counter_pass_idx, in queue_handle_job()
1003 return handle_cl_job(queue, job, counter_pass_idx, sync_info, signal_syncs); in queue_handle_job()
1007 return handle_csd_job(queue, job, counter_pass_idx, sync_info, signal_syncs); in queue_handle_job()
1011 return handle_end_query_cpu_job(job, counter_pass_idx); in queue_handle_job()
1053 uint32_t counter_pass_idx, in queue_submit_noop_job()
736 handle_cl_job(struct v3dv_queue *queue, struct v3dv_job *job, uint32_t counter_pass_idx, struct v3dv_submit_sync_info *sync_info, bool signal_syncs) handle_cl_job() argument
916 handle_csd_job(struct v3dv_queue *queue, struct v3dv_job *job, uint32_t counter_pass_idx, struct v3dv_submit_sync_info *sync_info, bool signal_syncs) handle_csd_job() argument
995 queue_handle_job(struct v3dv_queue *queue, struct v3dv_job *job, uint32_t counter_pass_idx, struct v3dv_submit_sync_info *sync_info, bool signal_syncs) queue_handle_job() argument
1052 queue_submit_noop_job(struct v3dv_queue *queue, uint32_t counter_pass_idx, struct v3dv_submit_sync_info *sync_info, bool signal_syncs) queue_submit_noop_job() argument
[all...]

Completed in 2 milliseconds