Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_video_queue.adoc75 ** Rename `VkVideoBindMemoryKHR` to `VkBindVideoSessionMemoryInfoKHR`
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_queue.adoc225 const VkBindVideoSessionMemoryInfoKHR* pBindSessionMemoryInfos);
232 typedef struct VkBindVideoSessionMemoryInfoKHR {
239 } VkBindVideoSessionMemoryInfoKHR;
757 VkBindVideoSessionMemoryInfoKHR bindInfo = {
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_extensions.adoc1475 pname:bindSessionMemoryInfoCount slink:VkBindVideoSessionMemoryInfoKHR
1533 [open,refpage='VkBindVideoSessionMemoryInfoKHR',desc='Structure specifying memory bindings for a vi…
1535 The sname:VkBindVideoSessionMemoryInfoKHR structure is defined as:
1537 include::{generated}/api/structs/VkBindVideoSessionMemoryInfoKHR.adoc[]
1552 * [[VUID-VkBindVideoSessionMemoryInfoKHR-memoryOffset-07201]]
1554 * [[VUID-VkBindVideoSessionMemoryInfoKHR-memorySize-07202]]
1559 include::{generated}/validity/structs/VkBindVideoSessionMemoryInfoKHR.adoc[]
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8143 typedef struct VkBindVideoSessionMemoryInfoKHR { struct
8150 } VkBindVideoSessionMemoryInfoKHR; typedef
8207 …KHR videoSession, uint32_t bindSessionMemoryInfoCount, const VkBindVideoSessionMemoryInfoKHR* pBin…
8248 const VkBindVideoSessionMemoryInfoKHR* pBindSessionMemoryInfos);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_static_assertions.hpp1447 …AN_HPP_NAMESPACE::BindVideoSessionMemoryInfoKHR ) == sizeof( VkBindVideoSessionMemoryInfoKHR ), "s…
Dvulkan.hpp2607 …KHR videoSession, uint32_t bindSessionMemoryInfoCount, const VkBindVideoSessionMemoryInfoKHR * pBi… in vkBindVideoSessionMemoryKHR()
Dvulkan_raii.hpp13884 …ion ), bindSessionMemoryInfos.size(), reinterpret_cast<const VkBindVideoSessionMemoryInfoKHR *>( b… in bindMemory()