Searched refs:mesa_logw (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/util/ |
D | log.h | 54 #define mesa_logw(fmt, ...) mesa_log(MESA_LOG_WARN, (MESA_LOG_TAG), (fmt), ##__VA_ARGS__) macro
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_util.c | 76 mesa_logw("%s:%d: PERF: %s", file, line, buffer); in __anv_perf_warn()
|
D | anv_perf.c | 51 mesa_logw("Performance support disabled, " in anv_get_perf()
|
D | anv_android.c | 627 mesa_logw("%s: unsupported format=%d", __func__, format); in setup_gralloc0_usage()
|
D | anv_device.c | 169 mesa_logw("%s:%d: The kernel reported a GTT size larger than 2 GiB but " in anv_physical_device_init_heaps() 330 mesa_logw("Haswell Vulkan support is incomplete"); in anv_physical_device_try_create() 332 mesa_logw("Ivy Bridge Vulkan support is incomplete"); in anv_physical_device_try_create() 334 mesa_logw("Bay Trail Vulkan support is incomplete"); in anv_physical_device_try_create() 485 mesa_logw("Kernel 4.1 required to properly query GPU properties"); in anv_physical_device_try_create()
|
D | anv_private.h | 527 mesa_logw("%s:%d: FINISHME: " format, __FILE__, __LINE__, \
|