Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/tests/
DDisplayVk_unittest.cpp28 k_vk->vkGetDeviceQueue(m_vkDevice, m_swapChainQueueFamilyIndex, 0, &m_swapChainVkQueue); in SetUp()
36 *k_vk, m_vkPhysicalDevice, m_swapChainQueueFamilyIndex, m_compositorQueueFamilyIndex, in SetUp()
65 uint32_t m_swapChainQueueFamilyIndex = 0; member in DisplayVkTest
144 m_swapChainQueueFamilyIndex = maybeSwapChainQueueFamilyIndex.value(); in pickPhysicalDevice()
156 {m_swapChainQueueFamilyIndex, m_compositorQueueFamilyIndex})) { in createLogicalDevice()
188 DisplayVk displayVk(*k_vk, m_vkPhysicalDevice, m_swapChainQueueFamilyIndex, in TEST_F()
DSwapChainStateVk_unittest.cpp41 uint32_t m_swapChainQueueFamilyIndex = 0; member in SwapChainStateVkTest
112 m_swapChainQueueFamilyIndex = queueFamilyIndex; in pickPhysicalDevice()
123 .queueFamilyIndex = m_swapChainQueueFamilyIndex, in createLogicalDevice()
150 {m_swapChainQueueFamilyIndex}); in TEST_F()
/device/generic/vulkan-cereal/stream-servers/
DDisplayVk.cpp76 m_swapChainQueueFamilyIndex(swapChainQueueFamilyIndex), in DisplayVk()
151 m_swapChainQueueFamilyIndex)) { in bindToSurface()
157 {m_swapChainQueueFamilyIndex, m_compositorQueueFamilyIndex}); in bindToSurface()
DDisplayVk.h92 uint32_t m_swapChainQueueFamilyIndex; variable