Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/video/
DvktVideoTestUtils.hpp140 bool createDeviceSupportingQueue (const VkQueueFlags queueFlagsRequired,
DvktVideoTestUtils.cpp107 bool VideoBaseTestInstance::createDeviceSupportingQueue (const VkQueueFlags queueFlagsRequired, con… in createDeviceSupportingQueue() function in vkt::video::VideoBaseTestInstance
109 …return m_videoDevice.createDeviceSupportingQueue(queueFlagsRequired, videoCodecOperationFlags, vid… in createDeviceSupportingQueue()
/external/deqp/external/vulkancts/modules/vulkan/
DvktCustomInstancesDevices.hpp186 bool createDeviceSupportingQueue (const vk::VkQueueFlags queueFlagsRequired,
DvktCustomInstancesDevices.cpp685 if (!createDeviceSupportingQueue(queueFlagsRequired, videoCodecOperationFlags, videoDeviceFlags)) in getDeviceSupportingQueue()
699 bool VideoDevice::createDeviceSupportingQueue (const vk::VkQueueFlags queueFlagsRequired, in createDeviceSupportingQueue() function in vkt::VideoDevice