Lines Matching refs:result

306 	VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display);
307 if (result != VK_SUCCESS)
336 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, invalidFd, connectorId, &display);
338 if (result != VK_ERROR_UNKNOWN)
364 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, invalidConnectorId, &display);
365 if (result != VK_ERROR_UNKNOWN)
396 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display);
397 if (result != VK_SUCCESS)
445 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, leaseFd, otherConnectorId, &display);
446 if (result != VK_ERROR_UNKNOWN)
484 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display);
485 if (result != VK_SUCCESS)
491 result = m_vki.acquireDrmDisplayEXT(m_physDevice, fd, display);
492 if (result != VK_SUCCESS)
517 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display);
518 if (result != VK_SUCCESS)
525 result = m_vki.acquireDrmDisplayEXT(m_physDevice, invalidFd, display);
527 if (result != VK_ERROR_UNKNOWN)
555 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display);
556 if (result != VK_SUCCESS)
562 result = m_vki.acquireDrmDisplayEXT(m_physDevice, fd, display);
563 if (result != VK_ERROR_INITIALIZATION_FAILED)
609 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, otherConnectorId, &display);
610 if (result != VK_SUCCESS)
616 result = m_vki.acquireDrmDisplayEXT(m_physDevice, leaseFd, display);
617 if (result != VK_ERROR_INITIALIZATION_FAILED)
652 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display);
653 if (result != VK_SUCCESS)
659 result = m_vki.acquireDrmDisplayEXT(m_physDevice, fd, display);
660 if (result != VK_SUCCESS)
663 result = m_vki.releaseDisplayEXT(m_physDevice, display);
664 if (result != VK_SUCCESS)