Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceVideoFormatInfoKHR (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_video_queue.adoc76 ** Fix `pNext` constness of `VkPhysicalDeviceVideoFormatInfoKHR` and
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_extensions.adoc849 slink:VkPhysicalDeviceVideoFormatInfoKHR structure specifying the usage
888 Furthermore, if slink:VkPhysicalDeviceVideoFormatInfoKHR::pname:imageUsage
895 slink:VkPhysicalDeviceVideoFormatInfoKHR::pname:imageUsage does not include
905 slink:VkPhysicalDeviceVideoFormatInfoKHR::pname:imageUsage must: include
915 slink:VkPhysicalDeviceVideoFormatInfoKHR::pname:imageUsage must: include
921 slink:VkPhysicalDeviceVideoFormatInfoKHR::pname:imageUsage must: include
928 The pname:imageUsage member of the slink:VkPhysicalDeviceVideoFormatInfoKHR
957 sname:VkPhysicalDeviceVideoFormatInfoKHR structure, even for the same set of
1040 [open,refpage='VkPhysicalDeviceVideoFormatInfoKHR',desc='Structure specifying the codec video forma…
1042 The sname:VkPhysicalDeviceVideoFormatInfoKHR structure is defined as:
[all …]
Dresources.adoc1663 slink:VkPhysicalDeviceVideoFormatInfoKHR::pname:imageUsage equal to the
1665 slink:VkPhysicalDeviceVideoFormatInfoKHR::pname:pNext containing the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_queue.adoc255 …w `VK_IMAGE_USAGE_VIDEO_DECODE_DST_BIT_KHR` usage flag in `VkPhysicalDeviceVideoFormatInfoKHR::ima…
257 …w `VK_IMAGE_USAGE_VIDEO_DECODE_DPB_BIT_KHR` usage flag in `VkPhysicalDeviceVideoFormatInfoKHR::ima…
259 …d call `vkGetPhysicalDeviceVideoFormatPropertiesKHR` with `VkPhysicalDeviceVideoFormatInfoKHR::ima…
393 VkPhysicalDeviceVideoFormatInfoKHR formatInfo = {
DVK_KHR_video_queue.adoc544 const VkPhysicalDeviceVideoFormatInfoKHR* pVideoFormatInfo,
553 typedef struct VkPhysicalDeviceVideoFormatInfoKHR {
557 } VkPhysicalDeviceVideoFormatInfoKHR;
689 VkPhysicalDeviceVideoFormatInfoKHR formatInfo = {
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8103 typedef struct VkPhysicalDeviceVideoFormatInfoKHR { struct
8107 } VkPhysicalDeviceVideoFormatInfoKHR; typedef
8203 …ormatPropertiesKHR)(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceVideoFormatInfoKHR* pVi…
8223 const VkPhysicalDeviceVideoFormatInfoKHR* pVideoFormatInfo,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_static_assertions.hpp1427 …P_NAMESPACE::PhysicalDeviceVideoFormatInfoKHR ) == sizeof( VkPhysicalDeviceVideoFormatInfoKHR ), "…
Dvulkan_raii.hpp13829 …hysicalDevice>( m_physicalDevice ), reinterpret_cast<const VkPhysicalDeviceVideoFormatInfoKHR *>( … in getVideoFormatPropertiesKHR()
13833 …hysicalDevice>( m_physicalDevice ), reinterpret_cast<const VkPhysicalDeviceVideoFormatInfoKHR *>( … in getVideoFormatPropertiesKHR()
Dvulkan.hpp2583 …ormatPropertiesKHR( VkPhysicalDevice physicalDevice, const VkPhysicalDeviceVideoFormatInfoKHR * pV… in vkGetPhysicalDeviceVideoFormatPropertiesKHR()