Searched refs:vkImageView (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | SwapChainStateVk.cpp | 119 VkImageView vkImageView; in initSwapChainStateVk() local 120 VK_CHECK(m_vk.vkCreateImageView(m_vkDevice, &imageViewCi, nullptr, &vkImageView)); in initSwapChainStateVk() 121 m_vkImageViews.push_back(vkImageView); in initSwapChainStateVk()
|
D | CompositorVk.h | 230 VkImageView vkImageView, uint32_t width, uint32_t height,
|
D | CompositorVk.cpp | 100 VkImage vkImage, VkImageView vkImageView, uint32_t width, in RenderTarget() argument 108 if (vkImageView == VK_NULL_HANDLE) { in RenderTarget() 118 .pAttachments = &vkImageView, in RenderTarget()
|