Home
last modified time | relevance | path

Searched refs:mesa_logd (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dlog.h61 #define mesa_logd(fmt, ...) mesa_log(MESA_LOG_DEBUG, (MESA_LOG_TAG), (fmt), ##__VA_ARGS__) macro
63 #define mesa_logd(fmt, ...) __mesa_log_use_args((fmt), ##__VA_ARGS__) macro
/hardware/google/gfxstream/guest/vulkan_enc/
DCommandBufferStagingStream.cpp110 mesa_logd("%s: warning, stalled on host decoding on this command buffer stream\n", in CommandBufferStagingStream()
DResourceTracker.cpp570 mesa_logd( in addImageBufferCollectionConstraintsFUCHSIA()
591 mesa_logd( in addImageBufferCollectionConstraintsFUCHSIA()
607 mesa_logd("%s: VkFormat %u doesn't match sysmem pixelFormat %lu", __func__, in addImageBufferCollectionConstraintsFUCHSIA()
615 mesa_logd("%s: Unsupported VkFormat %u", __func__, in addImageBufferCollectionConstraintsFUCHSIA()
637 mesa_logd( in addImageBufferCollectionConstraintsFUCHSIA()
995mesa_logd("%s: created sync device for current Vulkan process: %d\n", __func__, mSyncDeviceFd); in ensureSyncDeviceFd()
997 mesa_logd("%s: failed to create sync device for current Vulkan process\n", __func__); in ensureSyncDeviceFd()
2801 mesa_logd("%s: buffer collection doesn't have image format constraints", __func__); in on_vkGetBufferCollectionPropertiesFUCHSIA()
3690 mesa_logd( in on_vkAllocateMemory()
4108 mesa_logd( in on_vkCreateImage()
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_log.c133 mesa_logd("%s: %s", message_idname, message); in __vk_log_impl()
Dvk_render_pass.c116 mesa_logd("%s: ignored VkStructureType %u\n", __func__, ext->sType); in vk_common_CreateRenderPass()