HomeSort by: relevance | last modified time | path
    Searched refs:intel_log (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/intel/common/
intel_log.h 47 intel_log(enum intel_log_level, const char *tag, const char *format, ...);
53 #define intel_loge(fmt, ...) intel_log(INTEL_LOG_ERROR, (INTEL_LOG_TAG), (fmt), ##__VA_ARGS__)
54 #define intel_logw(fmt, ...) intel_log(INTEL_LOG_WARN, (INTEL_LOG_TAG), (fmt), ##__VA_ARGS__)
55 #define intel_logi(fmt, ...) intel_log(INTEL_LOG_INFO, (INTEL_LOG_TAG), (fmt), ##__VA_ARGS__)
57 #define intel_logd(fmt, ...) intel_log(INTEL_LOG_DEBUG, (INTEL_LOG_TAG), (fmt), ##__VA_ARGS__)
intel_log.c 32 #include "intel_log.h"
65 intel_log(enum intel_log_level level, const char *tag, const char *format, ...) function

Completed in 11 milliseconds