Searched refs:m_queueFamilyIndexFrom (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueUtils.cpp | 177 : queueFamilyIndexFrom (m_queueFamilyIndexFrom) in SpecialDevice() 185 , m_queueFamilyIndexFrom (INVALID_UINT32) in SpecialDevice() 211 m_queueFamilyIndexFrom = findQueueFamilyIndex(vki, dev, flagFrom, getColissionFlags(transitionFrom), true, { priorityFrom }); in SpecialDevice() 214 DE_ASSERT(m_queueFamilyIndexFrom != INVALID_UINT32); in SpecialDevice() 230 queueCreateInfos[0].queueFamilyIndex = m_queueFamilyIndexFrom; in SpecialDevice() 286 queueInfo.queueFamilyIndex = m_queueFamilyIndexFrom; in SpecialDevice() 294 m_vkd.getDeviceQueue(m_device, m_queueFamilyIndexFrom, 0, &m_queueFrom); in SpecialDevice() 319 : queueFamilyIndexFrom (m_queueFamilyIndexFrom) in SpecialDevice() 327 , m_queueFamilyIndexFrom (src.m_queueFamilyIndexFrom) in SpecialDevice() [all...] |
H A D | vktGlobalPriorityQueueUtils.hpp | 97 deUint32 m_queueFamilyIndexFrom; member
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueUtils.cpp | 101 : queueFamilyIndexFrom (m_queueFamilyIndexFrom) in SpecialDevice() 113 , m_queueFamilyIndexFrom (INVALID_UINT32) in SpecialDevice() 145 m_queueFamilyIndexFrom = findQueueFamilyIndex(vki, phys, priorityFrom, flagFrom, getColissionFlags(transitionFrom), INVALID_UINT32); in SpecialDevice() 146 m_queueFamilyIndexTo = findQueueFamilyIndex(vki, phys, priorityTo, flagTo, getColissionFlags(transitionTo), m_queueFamilyIndexFrom); in SpecialDevice() 148 DE_ASSERT(m_queueFamilyIndexFrom != INVALID_UINT32); in SpecialDevice() 164 queueCreateInfos[0].queueFamilyIndex = m_queueFamilyIndexFrom; in SpecialDevice() 209 queueInfo.queueFamilyIndex = m_queueFamilyIndexFrom; in SpecialDevice() 217 vkd.getDeviceQueue(m_deviceHandle, m_queueFamilyIndexFrom, 0, &m_queueFrom); in SpecialDevice()
|
H A D | vktGlobalPriorityQueueUtils.hpp | 81 deUint32 m_queueFamilyIndexFrom; member
|
Completed in 3 milliseconds