Searched refs:otherConnectorId (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiAcquireDrmDisplayTests.cpp | 432 deUint32 otherConnectorId = getConnectedConnectorId(fd, connectorId); in testGetDrmDisplayEXTUnownedConnectorId() local 434 if (!connectorId || !crtcId || !otherConnectorId || connectorId == otherConnectorId) in testGetDrmDisplayEXTUnownedConnectorId() 445 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, leaseFd, otherConnectorId, &display); in testGetDrmDisplayEXTUnownedConnectorId() 595 deUint32 otherConnectorId = getConnectedConnectorId(fd, connectorId); in testAcquireDrmDisplayEXTUnownedConnectorId() local 597 if (!connectorId || !crtcId || !otherConnectorId || connectorId == otherConnectorId) in testAcquireDrmDisplayEXTUnownedConnectorId() 609 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, otherConnectorId, &display); in testAcquireDrmDisplayEXTUnownedConnectorId()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiAcquireDrmDisplayTests.cpp | 430 deUint32 otherConnectorId = getConnectedConnectorId(fd, connectorId); in testGetDrmDisplayEXTUnownedConnectorId() local 432 if (!connectorId || !crtcId || !otherConnectorId || connectorId == otherConnectorId) in testGetDrmDisplayEXTUnownedConnectorId() 443 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, leaseFd, otherConnectorId, &display); in testGetDrmDisplayEXTUnownedConnectorId() 592 deUint32 otherConnectorId = getConnectedConnectorId(fd, connectorId); in testAcquireDrmDisplayEXTUnownedConnectorId() local 594 if (!connectorId || !crtcId || !otherConnectorId || connectorId == otherConnectorId) in testAcquireDrmDisplayEXTUnownedConnectorId() 606 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, otherConnectorId, &display); in testAcquireDrmDisplayEXTUnownedConnectorId()
|
Completed in 4 milliseconds