Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_optical_flow/
Doptical_flow.adoc398 slink:VkOpticalFlowExecuteInfoNV.
507 slink:VkOpticalFlowExecuteInfoNV.
512 [open,refpage='VkOpticalFlowExecuteInfoNV',desc='Structure specifying parameters of a optical flow …
514 The slink:VkOpticalFlowExecuteInfoNV structure is defined as:
516 include::{generated}/api/structs/VkOpticalFlowExecuteInfoNV.adoc[]
530 * [[VUID-VkOpticalFlowExecuteInfoNV-regionCount-07593]]
536 include::{generated}/validity/structs/VkOpticalFlowExecuteInfoNV.adoc[]
541 Bits which can: be set in slink:VkOpticalFlowExecuteInfoNV::pname:flags,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_optical_flow.adoc107 VkOpticalFlowExecuteInfoNV opticalFlowExecuteInfo = { VK_STRUCTURE_TYPE_OPTICAL_FLOW_EXECUTE_INFO_N…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h17238 typedef struct VkOpticalFlowExecuteInfoNV { struct
17244 } VkOpticalFlowExecuteInfoNV; argument
17250 …andBuffer commandBuffer, VkOpticalFlowSessionNV session, const VkOpticalFlowExecuteInfoNV* pExecut…
17280 const VkOpticalFlowExecuteInfoNV* pExecuteInfo);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_static_assertions.hpp4353 …f( VULKAN_HPP_NAMESPACE::OpticalFlowExecuteInfoNV ) == sizeof( VkOpticalFlowExecuteInfoNV ), "stru…
Dvulkan.hpp5207 …andBuffer commandBuffer, VkOpticalFlowSessionNV session, const VkOpticalFlowExecuteInfoNV * pExecu… in vkCmdOpticalFlowExecuteNV()
Dvulkan_raii.hpp19584 …ast<VkOpticalFlowSessionNV>( session ), reinterpret_cast<const VkOpticalFlowExecuteInfoNV *>( &exe… in opticalFlowExecuteNV()