Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp29760 : pNext( pNext_ ), minImportedHostPointerAlignment( minImportedHostPointerAlignment_ )
29798 return std::tie( sType, pNext, minImportedHostPointerAlignment ); in reflect()
29813 && ( minImportedHostPointerAlignment == rhs.minImportedHostPointerAlignment ); in operator ==()
29826 VULKAN_HPP_NAMESPACE::DeviceSize minImportedHostPointerAlignment = {}; member
Dvulkansc_hash.hpp4045 …ASH_COMBINE( seed, physicalDeviceExternalMemoryHostPropertiesEXT.minImportedHostPointerAlignment ); in operator ()()
Dvulkan_core.h13008 VkDeviceSize minImportedHostPointerAlignment; member
Dvulkan_structs.hpp60009 : pNext( pNext_ ), minImportedHostPointerAlignment( minImportedHostPointerAlignment_ )
60047 return std::tie( sType, pNext, minImportedHostPointerAlignment ); in reflect()
60062 && ( minImportedHostPointerAlignment == rhs.minImportedHostPointerAlignment ); in operator ==()
60075 VULKAN_HPP_NAMESPACE::DeviceSize minImportedHostPointerAlignment = {}; member
Dvulkan_hash.hpp7704 …ASH_COMBINE( seed, physicalDeviceExternalMemoryHostPropertiesEXT.minImportedHostPointerAlignment ); in operator ()()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp5526 m_vkEmulation->externalMemoryHostProperties().minImportedHostPointerAlignment; in on_vkAllocateMemory()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp16543 vkStream->write((VkDeviceSize*)&forMarshaling->minImportedHostPointerAlignment, in marshal_VkPhysicalDeviceExternalMemoryHostPropertiesEXT()
16568 vkStream->read((VkDeviceSize*)&forUnmarshaling->minImportedHostPointerAlignment, in unmarshal_VkPhysicalDeviceExternalMemoryHostPropertiesEXT()
Dgoldfish_vk_reserved_marshaling.cpp12772 memcpy((VkDeviceSize*)&forUnmarshaling->minImportedHostPointerAlignment, *ptr, in reservedunmarshal_VkPhysicalDeviceExternalMemoryHostPropertiesEXT()