Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DSwapChainStateVk_unittest.cpp45 uint32_t m_swapChainQueueFamilyIndex = 0; member in gfxstream::vk::__anon4e0f9d3b0111::SwapChainStateVkTest
136 m_swapChainQueueFamilyIndex = queueFamilyIndex; in pickPhysicalDevice()
147 .queueFamilyIndex = m_swapChainQueueFamilyIndex, in createLogicalDevice()
174 {m_swapChainQueueFamilyIndex}); in TEST_F()
DDisplayVk_unittest.cpp39 k_vk->vkGetDeviceQueue(m_vkDevice, m_swapChainQueueFamilyIndex, 0, &m_swapChainVkQueue); in SetUp()
47 *k_vk, m_vkPhysicalDevice, m_swapChainQueueFamilyIndex, m_compositorQueueFamilyIndex, in SetUp()
95 uint32_t m_swapChainQueueFamilyIndex = 0; member in gfxstream::vk::__anon9fe03d120111::DisplayVkTest
175 m_swapChainQueueFamilyIndex = maybeSwapChainQueueFamilyIndex.value(); in pickPhysicalDevice()
187 {m_swapChainQueueFamilyIndex, m_compositorQueueFamilyIndex})) { in createLogicalDevice()
219 DisplayVk displayVk(*k_vk, m_vkPhysicalDevice, m_swapChainQueueFamilyIndex, in TEST_F()
/hardware/google/gfxstream/host/vulkan/
DDisplayVk.h61 uint32_t m_swapChainQueueFamilyIndex; variable
DDisplayVk.cpp63 m_swapChainQueueFamilyIndex(swapChainQueueFamilyIndex), in DisplayVk()
136 m_vk, m_vkPhysicalDevice, surfaceVk->getSurface(), m_swapChainQueueFamilyIndex)) { in recreateSwapchain()
144 surface->getHeight(), {m_swapChainQueueFamilyIndex, m_compositorQueueFamilyIndex}); in recreateSwapchain()