Home
last modified time | relevance | path

Searched refs:VkVideoEndCodingInfoKHR (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_extensions.adoc2620 * pname:pEndCodingInfo is a pointer to a slink:VkVideoEndCodingInfoKHR
2638 [open,refpage='VkVideoEndCodingInfoKHR',desc='Structure specifying video coding scope end informati…
2640 The sname:VkVideoEndCodingInfoKHR structure is defined as:
2642 include::{generated}/api/structs/VkVideoEndCodingInfoKHR.adoc[]
2649 include::{generated}/validity/structs/VkVideoEndCodingInfoKHR.adoc[]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_queue.adoc411 const VkVideoEndCodingInfoKHR* pEndCodingInfo);
900 VkVideoEndCodingInfoKHR endInfo = {
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8190 typedef struct VkVideoEndCodingInfoKHR { struct
8194 } VkVideoEndCodingInfoKHR; argument
8212 …PFN_vkCmdEndVideoCodingKHR)(VkCommandBuffer commandBuffer, const VkVideoEndCodingInfoKHR* pEndCodi…
8272 const VkVideoEndCodingInfoKHR* pEndCodingInfo);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_static_assertions.hpp1467 …sizeof( VULKAN_HPP_NAMESPACE::VideoEndCodingInfoKHR ) == sizeof( VkVideoEndCodingInfoKHR ), "struc…
Dvulkan.hpp2637 …void vkCmdEndVideoCodingKHR( VkCommandBuffer commandBuffer, const VkVideoEndCodingInfoKHR * pEndCo… in vkCmdEndVideoCodingKHR()
Dvulkan_raii.hpp13928 …cast<VkCommandBuffer>( m_commandBuffer ), reinterpret_cast<const VkVideoEndCodingInfoKHR *>( &endC… in endVideoCodingKHR()