Searched refs:vkCmdEncodeVideoKHR (Results 1 – 7 of 7) sorted by relevance
80 . flink:vkCmdEncodeVideoKHR specifies one or more frames to be encoded.451 [open,refpage='vkCmdEncodeVideoKHR',desc='Encode operation for bitstream generation',type='protos']455 include::{generated}/api/protos/vkCmdEncodeVideoKHR.adoc[]474 * [[VUID-vkCmdEncodeVideoKHR-opCount-07174]]483 include::{generated}/validity/protos/vkCmdEncodeVideoKHR.adoc[]544 Multiple flink:vkCmdEncodeVideoKHR commands may: be recorded within a Vulkan546 The execution of each flink:vkCmdEncodeVideoKHR command will result in623 least once in execution order before the first flink:vkCmdEncodeVideoKHR634 flink:vkCmdEncodeVideoKHR operations that follow in execution order.
484 structure passed to the flink:vkCmdEncodeVideoKHR command.597 flink:vkCmdEncodeVideoKHR.
593 structure passed to the flink:vkCmdEncodeVideoKHR command.700 flink:vkCmdEncodeVideoKHR.
220 VKAPI_ATTR void VKAPI_CALL vkCmdEncodeVideoKHR(
221 VKAPI_ATTR void VKAPI_CALL vkCmdEncodeVideoKHR(
4358 …void vkCmdEncodeVideoKHR( VkCommandBuffer commandBuffer, const VkVideoEncodeInfoKHR * pEncodeInfo … in vkCmdEncodeVideoKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic4360 return ::vkCmdEncodeVideoKHR( commandBuffer, pEncodeInfo ); in vkCmdEncodeVideoKHR()9958 PFN_vkCmdEncodeVideoKHR vkCmdEncodeVideoKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic11130 …vkCmdEncodeVideoKHR = PFN_vkCmdEncodeVideoKHR( vkGetInstanceProcAddr( instance, "vkCmdEncodeVideoK… in init()12033 …vkCmdEncodeVideoKHR = PFN_vkCmdEncodeVideoKHR( vkGetDeviceProcAddr( device, "vkCmdEncodeVideoKHR" … in init()
1233 …vkCmdEncodeVideoKHR = PFN_vkCmdEncodeVideoKHR( vkGetDeviceProcAddr( device, "vkCmdEncodeVideoKHR" … in DeviceDispatcher()2086 PFN_vkCmdEncodeVideoKHR vkCmdEncodeVideoKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher17798 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdEncodeVideoKHR && "Function <vkCmdEncodeVideoKHR> requires… in encodeVideoKHR()17802 …getDispatcher()->vkCmdEncodeVideoKHR( static_cast<VkCommandBuffer>( m_commandBuffer ), reinterpret… in encodeVideoKHR()