Home
last modified time | relevance | path

Searched refs:deviceMemoryReport (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_structs.hpp57684 : pNext( pNext_ ), deviceMemoryReport( deviceMemoryReport_ )
57712 deviceMemoryReport = deviceMemoryReport_; in setDeviceMemoryReport()
57736 return std::tie( sType, pNext, deviceMemoryReport ); in reflect()
57751 && ( deviceMemoryReport == rhs.deviceMemoryReport ); in operator ==()
57764 VULKAN_HPP_NAMESPACE::Bool32 deviceMemoryReport = {}; member
Dvulkan_core.h14740 VkBool32 deviceMemoryReport; member
Dvulkan_hash.hpp7392 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDeviceMemoryReportFeaturesEXT.deviceMemoryReport ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp17941 vkStream->write((VkBool32*)&forMarshaling->deviceMemoryReport, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT()
17965 vkStream->read((VkBool32*)&forUnmarshaling->deviceMemoryReport, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT()
Dgoldfish_vk_reserved_marshaling.cpp13877 memcpy((VkBool32*)&forUnmarshaling->deviceMemoryReport, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT()