Home
last modified time | relevance | path

Searched refs:queueFlagsRequired (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp667 const vk::VkQueueFlags queueFlagsRequired = getQueueFlags(videoCodecOperation); in VideoDevice() local
668 …const vk::VkDevice result = getDeviceSupportingQueue(queueFlagsRequired, videoCodecOperation, vide… in VideoDevice()
685 const vk::VkQueueFlags queueFlagsRequired = in getQueueFlags() local
689 return queueFlagsRequired; in getQueueFlags()
739 const vk::VkQueueFlags queueFlagsRequired, in addVideoDeviceExtensions() argument
754 if ((queueFlagsRequired & vk::VK_QUEUE_VIDEO_ENCODE_BIT_KHR) != 0) in addVideoDeviceExtensions()
758 if ((queueFlagsRequired & vk::VK_QUEUE_VIDEO_DECODE_BIT_KHR) != 0) in addVideoDeviceExtensions()
780 DE_UNREF(queueFlagsRequired); in addVideoDeviceExtensions()
785 vk::VkDevice VideoDevice::getDeviceSupportingQueue(const vk::VkQueueFlags queueFlagsRequired, in getDeviceSupportingQueue() argument
792 DE_ASSERT(static_cast<uint32_t>(queueFlagsRequired) != 0u); in getDeviceSupportingQueue()
[all …]
DvktCustomInstancesDevices.hpp193 const vk::VkQueueFlags queueFlagsRequired,
204 … vk::VkDevice getDeviceSupportingQueue(const vk::VkQueueFlags queueFlagsRequired = 0,
207 bool createDeviceSupportingQueue(const vk::VkQueueFlags queueFlagsRequired,
/external/deqp/external/vulkancts/modules/vulkan/video/
DvktVideoTestUtils.cpp300 bool VideoBaseTestInstance::createDeviceSupportingQueue(const VkQueueFlags queueFlagsRequired, in createDeviceSupportingQueue() argument
304 …return m_videoDevice.createDeviceSupportingQueue(queueFlagsRequired, videoCodecOperationFlags, vid… in createDeviceSupportingQueue()
307 VkDevice VideoBaseTestInstance::getDeviceSupportingQueue(const VkQueueFlags queueFlagsRequired, in getDeviceSupportingQueue() argument
311 …return m_videoDevice.getDeviceSupportingQueue(queueFlagsRequired, videoCodecOperationFlags, videoD… in getDeviceSupportingQueue()
2369 VkQueueFlags queueFlagsRequired, in getSupportedCodecs() argument
2393 if (q.queueFamilyProperties.queueFlags & queueFlagsRequired && in getSupportedCodecs()
DvktVideoTestUtils.hpp386 … VkQueueFlags queueFlagsRequired = 0, VkVideoCodecOperationFlagsKHR videoCodecOperationFlags = 0,
389 VkQueueFlags queueFlagsRequired, VkVideoCodecOperationFlagsKHR videoCodecOperationFlags,
1245 … VkQueueFlags queueFlagsRequired = (VK_QUEUE_VIDEO_DECODE_BIT_KHR | VK_QUEUE_VIDEO_ENCODE_BIT_KHR),