Searched refs:mesa_logw (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/intel/common/ |
D | intel_batch_decoder_stub.c | 53 mesa_logw("Batch logging not supported on Android."); in intel_print_batch()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_log.c | 123 mesa_logw("%s: PERF: %s", message_idname, message); in __vk_log_impl() 125 mesa_logw("%s: %s", message_idname, message); in __vk_log_impl()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_screen.h | 135 mesa_logw(__VA_ARGS__); \
|
/third_party/mesa3d/src/util/ |
D | log.h | 54 #define mesa_logw(fmt, ...) mesa_log(MESA_LOG_WARN, (MESA_LOG_TAG), (fmt), ##__VA_ARGS__) macro
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_priv.h | 353 mesa_logw("%s:%d: " fmt, __FUNCTION__, __LINE__, ##__VA_ARGS__); \
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_util.h | 120 mesa_logw(__VA_ARGS__); \
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_perf.c | 60 mesa_logw("Performance support disabled, " in anv_physical_device_init_perf()
|
D | anv_device.c | 332 mesa_logw("%s:%d: The kernel reported a GTT size larger than 2 GiB but " in anv_compute_sys_heap_size() 669 mesa_logw("Ignoring unsupported ANV_QUEUE_OVERRIDE token: %s", next); in anv_override_engine_counts() 679 mesa_logw("ANV_QUEUE_OVERRIDE: gc=0 with g > 0 violates the " in anv_override_engine_counts() 773 mesa_logw("Haswell Vulkan support is incomplete"); in anv_physical_device_try_create() 775 mesa_logw("Ivy Bridge Vulkan support is incomplete"); in anv_physical_device_try_create() 777 mesa_logw("Bay Trail Vulkan support is incomplete"); in anv_physical_device_try_create()
|
D | anv_android.c | 735 mesa_logw("%s: unsupported format=%d", __func__, format); in setup_gralloc0_usage()
|
D | anv_private.h | 397 mesa_logw("%s:%d: FINISHME: " format, __FILE__, __LINE__, \
|
/third_party/mesa3d/src/intel/dev/ |
D | intel_device_info.c | 1249 mesa_logw("Driver does not support the 0x%x PCI ID.", pci_id); in intel_get_device_info_from_pci_id() 1341 mesa_logw("Kernel 4.1 required to properly query GPU properties."); in getparam_topology()
|