Searched refs:minImportedHostPointerAlignment (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 29760 : 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
|
D | vulkansc_hash.hpp | 4045 …ASH_COMBINE( seed, physicalDeviceExternalMemoryHostPropertiesEXT.minImportedHostPointerAlignment ); in operator ()()
|
D | vulkan_core.h | 13008 VkDeviceSize minImportedHostPointerAlignment; member
|
D | vulkan_structs.hpp | 60009 : 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
|
D | vulkan_hash.hpp | 7704 …ASH_COMBINE( seed, physicalDeviceExternalMemoryHostPropertiesEXT.minImportedHostPointerAlignment ); in operator ()()
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderGlobalState.cpp | 5526 m_vkEmulation->externalMemoryHostProperties().minImportedHostPointerAlignment; in on_vkAllocateMemory()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 16543 vkStream->write((VkDeviceSize*)&forMarshaling->minImportedHostPointerAlignment, in marshal_VkPhysicalDeviceExternalMemoryHostPropertiesEXT() 16568 vkStream->read((VkDeviceSize*)&forUnmarshaling->minImportedHostPointerAlignment, in unmarshal_VkPhysicalDeviceExternalMemoryHostPropertiesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 12772 memcpy((VkDeviceSize*)&forUnmarshaling->minImportedHostPointerAlignment, *ptr, in reservedunmarshal_VkPhysicalDeviceExternalMemoryHostPropertiesEXT()
|