Searched defs:radeon_debug_type_t (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_debug.h75 } 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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_debug.h75 } 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/r200/
H A Dradeon_debug.h75 } 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/
H A Dradeon_debug.h75 } 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 996 milliseconds