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

  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
v3d_drm.h 372 #define DRM_V3D_MAX_PERF_COUNTERS 32
377 __u8 counters[DRM_V3D_MAX_PERF_COUNTERS];
  /xsrc/external/mit/MesaLib/dist/src/broadcom/simulator/
v3d_simulator.c 134 uint8_t counters[DRM_V3D_MAX_PERF_COUNTERS];
135 uint64_t values[DRM_V3D_MAX_PERF_COUNTERS];
626 args->ncounters > DRM_V3D_MAX_PERF_COUNTERS)
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_context.h 316 uint8_t counters[DRM_V3D_MAX_PERF_COUNTERS];
317 uint64_t values[DRM_V3D_MAX_PERF_COUNTERS];
v3d_query_perfcnt.c 156 info->max_active_queries = DRM_V3D_MAX_PERF_COUNTERS;

Completed in 7 milliseconds