Searched refs:perf_counter_flag (Results 1 – 6 of 6) sorted by relevance
44 u32 perf_counter_flag; in mali_pp_job_create() local67 perf_counter_flag = mali_pp_job_get_perf_counter_flag(job); in mali_pp_job_create()71 if (!((perf_counter_flag & _MALI_PERFORMANCE_COUNTER_FLAG_SRC0_ENABLE) || in mali_pp_job_create()72 (perf_counter_flag & _MALI_PERFORMANCE_COUNTER_FLAG_SRC1_ENABLE))) { in mali_pp_job_create()
78 u32 perf_counter_flag; in mali_gp_job_create() local99 perf_counter_flag = mali_gp_job_get_perf_counter_flag(job); in mali_gp_job_create()103 if (!((perf_counter_flag & _MALI_PERFORMANCE_COUNTER_FLAG_SRC0_ENABLE) || in mali_gp_job_create()104 (perf_counter_flag & _MALI_PERFORMANCE_COUNTER_FLAG_SRC1_ENABLE))) { in mali_gp_job_create()
186 return job->uargs.perf_counter_flag; in mali_gp_job_get_perf_counter_flag()
365 if (job->uargs.perf_counter_flag & _MALI_PERFORMANCE_COUNTER_FLAG_HEATMAP_ENABLE) { in mali_pp_job_start()
521 return job->uargs.perf_counter_flag; in mali_pp_job_get_perf_counter_flag()
268 …u32 perf_counter_flag; /**< [in] bitmask indicating which performance counters to ena… member375 …u32 perf_counter_flag; /**< [in] bitmask indicating which performance counters to ena… member