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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_debug.h 75 } radeon_debug_type_t; typedef in typeref:enum:radeon_debug_types
84 extern radeon_debug_type_t radeon_enabled_debug_types;
91 static inline int radeon_is_debug_enabled(const radeon_debug_type_t type,
105 extern void _radeon_print(const radeon_debug_type_t type,
115 const radeon_debug_type_t _debug_type = (type); \
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_debug.h 75 } radeon_debug_type_t; typedef in typeref:enum:radeon_debug_types
84 extern radeon_debug_type_t radeon_enabled_debug_types;
91 static inline int radeon_is_debug_enabled(const radeon_debug_type_t type,
105 extern void _radeon_print(const radeon_debug_type_t type,
115 const radeon_debug_type_t _debug_type = (type); \

Completed in 34 milliseconds