HomeSort by: relevance | last modified time | path
    Searched defs:perf_debug_ctx (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_screen.h 138 #define perf_debug_ctx(ctx, ...) \ macro
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
freedreno_util.h 128 #define perf_debug_ctx(ctx, ...) \ macro
134 #define perf_debug(...) perf_debug_ctx(NULL, __VA_ARGS__)
145 perf_debug_ctx(ctx, fmt " (%.03f ms)", ##__VA_ARGS__, \

Completed in 68 milliseconds