Lines Matching refs:INFO
54 FML_DLOG(INFO) << "Device or surface is invalid."; in VulkanSwapchain()
59 FML_DLOG(INFO) << "Could not find surface capabilities."; in VulkanSwapchain()
77 FML_DLOG(INFO) << "Could not choose surface format."; in VulkanSwapchain()
83 FML_DLOG(INFO) << "Could not choose present mode."; in VulkanSwapchain()
95 FML_DLOG(INFO) << "Could not get physical device surface support."; in VulkanSwapchain()
100 FML_DLOG(INFO) << "Surface was not supported by the physical device."; in VulkanSwapchain()
142 FML_DLOG(INFO) << "Could not create the swapchain."; in VulkanSwapchain()
155 FML_DLOG(INFO) << "Could not create swapchain images."; in VulkanSwapchain()
321 FML_DLOG(INFO) << "Swapchain was invalid."; in AcquireSurface()
332 FML_DLOG(INFO) << "Could not get the next backbuffer."; in AcquireSurface()
341 FML_DLOG(INFO) << "Failed waiting on fences."; in AcquireSurface()
350 FML_DLOG(INFO) << "Could not reset fences."; in AcquireSurface()
376 FML_LOG(INFO) << "Unexpected result from AcquireNextImageKHR: " in AcquireSurface()
383 FML_DLOG(INFO) << "Image index returned was out-of-bounds."; in AcquireSurface()
389 FML_DLOG(INFO) << "Image at index was invalid."; in AcquireSurface()
398 FML_DLOG(INFO) << "Could not begin recording to the command buffer."; in AcquireSurface()
418 FML_DLOG(INFO) << "Could not insert image memory barrier."; in AcquireSurface()
429 FML_DLOG(INFO) << "Could not end recording to the command buffer."; in AcquireSurface()
449 FML_DLOG(INFO) << "Could not submit to the device queue."; in AcquireSurface()
460 FML_DLOG(INFO) << "Could not access surface at the image index."; in AcquireSurface()
467 FML_DLOG(INFO) << "Could not get backend render target."; in AcquireSurface()
479 FML_DLOG(INFO) << "Swapchain was invalid."; in Submit()
498 FML_DLOG(INFO) << "Could not start recording to the command buffer."; in Submit()
517 FML_DLOG(INFO) << "Could not insert memory barrier."; in Submit()
528 FML_DLOG(INFO) << "Could not end recording to the command buffer."; in Submit()
550 FML_DLOG(INFO) << "Could not submit to the device queue."; in Submit()
574 FML_DLOG(INFO) << "Could not submit the present operation."; in Submit()