Home
last modified time | relevance | path

Searched refs:vkCmdEncodeVideoKHR (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_encode_extensions.adoc80 . 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 Vulkan
546 The execution of each flink:vkCmdEncodeVideoKHR command will result in
623 least once in execution order before the first flink:vkCmdEncodeVideoKHR
634 flink:vkCmdEncodeVideoKHR operations that follow in execution order.
Dvideo_encode_h264_extensions.adoc484 structure passed to the flink:vkCmdEncodeVideoKHR command.
597 flink:vkCmdEncodeVideoKHR.
Dvideo_encode_h265_extensions.adoc593 structure passed to the flink:vkCmdEncodeVideoKHR command.
700 flink:vkCmdEncodeVideoKHR.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_beta.h220 VKAPI_ATTR void VKAPI_CALL vkCmdEncodeVideoKHR(
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_beta.h221 VKAPI_ATTR void VKAPI_CALL vkCmdEncodeVideoKHR(
Dvulkan.hpp4358 …void vkCmdEncodeVideoKHR( VkCommandBuffer commandBuffer, const VkVideoEncodeInfoKHR * pEncodeInfo … in vkCmdEncodeVideoKHR() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
4360 return ::vkCmdEncodeVideoKHR( commandBuffer, pEncodeInfo ); in vkCmdEncodeVideoKHR()
9958 PFN_vkCmdEncodeVideoKHR vkCmdEncodeVideoKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11130vkCmdEncodeVideoKHR = PFN_vkCmdEncodeVideoKHR( vkGetInstanceProcAddr( instance, "vkCmdEncodeVideoK… in init()
12033vkCmdEncodeVideoKHR = PFN_vkCmdEncodeVideoKHR( vkGetDeviceProcAddr( device, "vkCmdEncodeVideoKHR" … in init()
Dvulkan_raii.hpp1233vkCmdEncodeVideoKHR = PFN_vkCmdEncodeVideoKHR( vkGetDeviceProcAddr( device, "vkCmdEncodeVideoKHR" … in DeviceDispatcher()
2086 PFN_vkCmdEncodeVideoKHR vkCmdEncodeVideoKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
17798 VULKAN_HPP_ASSERT( getDispatcher()->vkCmdEncodeVideoKHR && "Function <vkCmdEncodeVideoKHR> requires… in encodeVideoKHR()
17802 …getDispatcher()->vkCmdEncodeVideoKHR( static_cast<VkCommandBuffer>( m_commandBuffer ), reinterpret… in encodeVideoKHR()