Searched refs:m_fd (Results 1 – 4 of 4) sorted by relevance
67 : m_fd (-1) in NativeHandle()77 : m_fd (-1) in NativeHandle()84 if (other.m_fd >= 0) in NativeHandle()89 m_fd = dup(other.m_fd); in NativeHandle()90 TCU_CHECK(m_fd >= 0); in NativeHandle()113 DE_ASSERT(other.m_fd == -1); in NativeHandle()137 DE_ASSERT(other.m_fd == -1); in NativeHandle()151 : m_fd (fd) in NativeHandle()161 : m_fd (-1) in NativeHandle()171 : m_fd (-1) in NativeHandle()[all …]
74 int m_fd; member in vkt::ExternalMemoryUtil::NativeHandle