Home
last modified time | relevance | path

Searched refs:VK_QUEUE_VIDEO_DECODE_BIT_KHR (Results 1 - 17 of 17) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktCustomInstancesDevices.cpp616 | (isVideoDecodeOperation(videoCodecOperation) ? vk::VK_QUEUE_VIDEO_DECODE_BIT_KHR : 0); in getQueueFlags()
686 if ((queueFlagsRequired & vk::VK_QUEUE_VIDEO_DECODE_BIT_KHR) != 0) in addVideoDeviceExtensions()
809 if ((usefulQueueFlags & vk::VK_QUEUE_VIDEO_DECODE_BIT_KHR) != 0 && queueFamilyDecode == VK_QUEUE_FAMILY_IGNORED) in createDeviceSupportingQueue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktCustomInstancesDevices.cpp579 | (isVideoDecodeOperation(videoCodecOperation) ? vk::VK_QUEUE_VIDEO_DECODE_BIT_KHR : 0); in getQueueFlags()
649 if ((queueFlagsRequired & vk::VK_QUEUE_VIDEO_DECODE_BIT_KHR) != 0) in addVideoDeviceExtensions()
772 if ((usefulQueueFlags & vk::VK_QUEUE_VIDEO_DECODE_BIT_KHR) != 0 && queueFamilyDecode == VK_QUEUE_FAMILY_IGNORED) in createDeviceSupportingQueue()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H A DvktVideoDecodeTests.cpp390 const VkDevice device = getDeviceSupportingQueue(VK_QUEUE_VIDEO_DECODE_BIT_KHR | VK_QUEUE_TRANSFER_BIT, m_videoCodecOperation, videoDeviceFlags); in iterateSingleFrame()
467 const VkDevice device = getDeviceSupportingQueue(VK_QUEUE_VIDEO_DECODE_BIT_KHR | VK_QUEUE_TRANSFER_BIT, m_videoCodecOperation, videoDeviceFlags); in iterateDoubleFrame()
558 const VkDevice device = getDeviceSupportingQueue(VK_QUEUE_VIDEO_DECODE_BIT_KHR | VK_QUEUE_TRANSFER_BIT, m_videoCodecOperation, videoDeviceFlags); in iterateMultipleFrame()
911 const VkDevice device = getDeviceSupportingQueue(VK_QUEUE_VIDEO_DECODE_BIT_KHR | VK_QUEUE_TRANSFER_BIT, m_videoCodecOperation, videoDeviceFlags);
H A DvktVideoCapabilitiesTests.cpp142 if ((queueFlags & VK_QUEUE_VIDEO_DECODE_BIT_KHR) != 0) in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.hpp862 VkQueueFlags queueFlagsRequired = (VK_QUEUE_VIDEO_DECODE_BIT_KHR | VK_QUEUE_VIDEO_ENCODE_BIT_KHR),
H A DvktVideoDecodeTests.cpp725 VkDevice device = getDeviceSupportingQueue(VK_QUEUE_VIDEO_DECODE_BIT_KHR | VK_QUEUE_TRANSFER_BIT, requiredCodecs, requiredDeviceFlags); in InterleavingDecodeTestInstance()
744 VkDevice device = getDeviceSupportingQueue(VK_QUEUE_VIDEO_DECODE_BIT_KHR | VK_QUEUE_TRANSFER_BIT, in VideoDecodeTestInstance()
H A DvktVideoCapabilitiesTests.cpp141 if ((queueFlags & VK_QUEUE_VIDEO_DECODE_BIT_KHR) != 0) in iterate()
H A DvktVideoBaseDecodeUtils.cpp569 VK_QUEUE_VIDEO_DECODE_BIT_KHR,
/third_party/ffmpeg/libavutil/
H A Dvulkan.c116 case VK_QUEUE_VIDEO_DECODE_BIT_KHR: in ff_vk_qf_init()
H A Dhwcontext_vulkan.c954 ((qf[i].queueFlags) & VK_QUEUE_VIDEO_DECODE_BIT_KHR) ? " decode" : "", in setup_queue_families()
969 dec_index = pick_queue_family(qf, num, VK_QUEUE_VIDEO_DECODE_BIT_KHR); in setup_queue_families()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_enums.hpp2040 eVideoDecodeKHR = VK_QUEUE_VIDEO_DECODE_BIT_KHR,
H A Dvulkan_core.h2367 VK_QUEUE_VIDEO_DECODE_BIT_KHR = 0x00000020, enumerator
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h1933 VK_QUEUE_VIDEO_DECODE_BIT_KHR = 0x00000020, enumerator
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h2247 VK_QUEUE_VIDEO_DECODE_BIT_KHR = 0x00000020, enumerator
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_core.h2020 VK_QUEUE_VIDEO_DECODE_BIT_KHR = 0x00000020, enumerator
H A Dvulkan_enums.hpp2858 eVideoDecodeKHR = VK_QUEUE_VIDEO_DECODE_BIT_KHR,
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h2051 VK_QUEUE_VIDEO_DECODE_BIT_KHR = 0x00000020, enumerator

Completed in 452 milliseconds