Searched refs:m_queueFamilyIndices (Results 1 – 3 of 3) sorted by relevance
151 m_queueFamilyIndices = std::vector<deUint32>( in BufferCreateInfo()153 pQueueFamilyIndices = &m_queueFamilyIndices[0]; in BufferCreateInfo()171 m_queueFamilyIndices = other.m_queueFamilyIndices; in BufferCreateInfo()172 DE_ASSERT(m_queueFamilyIndices.size() == queueFamilyIndexCount); in BufferCreateInfo()174 if (m_queueFamilyIndices.size()) in BufferCreateInfo()176 pQueueFamilyIndices = &m_queueFamilyIndices[0]; in BufferCreateInfo()194 m_queueFamilyIndices = other.m_queueFamilyIndices; in operator =()196 DE_ASSERT(m_queueFamilyIndices.size() == queueFamilyIndexCount); in operator =()198 if (m_queueFamilyIndices.size()) in operator =()200 pQueueFamilyIndices = &m_queueFamilyIndices[0]; in operator =()[all …]
96 std::vector<deUint32> m_queueFamilyIndices; member in vkt::Draw::BufferCreateInfo120 std::vector<deUint32> m_queueFamilyIndices; member in vkt::Draw::ImageCreateInfo
1419 const std::vector<deUint32> m_queueFamilyIndices; member in vkt::synchronization::__anon5ba6bebb0111::Win32KeyedMutexTestInstance1447 , m_queueFamilyIndices (getFamilyIndices(m_queueFamilies)) in Win32KeyedMutexTestInstance()1577 …sourceWrite (importResource(m_vkd, *m_device, m_config.resource, m_queueFamilyIndices, *m_support… in iterate()1580 …esourceRead (importResource(m_vkd, *m_device, m_config.resource, m_queueFamilyIndices, *m_support… in iterate()