HomeSort by relevance Sort by last modified time
    Searched defs:perf_debug (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_debug.h 93 #define perf_debug(...) do { \ macro
97 if (brw->perf_debug) \
brw_context.h 772 * might lead to a perf_debug() call.
774 bool perf_debug; member in struct:brw_context
    [all...]
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_context.h 419 #define perf_debug(...) do { \ macro
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_context.h 183 * might lead to a perf_debug() call.
185 bool perf_debug; member in struct:intel_context
310 #define perf_debug(...) do { \ macro
314 if (intel->perf_debug) \

Completed in 253 milliseconds