Home
last modified time | relevance | path

Searched refs:queueFamilyEncode (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.cpp755 deUint32 queueFamilyEncode = VK_QUEUE_FAMILY_IGNORED; in createDeviceSupportingQueue() local
818 if ((usefulQueueFlags & vk::VK_QUEUE_VIDEO_ENCODE_BIT_KHR) != 0 && queueFamilyEncode == VK_QUEUE_FAMILY_IGNORED) in createDeviceSupportingQueue()
820 queueFamilyEncode = ndx; in createDeviceSupportingQueue()
917 m_queueFamilyEncode = queueFamilyEncode; in createDeviceSupportingQueue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktCustomInstancesDevices.cpp718 deUint32 queueFamilyEncode = VK_QUEUE_FAMILY_IGNORED; in createDeviceSupportingQueue() local
781 if ((usefulQueueFlags & vk::VK_QUEUE_VIDEO_ENCODE_BIT_KHR) != 0 && queueFamilyEncode == VK_QUEUE_FAMILY_IGNORED) in createDeviceSupportingQueue()
783 queueFamilyEncode = ndx; in createDeviceSupportingQueue()
880 m_queueFamilyEncode = queueFamilyEncode; in createDeviceSupportingQueue()

Completed in 4 milliseconds