Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktCustomInstancesDevices.cpp560 const vk::VkQueueFlags queueFlagsRequired = getQueueFlags(videoCodecOperation); in VideoDevice() local
561 …const vk::VkDevice result = getDeviceSupportingQueue(queueFlagsRequired, videoCodecOperation, … in VideoDevice()
578 …const vk::VkQueueFlags queueFlagsRequired = (isVideoEncodeOperation(videoCodecOperation) ? vk::VK_… in getQueueFlags() local
581 return queueFlagsRequired; in getQueueFlags()
630 const vk::VkQueueFlags queueFlagsRequired, in addVideoDeviceExtensions() argument
645 if ((queueFlagsRequired & vk::VK_QUEUE_VIDEO_ENCODE_BIT_KHR) != 0) in addVideoDeviceExtensions()
649 if ((queueFlagsRequired & vk::VK_QUEUE_VIDEO_DECODE_BIT_KHR) != 0) in addVideoDeviceExtensions()
671 DE_UNREF(queueFlagsRequired); in addVideoDeviceExtensions()
676 vk::VkDevice VideoDevice::getDeviceSupportingQueue (const vk::VkQueueFlags queueFlagsRequired, in getDeviceSupportingQueue() argument
683 DE_ASSERT(static_cast<deUint32>(queueFlagsRequired) != 0u); in getDeviceSupportingQueue()
[all …]
DvktCustomInstancesDevices.hpp171 const vk::VkQueueFlags queueFlagsRequired,
183 vk::VkDevice getDeviceSupportingQueue (const vk::VkQueueFlags queueFlagsRequired = 0,
186 bool createDeviceSupportingQueue (const vk::VkQueueFlags queueFlagsRequired,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.cpp560 const vk::VkQueueFlags queueFlagsRequired = getQueueFlags(videoCodecOperation); in VideoDevice() local
561 …const vk::VkDevice result = getDeviceSupportingQueue(queueFlagsRequired, videoCodecOperation, … in VideoDevice()
578 …const vk::VkQueueFlags queueFlagsRequired = (isVideoEncodeOperation(videoCodecOperation) ? vk::VK_… in getQueueFlags() local
581 return queueFlagsRequired; in getQueueFlags()
630 const vk::VkQueueFlags queueFlagsRequired, in addVideoDeviceExtensions() argument
645 if ((queueFlagsRequired & vk::VK_QUEUE_VIDEO_ENCODE_BIT_KHR) != 0) in addVideoDeviceExtensions()
649 if ((queueFlagsRequired & vk::VK_QUEUE_VIDEO_DECODE_BIT_KHR) != 0) in addVideoDeviceExtensions()
671 DE_UNREF(queueFlagsRequired); in addVideoDeviceExtensions()
676 vk::VkDevice VideoDevice::getDeviceSupportingQueue (const vk::VkQueueFlags queueFlagsRequired, in getDeviceSupportingQueue() argument
683 DE_ASSERT(static_cast<deUint32>(queueFlagsRequired) != 0u); in getDeviceSupportingQueue()
[all …]
DvktCustomInstancesDevices.hpp171 const vk::VkQueueFlags queueFlagsRequired,
183 vk::VkDevice getDeviceSupportingQueue (const vk::VkQueueFlags queueFlagsRequired = 0,
186 bool createDeviceSupportingQueue (const vk::VkQueueFlags queueFlagsRequired,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
DvktVideoTestUtils.hpp137 VkDevice getDeviceSupportingQueue (const VkQueueFlags queueFlagsRequired = 0,
140 bool createDeviceSupportingQueue (const VkQueueFlags queueFlagsRequired,
DvktVideoTestUtils.cpp107 bool VideoBaseTestInstance::createDeviceSupportingQueue (const VkQueueFlags queueFlagsRequired, con… in createDeviceSupportingQueue() argument
109 …return m_videoDevice.createDeviceSupportingQueue(queueFlagsRequired, videoCodecOperationFlags, vid… in createDeviceSupportingQueue()
112 VkDevice VideoBaseTestInstance::getDeviceSupportingQueue (const VkQueueFlags queueFlagsRequired, co… in getDeviceSupportingQueue() argument
114 …return m_videoDevice.getDeviceSupportingQueue(queueFlagsRequired, videoCodecOperationFlags, videoD… in getDeviceSupportingQueue()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
DvktVideoTestUtils.hpp137 VkDevice getDeviceSupportingQueue (const VkQueueFlags queueFlagsRequired = 0,
140 bool createDeviceSupportingQueue (const VkQueueFlags queueFlagsRequired,
DvktVideoTestUtils.cpp107 bool VideoBaseTestInstance::createDeviceSupportingQueue (const VkQueueFlags queueFlagsRequired, con… in createDeviceSupportingQueue() argument
109 …return m_videoDevice.createDeviceSupportingQueue(queueFlagsRequired, videoCodecOperationFlags, vid… in createDeviceSupportingQueue()
112 VkDevice VideoBaseTestInstance::getDeviceSupportingQueue (const VkQueueFlags queueFlagsRequired, co… in getDeviceSupportingQueue() argument
114 …return m_videoDevice.getDeviceSupportingQueue(queueFlagsRequired, videoCodecOperationFlags, videoD… in getDeviceSupportingQueue()