Lines Matching refs:m_vkDevice
37 k_vk->vkGetDeviceQueue(m_vkDevice, m_compositorQueueFamilyIndex, 0, &m_compositorVkQueue); in SetUp()
39 k_vk->vkGetDeviceQueue(m_vkDevice, m_swapChainQueueFamilyIndex, 0, &m_swapChainVkQueue); in SetUp()
44 ASSERT_EQ(k_vk->vkCreateCommandPool(m_vkDevice, &commandPoolCi, nullptr, &m_vkCommandPool), in SetUp()
48 m_vkDevice, m_compositorVkQueue, m_compositorVkQueueLock, m_swapChainVkQueue, in SetUp()
63 k_vk->vkDestroyCommandPool(m_vkDevice, m_vkCommandPool, nullptr); in TearDown()
64 k_vk->vkDestroyDevice(m_vkDevice, nullptr); in TearDown()
97 VkDevice m_vkDevice = VK_NULL_HANDLE; member in gfxstream::vk::__anon33c444fe0111::DisplayVkTest
206 ASSERT_EQ(k_vk->vkCreateDevice(m_vkPhysicalDevice, &deviceCi, nullptr, &m_vkDevice), in createLogicalDevice()
208 ASSERT_TRUE(m_vkDevice != VK_NULL_HANDLE); in createLogicalDevice()
220 m_compositorQueueFamilyIndex, m_vkDevice, m_compositorVkQueue, in TEST_F()
222 auto texture = RenderTexture::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, m_compositorVkQueue, in TEST_F()
233 auto texture = RenderTexture::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, m_compositorVkQueue, in TEST_F()
262 RenderTexture::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, m_compositorVkQueue, in TEST_F()
265 RenderTexture::create(*k_vk, m_vkDevice, m_vkPhysicalDevice, m_compositorVkQueue, in TEST_F()