Home
last modified time | relevance | path

Searched refs:mesa_logw (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/vulkan/runtime/
Dvk_log.c95 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/
Dintel_batch_decoder_stub.c54 mesa_logw("Batch logging not supported on Android."); in intel_print_batch()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_screen.h136 mesa_logw(__VA_ARGS__); \
/third_party/mesa3d/src/util/
Dlog.h54 #define mesa_logw(fmt, ...) mesa_log(MESA_LOG_WARN, (MESA_LOG_TAG), (fmt), ##__VA_ARGS__) macro
/third_party/mesa3d/src/imagination/common/
Dpvr_device_info.h204 mesa_logw("Missing " #feature \
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_priv.h198 do { mesa_logw("%s:%d: " fmt, \
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.h321 mesa_logw("WARNING: Incorrect rendering will happen " \
/third_party/mesa3d/src/intel/dev/
Dintel_hwconfig.c167 mesa_logw("%s (%u) != devinfo->%s (%u)", \
Dintel_device_info.c1468 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/
Dfreedreno_util.h125 mesa_logw(__VA_ARGS__); \
/third_party/mesa3d/src/freedreno/drm/
Dfreedreno_priv.h404 mesa_logw("%s:%d: " fmt, __FUNCTION__, __LINE__, ##__VA_ARGS__); \
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c366 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()
Danv_android.c719 mesa_logw("%s: unsupported format=%d", __func__, format); in setup_gralloc0_usage()
Danv_private.h441 mesa_logw("%s:%d: FINISHME: " format, __FILE__, __LINE__, \
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
Dpvr_srv.c512 mesa_logw("Unsupported BVNC: %u.%u.%u.%u\n", in pvr_srv_winsys_device_info_init()
Dpvr_srv_job_render.c593 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/
Dfd6_blitter.c991 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/
Dpvr_private.h1552 mesa_logw("%s:%d: FINISHME: " format, \
Dpvr_cmd_buffer.c1859 mesa_logw("Viewport is affected by BRN70165, geometry outside " in check_viewport_quirk_70165()
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst2634 - zink: switch warn_missing_feature to mesa_logw