Searched refs:m_swapChainQueueFamilyIndex (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/host/tests/ |
D | SwapChainStateVk_unittest.cpp | 45 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()
|
D | DisplayVk_unittest.cpp | 39 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/ |
D | DisplayVk.h | 61 uint32_t m_swapChainQueueFamilyIndex; variable
|
D | DisplayVk.cpp | 63 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()
|