Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DDisplayVk.cpp238 const auto* sourceImageInfoVk = static_cast<const BorrowedImageInfoVk*>(sourceImageInfo); in postImpl() local
350 m_compositorQueueFamilyIndex, *sourceImageInfoVk, *imageBorrowResources[0], in postImpl()
359 if (!canPost(sourceImageInfoVk->imageCreateInfo)) { in postImpl()
451 {static_cast<int32_t>(sourceImageInfoVk->imageCreateInfo.extent.width), in postImpl()
452 static_cast<int32_t>(sourceImageInfoVk->imageCreateInfo.extent.height), 1}}, in postImpl()
461 VkFormat displayBufferFormat = sourceImageInfoVk->imageCreateInfo.format; in postImpl()
462 VkImageTiling displayBufferTiling = sourceImageInfoVk->imageCreateInfo.tiling; in postImpl()
484 m_vk.vkCmdBlitImage(cmdBuff, sourceImageInfoVk->image, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, in postImpl()