Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DVkTestUtils.h174 VkImageViewCreateInfo imageViewCi = { in setUpImage() local
188 if (m_vk.vkCreateImageView(m_vkDevice, &imageViewCi, nullptr, in setUpImage()
/hardware/google/gfxstream/host/vulkan/
DSwapChainStateVk.cpp105 VkImageViewCreateInfo imageViewCi = { in initSwapChainStateVk() local
120 VK_CHECK(m_vk.vkCreateImageView(m_vkDevice, &imageViewCi, nullptr, &vkImageView)); in initSwapChainStateVk()
DVkCommonOperations.cpp2137 const VkImageViewCreateInfo imageViewCi = { in initializeVkColorBufferLocked() local
2161 vk->vkCreateImageView(sVkEmulation->device, &imageViewCi, nullptr, &infoPtr->imageView); in initializeVkColorBufferLocked()