Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_decode_queue.adoc389 .profileCount = 1,
449 .profileCount = ... // number of video profiles to use the bitstream buffer with
475 .profileCount = ... // number of video profiles to use the decode output image with
532 .profileCount = ... // number of video profiles to use the decode DPB image with
DVK_KHR_video_queue.adoc472 uint32_t profileCount;
684 .profileCount = 1,
809 .profileCount = ... // number of video profiles to use the bitstream buffer with
833 .profileCount = ... // number of video profiles to use the image with
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_video.c1003 for (unsigned i = 0; i < profile_list->profileCount; i++) { in vk_video_get_profile_alignments()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_extensions.adoc655 * pname:profileCount is the number of elements in the pname:pProfiles
1033 slink:VkVideoProfileListInfoKHR structure with pname:profileCount
Dcapabilities.adoc233 slink:VkVideoProfileListInfoKHR structure with a pname:profileCount member
Dresources.adoc266 pname:profileCount greater than `0` and pname:pProfiles including at
275 pname:profileCount greater than `0` and pname:pProfiles including at
2279 pname:profileCount greater than `0` and pname:pProfiles including at
2289 pname:profileCount greater than `0` and pname:pProfiles including at
2296 structure with pname:profileCount greater than `0`, then
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8085 uint32_t profileCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp14458 VULKAN_HPP_HASH_COMBINE( seed, videoProfileListInfoKHR.profileCount ); in operator ()()