Searched refs:identicalMemoryLayout (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_host_image_copy.adoc | 255 VkBool32 identicalMemoryLayout; 268 `identicalMemoryLayout` is intended for the gray area where the image is just swizzled in a slightl…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | capabilities.adoc | 947 * pname:identicalMemoryLayout returns ename:VK_TRUE if use of host image 956 if pname:identicalMemoryLayout is ename:VK_FALSE. 957 If pname:identicalMemoryLayout is ename:VK_TRUE, pname:optimalDeviceAccess 961 while pname:identicalMemoryLayout is ename:VK_FALSE.
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 12912 vkStream->write((VkBool32*)&forMarshaling->identicalMemoryLayout, sizeof(VkBool32)); in marshal_VkHostImageCopyDevicePerformanceQueryEXT() 12925 vkStream->read((VkBool32*)&forUnmarshaling->identicalMemoryLayout, sizeof(VkBool32)); in unmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8674 memcpy(*ptr, (VkBool32*)&forMarshaling->identicalMemoryLayout, sizeof(VkBool32)); in reservedmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 17004 vkStream->write((VkBool32*)&forMarshaling->identicalMemoryLayout, sizeof(VkBool32)); in marshal_VkHostImageCopyDevicePerformanceQueryEXT() 17029 vkStream->read((VkBool32*)&forUnmarshaling->identicalMemoryLayout, sizeof(VkBool32)); in unmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 13152 memcpy((VkBool32*)&forUnmarshaling->identicalMemoryLayout, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 14189 VkBool32 identicalMemoryLayout; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 5063 VULKAN_HPP_HASH_COMBINE( seed, hostImageCopyDevicePerformanceQueryEXT.identicalMemoryLayout ); in operator ()()
|