Home
last modified time | relevance | path

Searched refs:VkVideoProfileInfoKHR (Results 1 – 21 of 21) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/
Dquery_begin_common.adoc83 slink:VkVideoProfileInfoKHR structure included in the pname:pNext chain
102 slink:VkVideoProfileInfoKHR structure included in the pname:pNext chain
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_video_queue.adoc71 ** Rename `VkVideoProfileKHR` to `VkVideoProfileInfoKHR`
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_queue.adoc57 typedef struct VkVideoProfileInfoKHR {
64 } VkVideoProfileInfoKHR;
162 const VkVideoProfileInfoKHR* pVideoProfile;
473 const VkVideoProfileInfoKHR* pProfiles;
483VkVideoProfileInfoKHR` structure in the `pNext` chain of `VkQueryPoolCreateInfo`. Unlike buffers a…
503 const VkVideoProfileInfoKHR* pVideoProfile,
645 VkVideoProfileInfoKHR profileInfo = {
677 VkVideoProfileInfoKHR profileInfo = {
919 VkVideoProfileInfoKHR profileInfo = {
1042 === RESOLVED: Why do some of the members of `VkVideoProfileInfoKHR` have `Flags` types instead of `…
[all …]
DVK_KHR_video_decode_queue.adoc56 Video decode profiles are defined using a `VkVideoProfileInfoKHR` structure that specifies a `video…
58 …ints specific to video decoding by chaining the following new structure to `VkVideoProfileInfoKHR`:
270 …. Construct the `VkVideoProfileInfoKHR` structure describing the entire video profile, including t…
347 VkVideoProfileInfoKHR profileInfo = {
382 VkVideoProfileInfoKHR profileInfo = {
790 …ional video profile information included in the `pNext` chain of `VkVideoProfileInfoKHR` structure…
DVK_KHR_video_decode_h265.adoc64 An H.265 decode profile can be defined through a `VkVideoProfileInfoKHR` structure using this new v…
232 VkVideoProfileInfoKHR profileInfo = {
DVK_KHR_video_decode_h264.adoc64 An H.264 decode profile can be defined through a `VkVideoProfileInfoKHR` structure using this new v…
267 VkVideoProfileInfoKHR profileInfo = {
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_extensions.adoc273 [open,refpage='VkVideoProfileInfoKHR',desc='Structure specifying a video profile',type='structs']
275 The sname:VkVideoProfileInfoKHR structure is defined as follows:
277 include::{generated}/api/structs/VkVideoProfileInfoKHR.adoc[]
318 pname:pNext chain of sname:VkVideoProfileInfoKHR)
333 * [[VUID-VkVideoProfileInfoKHR-chromaSubsampling-07013]]
335 * [[VUID-VkVideoProfileInfoKHR-lumaBitDepth-07014]]
337 * [[VUID-VkVideoProfileInfoKHR-chromaSubsampling-07015]]
342 * [[VUID-VkVideoProfileInfoKHR-videoCodecOperation-07179]]
348 * [[VUID-VkVideoProfileInfoKHR-videoCodecOperation-07180]]
354 * [[VUID-VkVideoProfileInfoKHR-videoCodecOperation-07181]]
[all …]
Dvideo_decode_h264_extensions.adoc178 setting slink:VkVideoProfileInfoKHR::pname:videoCodecOperation to
181 slink:VkVideoProfileInfoKHR::pname:pNext chain.
Dvideo_decode_h265_extensions.adoc126 setting slink:VkVideoProfileInfoKHR::pname:videoCodecOperation to
129 slink:VkVideoProfileInfoKHR::pname:pNext chain.
Dvideo_encode_h264_extensions.adoc39 the slink:VkVideoProfileInfoKHR structure when
40 slink:VkVideoProfileInfoKHR::pname:videoCodecOperation is
Dvideo_encode_h265_extensions.adoc27 the slink:VkVideoProfileInfoKHR structure when
28 slink:VkVideoProfileInfoKHR::pname:videoCodecOperation is
Dfundamentals.adoc1468 slink:VkVideoProfileInfoKHR::pname:videoCodecOperation is not supported.
1470 in a requested slink:VkVideoProfileInfoKHR chain are not supported.
1472 parameters in a requested slink:VkVideoProfileInfoKHR chain are not
Dqueries.adoc175 then the pname:pNext chain must: include a slink:VkVideoProfileInfoKHR
183 the pname:pNext chain includes a slink:VkVideoProfileInfoKHR structure
190 slink:VkVideoProfileInfoKHR and its pname:pNext chain
Dvideo_encode_extensions.adoc289 * pname:pVideoProfile is a pointer to a slink:VkVideoProfileInfoKHR
Dresources.adoc267 least one slink:VkVideoProfileInfoKHR structure with a
276 least one slink:VkVideoProfileInfoKHR structure with a
2280 least one slink:VkVideoProfileInfoKHR structure with a
2290 least one slink:VkVideoProfileInfoKHR structure with a
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_beta.h174 const VkVideoProfileInfoKHR* pVideoProfile;
Dvulkan_core.h8073 typedef struct VkVideoProfileInfoKHR { struct
8080 } VkVideoProfileInfoKHR; argument
8086 const VkVideoProfileInfoKHR* pProfiles;
8157 const VkVideoProfileInfoKHR* pVideoProfile;
8202 …eviceVideoCapabilitiesKHR)(VkPhysicalDevice physicalDevice, const VkVideoProfileInfoKHR* pVideoPro…
8218 const VkVideoProfileInfoKHR* pVideoProfile,
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_beta.h175 const VkVideoProfileInfoKHR* pVideoProfile;
Dvulkan_static_assertions.hpp1415 …T( sizeof( VULKAN_HPP_NAMESPACE::VideoProfileInfoKHR ) == sizeof( VkVideoProfileInfoKHR ), "struct…
Dvulkan_raii.hpp13798 …ast<VkPhysicalDevice>( m_physicalDevice ), reinterpret_cast<const VkVideoProfileInfoKHR *>( &video… in getVideoCapabilitiesKHR()
13812 …ast<VkPhysicalDevice>( m_physicalDevice ), reinterpret_cast<const VkVideoProfileInfoKHR *>( &video… in getVideoCapabilitiesKHR()
Dvulkan.hpp2577 …eviceVideoCapabilitiesKHR( VkPhysicalDevice physicalDevice, const VkVideoProfileInfoKHR * pVideoPr… in vkGetPhysicalDeviceVideoCapabilitiesKHR()