Home
last modified time | relevance | path

Searched refs:m_physDevice (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiAcquireDrmDisplayTests.cpp109 const VkPhysicalDevice m_physDevice; member in vkt::wsi::AcquireDrmDisplayTestInstance
125 , m_physDevice (vk::chooseDevice(m_vki, m_instance, context.getTestContext().getCommandLine())) in AcquireDrmDisplayTestInstance()
203 m_vki.getPhysicalDeviceProperties2(m_physDevice, &deviceProperties2); in getDrmFdPtr()
306 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); in testGetDrmDisplayEXT()
336 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, invalidFd, connectorId, &display); in testGetDrmDisplayEXTInvalidFd()
364 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, invalidConnectorId, &display); in testGetDrmDisplayEXTInvalidConnectorId()
396 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); in testGetDrmDisplayEXTNotMaster()
445 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, leaseFd, otherConnectorId, &display); in testGetDrmDisplayEXTUnownedConnectorId()
484 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); in testAcquireDrmDisplayEXT()
491 result = m_vki.acquireDrmDisplayEXT(m_physDevice, f in testAcquireDrmDisplayEXT()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiAcquireDrmDisplayTests.cpp105 const VkPhysicalDevice m_physDevice; member in vkt::wsi::AcquireDrmDisplayTestInstance
121 , m_physDevice (vk::chooseDevice(m_vki, m_instance, context.getTestContext().getCommandLine())) in AcquireDrmDisplayTestInstance()
199 m_vki.getPhysicalDeviceProperties2(m_physDevice, &deviceProperties2); in getDrmFdPtr()
302 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); in testGetDrmDisplayEXT()
332 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, invalidFd, connectorId, &display); in testGetDrmDisplayEXTInvalidFd()
362 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, invalidConnectorId, &display); in testGetDrmDisplayEXTInvalidConnectorId()
394 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); in testGetDrmDisplayEXTNotMaster()
443 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, leaseFd, otherConnectorId, &display); in testGetDrmDisplayEXTUnownedConnectorId()
482 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display); in testAcquireDrmDisplayEXT()
489 result = m_vki.acquireDrmDisplayEXT(m_physDevice, f in testAcquireDrmDisplayEXT()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessIndexAccessTests.cpp483 VkPhysicalDevice m_physDevice; member in vkt::robustness::BindIndexBuffer2Instance
489 inline VkPhysicalDevice getPhysicalDevice () const { return m_physDevice; } in getPhysicalDevice()
502 , m_physDevice (chooseDevice(c.getInstanceInterface(), c.getInstance(), c.getTestContext().getCommandLine())) in BindIndexBuffer2Instance()
503 , m_allocator (getDeviceInterface(), getDevice(), getPhysicalDeviceMemoryProperties(c.getInstanceInterface(), m_physDevice)) in BindIndexBuffer2Instance()

Completed in 4 milliseconds