Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_extensions.adoc856 slink:VkVideoFormatPropertiesKHR structures in which supported image
932 slink:VkVideoFormatPropertiesKHR structure returned will contain at least
938 slink:VkVideoFormatPropertiesKHR structure returned will include additional
951 Multiple sname:VkVideoFormatPropertiesKHR entries may: be returned with the
955 In addition, a different set of sname:VkVideoFormatPropertiesKHR entries
962 sname:VkVideoFormatPropertiesKHR entries and use compatible parameters when
972 from the members of one of the reported sname:VkVideoFormatPropertiesKHR
976 The following applies to all sname:VkVideoFormatPropertiesKHR entries
980 with sname:VkVideoFormatPropertiesKHR::pname:format
981 * If sname:VkVideoFormatPropertiesKHR::pname:imageTiling is
[all …]
Dresources.adoc1657 * Let `VkVideoFormatPropertiesKHR videoFormatProperties[]` be defined as
1677 slink:VkVideoFormatPropertiesKHR::pname:format.
1679 slink:VkVideoFormatPropertiesKHR::pname:imageCreateFlags.
1681 slink:VkVideoFormatPropertiesKHR::pname:imageType.
1683 slink:VkVideoFormatPropertiesKHR::pname:imageTiling.
1685 slink:VkVideoFormatPropertiesKHR::pname:imageUsageFlags.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_queue.adoc546 VkVideoFormatPropertiesKHR* pVideoFormatProperties);
564 typedef struct VkVideoFormatPropertiesKHR {
573 } VkVideoFormatPropertiesKHR;
586 The query may return multiple `VkVideoFormatPropertiesKHR` entries with the same format, but otherw…
697 VkVideoFormatPropertiesKHR* formatProps = calloc(formatCount, sizeof(VkVideoFormatPropertiesKHR));
DVK_KHR_video_decode_queue.adoc398 VkVideoFormatPropertiesKHR* formatProps = NULL;
404 formatProps = calloc(formatCount, sizeof(VkVideoFormatPropertiesKHR));
426 formatProps = calloc(formatCount, sizeof(VkVideoFormatPropertiesKHR));
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8109 typedef struct VkVideoFormatPropertiesKHR { struct
8118 } VkVideoFormatPropertiesKHR; typedef
8203 …nfoKHR* pVideoFormatInfo, uint32_t* pVideoFormatPropertyCount, VkVideoFormatPropertiesKHR* pVideoF…
8225 VkVideoFormatPropertiesKHR* pVideoFormatProperties);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_static_assertions.hpp1431 …f( VULKAN_HPP_NAMESPACE::VideoFormatPropertiesKHR ) == sizeof( VkVideoFormatPropertiesKHR ), "stru…
Dvulkan.hpp2583 …oKHR * pVideoFormatInfo, uint32_t * pVideoFormatPropertyCount, VkVideoFormatPropertiesKHR * pVideo… in vkGetPhysicalDeviceVideoFormatPropertiesKHR()
Dvulkan_raii.hpp13833 …videoFormatInfo ), &videoFormatPropertyCount, reinterpret_cast<VkVideoFormatPropertiesKHR *>( vide… in getVideoFormatPropertiesKHR()