HomeSort by relevance Sort by last modified time
    Searched full:m_queuefamilyindices (Results 1 - 3 of 3) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawCreateInfoUtil.cpp 151 m_queueFamilyIndices = std::vector<deUint32>(
153 pQueueFamilyIndices = &m_queueFamilyIndices[0];
171 m_queueFamilyIndices = other.m_queueFamilyIndices;
172 DE_ASSERT(m_queueFamilyIndices.size() == queueFamilyIndexCount);
174 if (m_queueFamilyIndices.size())
176 pQueueFamilyIndices = &m_queueFamilyIndices[0];
194 m_queueFamilyIndices = other.m_queueFamilyIndices;
196 DE_ASSERT(m_queueFamilyIndices.size() == queueFamilyIndexCount)
    [all...]
vktDrawCreateInfoUtil.hpp 96 std::vector<deUint32> m_queueFamilyIndices;
120 std::vector<deUint32> m_queueFamilyIndices;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationWin32KeyedMutexTests.cpp     [all...]

Completed in 791 milliseconds