Home
last modified time | relevance | path

Searched refs:identicalMemoryLayout (Results 1 – 8 of 8) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_host_image_copy.adoc255 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/
Dcapabilities.adoc947 * 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/
Dgoldfish_vk_marshaling_guest.cpp12912 vkStream->write((VkBool32*)&forMarshaling->identicalMemoryLayout, sizeof(VkBool32)); in marshal_VkHostImageCopyDevicePerformanceQueryEXT()
12925 vkStream->read((VkBool32*)&forUnmarshaling->identicalMemoryLayout, sizeof(VkBool32)); in unmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8674 memcpy(*ptr, (VkBool32*)&forMarshaling->identicalMemoryLayout, sizeof(VkBool32)); in reservedmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp17004 vkStream->write((VkBool32*)&forMarshaling->identicalMemoryLayout, sizeof(VkBool32)); in marshal_VkHostImageCopyDevicePerformanceQueryEXT()
17029 vkStream->read((VkBool32*)&forUnmarshaling->identicalMemoryLayout, sizeof(VkBool32)); in unmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
Dgoldfish_vk_reserved_marshaling.cpp13152 memcpy((VkBool32*)&forUnmarshaling->identicalMemoryLayout, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14189 VkBool32 identicalMemoryLayout; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp5063 VULKAN_HPP_HASH_COMBINE( seed, hostImageCopyDevicePerformanceQueryEXT.identicalMemoryLayout ); in operator ()()