Searched refs:optimalDeviceAccess (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_host_image_copy.adoc | 234 …- If `optimalDeviceAccess` is set however (see below), the implementation informs that the memory … 254 VkBool32 optimalDeviceAccess; 272 set `optimalDeviceAccess` for an image without having to guarantee 100% identical memory layout, an… 275 As a baseline, block-compressed formats are required to set `optimalDeviceAccess` to `VK_TRUE`.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | capabilities.adoc | 940 * pname:optimalDeviceAccess returns ename:VK_TRUE if use of host image 955 The implementation may: return ename:VK_FALSE in pname:optimalDeviceAccess 957 If pname:identicalMemoryLayout is ename:VK_TRUE, pname:optimalDeviceAccess 960 The implementation may: return ename:VK_TRUE in pname:optimalDeviceAccess 967 pname:optimalDeviceAccess. 972 Applications can make use of pname:optimalDeviceAccess to determine their 990 The most practical reason for pname:optimalDeviceAccess to be ename:VK_FALSE 996 Some implementations may only set pname:optimalDeviceAccess to
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 12911 vkStream->write((VkBool32*)&forMarshaling->optimalDeviceAccess, sizeof(VkBool32)); in marshal_VkHostImageCopyDevicePerformanceQueryEXT() 12924 vkStream->read((VkBool32*)&forUnmarshaling->optimalDeviceAccess, sizeof(VkBool32)); in unmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8672 memcpy(*ptr, (VkBool32*)&forMarshaling->optimalDeviceAccess, sizeof(VkBool32)); in reservedmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 17003 vkStream->write((VkBool32*)&forMarshaling->optimalDeviceAccess, sizeof(VkBool32)); in marshal_VkHostImageCopyDevicePerformanceQueryEXT() 17028 vkStream->read((VkBool32*)&forUnmarshaling->optimalDeviceAccess, sizeof(VkBool32)); in unmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 13150 memcpy((VkBool32*)&forUnmarshaling->optimalDeviceAccess, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 14188 VkBool32 optimalDeviceAccess; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 5062 VULKAN_HPP_HASH_COMBINE( seed, hostImageCopyDevicePerformanceQueryEXT.optimalDeviceAccess ); in operator ()()
|