Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_host_image_copy.adoc234 …- 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/
Dcapabilities.adoc940 * 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/
Dgoldfish_vk_marshaling_guest.cpp12911 vkStream->write((VkBool32*)&forMarshaling->optimalDeviceAccess, sizeof(VkBool32)); in marshal_VkHostImageCopyDevicePerformanceQueryEXT()
12924 vkStream->read((VkBool32*)&forUnmarshaling->optimalDeviceAccess, sizeof(VkBool32)); in unmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8672 memcpy(*ptr, (VkBool32*)&forMarshaling->optimalDeviceAccess, sizeof(VkBool32)); in reservedmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp17003 vkStream->write((VkBool32*)&forMarshaling->optimalDeviceAccess, sizeof(VkBool32)); in marshal_VkHostImageCopyDevicePerformanceQueryEXT()
17028 vkStream->read((VkBool32*)&forUnmarshaling->optimalDeviceAccess, sizeof(VkBool32)); in unmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
Dgoldfish_vk_reserved_marshaling.cpp13150 memcpy((VkBool32*)&forUnmarshaling->optimalDeviceAccess, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkHostImageCopyDevicePerformanceQueryEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14188 VkBool32 optimalDeviceAccess; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp5062 VULKAN_HPP_HASH_COMBINE( seed, hostImageCopyDevicePerformanceQueryEXT.optimalDeviceAccess ); in operator ()()