Home
last modified time | relevance | path

Searched refs:intel_log (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/common/
Dintel_log.h47 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__)
Dintel_log.c65 intel_log(enum intel_log_level level, const char *tag, const char *format, ...) in intel_log() function
Dmeson.build35 'intel_log.c',
/external/mesa3d/src/intel/
DMakefile.sources22 common/intel_log.c \
23 common/intel_log.h