Searched refs:mesa_logw (Results 1 – 20 of 20) sorted by relevance
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_log.c | 95 mesa_logw("vk_log*() called with NULL object\n"); in __vk_log_impl() 100 mesa_logw("vk_log*() called with client-invisible object %p " in __vk_log_impl() 141 mesa_logw("%s: PERF: %s", message_idname, message); in __vk_log_impl() 143 mesa_logw("%s: %s", message_idname, message); in __vk_log_impl()
|
/third_party/mesa3d/src/intel/common/ |
D | intel_batch_decoder_stub.c | 54 mesa_logw("Batch logging not supported on Android."); in intel_print_batch()
|
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_screen.h | 136 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/imagination/common/ |
D | pvr_device_info.h | 204 mesa_logw("Missing " #feature \
|
/third_party/mesa3d/src/etnaviv/drm/ |
D | etnaviv_priv.h | 198 do { mesa_logw("%s:%d: " fmt, \
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_screen.h | 321 mesa_logw("WARNING: Incorrect rendering will happen " \
|
/third_party/mesa3d/src/intel/dev/ |
D | intel_hwconfig.c | 167 mesa_logw("%s (%u) != devinfo->%s (%u)", \
|
D | intel_device_info.c | 1468 mesa_logw("Driver does not support the 0x%x PCI ID.", pci_id); in intel_get_device_info_from_pci_id() 1559 mesa_logw("Kernel 4.1 required to properly query GPU properties."); in getparam_topology() 2022 mesa_logw("Could not query local memory size."); in intel_get_device_info_from_fd()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
D | freedreno_util.h | 125 mesa_logw(__VA_ARGS__); \
|
/third_party/mesa3d/src/freedreno/drm/ |
D | freedreno_priv.h | 404 mesa_logw("%s:%d: " fmt, __FUNCTION__, __LINE__, ##__VA_ARGS__); \
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_device.c | 366 mesa_logw("%s:%d: The kernel reported a GTT size larger than 2 GiB but " in anv_compute_sys_heap_size() 655 mesa_logw("Ignoring unsupported ANV_QUEUE_OVERRIDE token: %s", next); in anv_override_engine_counts() 665 mesa_logw("ANV_QUEUE_OVERRIDE: gc=0 with g > 0 violates the " in anv_override_engine_counts() 765 mesa_logw("Haswell Vulkan support is incomplete"); in anv_physical_device_try_create() 767 mesa_logw("Ivy Bridge Vulkan support is incomplete"); in anv_physical_device_try_create() 769 mesa_logw("Bay Trail Vulkan support is incomplete"); in anv_physical_device_try_create()
|
D | anv_android.c | 719 mesa_logw("%s: unsupported format=%d", __func__, format); in setup_gralloc0_usage()
|
D | anv_private.h | 441 mesa_logw("%s:%d: FINISHME: " format, __FILE__, __LINE__, \
|
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/ |
D | pvr_srv.c | 512 mesa_logw("Unsupported BVNC: %u.%u.%u.%u\n", in pvr_srv_winsys_device_info_init()
|
D | pvr_srv_job_render.c | 593 mesa_logw("Too many bos to synchronize access to (ignoring %zu bos)\n", in pvr_srv_winsys_render_submit()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_blitter.c | 991 mesa_logw("sample averaging on fallback blit when we shouldn't."); in do_rewritten_blit() 1084 mesa_logw("sample averaging on fallback z24s8 blit when we shouldn't."); in handle_zs_blit()
|
/third_party/mesa3d/src/imagination/vulkan/ |
D | pvr_private.h | 1552 mesa_logw("%s:%d: FINISHME: " format, \
|
D | pvr_cmd_buffer.c | 1859 mesa_logw("Viewport is affected by BRN70165, geometry outside " in check_viewport_quirk_70165()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.1.0.rst | 2634 - zink: switch warn_missing_feature to mesa_logw
|