Home
last modified time | relevance | path

Searched refs:mesa_loge (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DCommandBufferStagingStream.cpp70 mesa_loge("Custom allocation (%zu bytes) failed\n", size); in CommandBufferStagingStream()
78 mesa_loge("Custom allocation (%zu bytes) failed\n", size); in CommandBufferStagingStream()
90 mesa_loge("Custom free for memory(%p) failed\n", mem.ptr); in CommandBufferStagingStream()
133 mesa_loge("Custom allocation (%zu bytes) failed\n", size); in CommandBufferStagingStream()
196 mesa_loge("FATAL: allocBuffer() called but previous read not complete"); in allocBuffer()
211 mesa_loge("CommandBufferStagingStream::%s: Fatal: not supported\n", __func__); in readFully()
218 mesa_loge("CommandBufferStagingStream::%s: Fatal: not supported\n", __func__); in read()
225 mesa_loge("CommandBufferStagingStream::%s: Fatal: not supported\n", __func__); in writeFully()
232 mesa_loge("CommandBufferStagingStream::%s: Fatal: not supported\n", __func__); in commitBufferAndReadFully()
DResourceTracker.cpp500 mesa_loge("setBufferCollectionConstraints: pImageInfo cannot be null."); in setBufferCollectionConstraintsFUCHSIA()
676 mesa_loge( in setBufferCollectionBufferConstraintsImpl()
695 mesa_loge("setBufferCollectionConstraints: SetConstraints failed: %d", result.status()); in setBufferCollectionBufferConstraintsImpl()
880 mesa_loge( in commitDescriptorSetUpdates()
1451 mesa_loge("failed to open control device"); in setupFeatures()
1460 mesa_loge("failed to open sysmem connection"); in setupFeatures()
1980 mesa_loge( in on_vkEnumeratePhysicalDevices()
1995 mesa_loge( in on_vkEnumeratePhysicalDevices()
2250 mesa_loge("%s: memory cannot be exported", __func__); in on_vkGetMemoryZirconHandleFUCHSIA()
2289 mesa_loge("zx_handle_duplicate() error: %d", status); in on_vkGetMemoryZirconHandlePropertiesFUCHSIA()
[all …]
Dvk_format_info.h139 mesa_loge("%s: unhandled format: %d", __FUNCTION__, android_format); in android_format_is_yuv()
DResources.cpp45 mesa_loge("FATAL: Failed to alloc " #type " handle"); \
100 mesa_loge("FATAL: Failed to alloc " #type " handle"); \
DVulkanStreamGuest.cpp104 mesa_loge("FATAL: Could not read back %zu bytes", size); in read()
DAndroidHardwareBuffer.cpp215 mesa_loge("Unhandled YUV drm format:%u", drmFormat); in getAndroidHardwareBufferPropertiesANDROID()
DDescriptorSetVirtualization.cpp184 mesa_loge("%s: did not find inline uniform block\n", __func__); in doEmulatedDescriptorWrite()
498 mesa_loge( in validateAndApplyVirtualDescriptorSetAllocation()
/hardware/google/gfxstream/guest/mesa/src/util/u_gralloc/
Du_gralloc_fallback.c287 mesa_loge("Failed to get drm_fourcc"); in fallback_gralloc_get_buffer_info()
293 mesa_loge("Failed to calcuulate stride"); in fallback_gralloc_get_buffer_info()
/hardware/google/gfxstream/guest/mesa/src/util/
Dlog.h57 #define mesa_loge(fmt, ...) mesa_log(MESA_LOG_ERROR, (MESA_LOG_TAG), (fmt), ##__VA_ARGS__) macro
Dlibsync.h209 mesa_loge("%s:%d: invalid fence fd: %d", __func__, __LINE__, (fd)); \
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_device.cpp34 mesa_loge("vulkan: Failed to get Vulkan encoder\n"); \
67 mesa_loge("vulkan: Failed to get host connection\n"); in SetupInstanceForProcess()
77 mesa_loge("vulkan: Failed to get renderControl encoder context\n"); in SetupInstanceForProcess()
91 mesa_loge("vulkan: Failed to get Vulkan encoder\n"); in SetupInstanceForProcess()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.h353 mesa_loge(warning); \
Dwsi_common_drm.c61 mesa_loge("MESA: failed to export sync file '%s'", strerror(errno)); in wsi_dma_buf_export_sync_file()
89 mesa_loge("MESA: failed to import sync file '%s'", strerror(errno)); in wsi_dma_buf_import_sync_file()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_log.c145 mesa_loge("%s: %s", message_idname, message); in __vk_log_impl()