Home
last modified time | relevance | path

Searched refs:VK_QUEUE_VIDEO_DECODE_BIT_KHR (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_queue.adoc41 …ily, this extension introduces an explicit queue flag called `VK_QUEUE_VIDEO_DECODE_BIT_KHR` to in…
120 …command pools created against queue families that support the `VK_QUEUE_VIDEO_DECODE_BIT_KHR` flag.
318 …if ((props[queueFamilyIndex].queueFamilyProperties.queueFlags & VK_QUEUE_VIDEO_DECODE_BIT_KHR) != …
DVK_KHR_video_decode_h265.adoc204 …if ((props[queueFamilyIndex].queueFamilyProperties.queueFlags & VK_QUEUE_VIDEO_DECODE_BIT_KHR) != …
DVK_KHR_video_decode_h264.adoc238 …if ((props[queueFamilyIndex].queueFamilyProperties.queueFlags & VK_QUEUE_VIDEO_DECODE_BIT_KHR) != …
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_enum_string_helper.h2739 case VK_QUEUE_VIDEO_DECODE_BIT_KHR: in string_VkQueueFlagBits()
Dvulkan_enums.hpp2075 eVideoDecodeKHR = VK_QUEUE_VIDEO_DECODE_BIT_KHR,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc1370 * ename:VK_QUEUE_VIDEO_DECODE_BIT_KHR specifies that queues in this queue
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2388 VK_QUEUE_VIDEO_DECODE_BIT_KHR = 0x00000020, enumerator