Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/perf/
Dgpuvis_trace_utils.h43 #define GPUVIS_ATTR_PRINTF( _x, _y ) __attribute__( ( __format__( __printf__, _x, _y ) ) ) macro
47 #define GPUVIS_ATTR_PRINTF( _x, _y ) macro