Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvideo_extensions.adoc1524 slink:VkMemoryRequirements structure, then the pname:memorySize member
1547 * pname:memorySize is the size in bytes of the region of pname:memory,
1554 * [[VUID-VkBindVideoSessionMemoryInfoKHR-memorySize-07202]]
1555 pname:memorySize must: be less than or equal to the size of pname:memory
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_KHR_video_queue.adoc238 VkDeviceSize memorySize;
763 .memorySize = ... // size to bind
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8149 VkDeviceSize memorySize; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp1446 VULKAN_HPP_HASH_COMBINE( seed, bindVideoSessionMemoryInfoKHR.memorySize ); in operator ()()