Lines Matching defs:connectorId
88 deUint32 getConnectedConnectorId (int fd, deUint32 connectorId = 0);
89 deUint32 getValidCrtcId (int fd, deUint32 connectorId);
222 * \param connectorId If nonzero, a connector to be different from
223 * \return The connectorId of the connected Drm connector
225 deUint32 AcquireDrmDisplayTestInstance::getConnectedConnectorId (int fd, deUint32 connectorId)
233 if (connectorId && connectorId == res->connectors[i])
248 * \param connectorId The connector that the crtc is valid for
251 deUint32 AcquireDrmDisplayTestInstance::getValidCrtcId (int fd, deUint32 connectorId)
254 LibDrm::ConnectorPtr conn = m_libDrm.getConnector(fd, connectorId);
301 deUint32 connectorId = getConnectedConnectorId(fd);
302 if (!connectorId)
306 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display);
330 deUint32 connectorId = getConnectedConnectorId(fd);
331 if (!connectorId)
336 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, invalidFd, connectorId, &display);
358 deUint32 connectorId = getConnectedConnectorId(fd);
359 if (!connectorId)
362 deUint32 invalidConnectorId = connectorId + 1234;
391 deUint32 connectorId = getConnectedConnectorId(fd);
392 if (!connectorId)
396 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display);
431 deUint32 connectorId = getConnectedConnectorId(fd);
432 deUint32 otherConnectorId = getConnectedConnectorId(fd, connectorId);
433 deUint32 crtcId = getValidCrtcId(fd, connectorId);
434 if (!connectorId || !crtcId || !otherConnectorId || connectorId == otherConnectorId)
438 deUint32 objects[2] = {connectorId, crtcId};
479 deUint32 connectorId = getConnectedConnectorId(fd);
480 if (!connectorId)
484 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display);
512 deUint32 connectorId = getConnectedConnectorId(fd);
513 if (!connectorId)
517 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display);
550 deUint32 connectorId = getConnectedConnectorId(fd);
551 if (!connectorId)
555 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display);
594 deUint32 connectorId = getConnectedConnectorId(fd);
595 deUint32 otherConnectorId = getConnectedConnectorId(fd, connectorId);
596 deUint32 crtcId = getValidCrtcId(fd, connectorId);
597 if (!connectorId || !crtcId || !otherConnectorId || connectorId == otherConnectorId)
601 deUint32 objects[2] = {connectorId, crtcId};
647 deUint32 connectorId = getConnectedConnectorId(fd);
648 if (!connectorId)
652 VkResult result = m_vki.getDrmDisplayEXT(m_physDevice, fd, connectorId, &display);