Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/common/
Dintel_log.h54 #define intel_logw(fmt, ...) intel_log(INTEL_LOG_WARN, (INTEL_LOG_TAG), (fmt), ##__VA_ARGS__) macro
/external/mesa3d/src/intel/vulkan/
Danv_util.c77 intel_logw("%s:%d: PERF: %s", file, line, buffer); in __anv_perf_warn()
Danv_device.c123 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()
Danv_private.h357 intel_logw("%s:%d: FINISHME: " format, __FILE__, __LINE__, \