HomeSort by: relevance | last modified time | path
    Searched refs:perfcnt_offset (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/perf/
intel_perf_mdapi.c 57 mdapi_data->PerfCounter1 = result->accumulator[query->perfcnt_offset + 0];
58 mdapi_data->PerfCounter2 = result->accumulator[query->perfcnt_offset + 1];
81 mdapi_data->PerfCounter1 = result->accumulator[query->perfcnt_offset + 0];
82 mdapi_data->PerfCounter2 = result->accumulator[query->perfcnt_offset + 1];
115 mdapi_data->PerfCounter1 = result->accumulator[query->perfcnt_offset + 0];
116 mdapi_data->PerfCounter2 = result->accumulator[query->perfcnt_offset + 1];
366 query->perfcnt_offset = copy_query->perfcnt_offset;
intel_perf.h 242 int perfcnt_offset; member in struct:intel_perf_query_info
intel_perf.c 1133 result->accumulator[query->perfcnt_offset + i] = v0 > v1 ?
1146 return query->perfcnt_offset + index;
  /xsrc/external/mit/MesaLib/src/intel/perf/
intel_perf_metrics.c 953 uint64_t tmp0 = results->accumulator[query->perfcnt_offset + 0];
965 uint64_t tmp0 = results->accumulator[query->perfcnt_offset + 1];
977 uint64_t tmp0 = results->accumulator[query->perfcnt_offset + 0];
2578 uint64_t tmp0 = results->accumulator[query->perfcnt_offset + 0];
6380 uint64_t tmp0 = results->accumulator[query->perfcnt_offset + 0];
    [all...]

Completed in 85 milliseconds