Home
last modified time | relevance | path

Searched refs:memoryBindIndex (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_queue.adoc210 uint32_t memoryBindIndex;
215 `memoryBindIndex` is a unique identifier of the corresponding memory binding and can have any value…
235 uint32_t memoryBindIndex;
760 .memoryBindIndex = memReqs[i].memoryBindIndex,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_extensions.adoc1455 * pname:memoryBindIndex is the index of the memory binding.
1458 specified by pname:memoryBindIndex are returned.
1483 * If the pname:memoryBindIndex member of the element of
1485 pname:memoryBindIndex member of one of the elements returned in
1500 pname:memoryBindIndex member of any element of
1503 * [[VUID-vkBindVideoSessionMemoryKHR-memoryBindIndex-07196]]
1504 The pname:memoryBindIndex member of each element of
1542 * pname:memoryBindIndex is the memory binding index to bind memory to.
1544 session's memory binding with index pname:memoryBindIndex.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8139 uint32_t memoryBindIndex; member
8146 uint32_t memoryBindIndex; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp1443 VULKAN_HPP_HASH_COMBINE( seed, bindVideoSessionMemoryInfoKHR.memoryBindIndex ); in operator ()()
14491 VULKAN_HPP_HASH_COMBINE( seed, videoSessionMemoryRequirementsKHR.memoryBindIndex ); in operator ()()