Searched refs:VA_DEBUG (Results 1 – 1 of 1) sorted by relevance
37 #define VA_DEBUG(_str,...) debug_printf("[Gallium VA backend]: " _str,__VA_ARGS__) macro38 #define VA_INFO(_str,...) VA_DEBUG("INFO: " _str,__VA_ARGS__)39 #define VA_WARNING(_str,...) VA_DEBUG("WARNING: " _str,__VA_ARGS__)40 #define VA_ERROR(_str,...) VA_DEBUG("ERROR: " _str,__VA_ARGS__)