HomeSort by relevance Sort by last modified time
    Searched refs:_nine_debug_printf (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/state_trackers/nine/
nine_debug.h 29 _nine_debug_printf( unsigned long flag,
34 #define ERR(fmt, ...) _nine_debug_printf(DBG_ERROR, __FUNCTION__, fmt, ## __VA_ARGS__)
37 #define WARN(fmt, ...) _nine_debug_printf(DBG_WARN, __FUNCTION__, fmt, ## __VA_ARGS__)
43 _nine_debug_printf(DBG_WARN, __FUNCTION__, fmt, ## __VA_ARGS__); \
53 _nine_debug_printf(flag, __FUNCTION__, fmt, ## __VA_ARGS__)
nine_debug.c 61 _nine_debug_printf( unsigned long flag, function
nine_shader.c 40 #define DUMP(args...) _nine_debug_printf(DBG_CHANNEL, NULL, args)
    [all...]

Completed in 68 milliseconds