Searched refs:mesa_loge (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | CommandBufferStagingStream.cpp | 70 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()
|
D | ResourceTracker.cpp | 500 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 …]
|
D | vk_format_info.h | 139 mesa_loge("%s: unhandled format: %d", __FUNCTION__, android_format); in android_format_is_yuv()
|
D | Resources.cpp | 45 mesa_loge("FATAL: Failed to alloc " #type " handle"); \ 100 mesa_loge("FATAL: Failed to alloc " #type " handle"); \
|
D | VulkanStreamGuest.cpp | 104 mesa_loge("FATAL: Could not read back %zu bytes", size); in read()
|
D | AndroidHardwareBuffer.cpp | 215 mesa_loge("Unhandled YUV drm format:%u", drmFormat); in getAndroidHardwareBufferPropertiesANDROID()
|
D | DescriptorSetVirtualization.cpp | 184 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/ |
D | u_gralloc_fallback.c | 287 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/ |
D | log.h | 57 #define mesa_loge(fmt, ...) mesa_log(MESA_LOG_ERROR, (MESA_LOG_TAG), (fmt), ##__VA_ARGS__) macro
|
D | libsync.h | 209 mesa_loge("%s:%d: invalid fence fd: %d", __func__, __LINE__, (fd)); \
|
/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_device.cpp | 34 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/ |
D | wsi_common.h | 353 mesa_loge(warning); \
|
D | wsi_common_drm.c | 61 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/ |
D | vk_log.c | 145 mesa_loge("%s: %s", message_idname, message); in __vk_log_impl()
|