Searched refs:intel_logw (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/intel/common/ |
D | intel_log.h | 54 #define intel_logw(fmt, ...) intel_log(INTEL_LOG_WARN, (INTEL_LOG_TAG), (fmt), ##__VA_ARGS__) macro
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_util.c | 77 intel_logw("%s:%d: PERF: %s", file, line, buffer); in __anv_perf_warn()
|
D | anv_device.c | 123 intel_logw("%s:%d: The kernel reported a GTT size larger than 2 GiB but " in anv_physical_device_init_heaps() 310 intel_logw("Haswell Vulkan support is incomplete"); in anv_physical_device_init() 312 intel_logw("Ivy Bridge Vulkan support is incomplete"); in anv_physical_device_init() 314 intel_logw("Bay Trail Vulkan support is incomplete"); in anv_physical_device_init() 379 intel_logw("Kernel 4.16-rc1+ required to properly query CS timestamp frequency"); in anv_physical_device_init() 394 intel_logw("Kernel 4.1 required to properly query GPU properties"); in anv_physical_device_init()
|
D | anv_private.h | 357 intel_logw("%s:%d: FINISHME: " format, __FILE__, __LINE__, \
|