Searched refs:deviceMemoryReport (Results 1 – 8 of 8) sorted by relevance
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | ResourceTracker.cpp | 2062 memoryReportFeaturesEXT->deviceMemoryReport = VK_TRUE; in on_vkGetPhysicalDeviceFeatures2() 2080 memoryReportFeaturesEXT->deviceMemoryReport = VK_TRUE; in on_vkGetPhysicalDeviceProperties2()
|
D | goldfish_vk_marshaling_guest.cpp | 12969 vkStream->write((VkBool32*)&forMarshaling->deviceMemoryReport, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT() 12981 vkStream->read((VkBool32*)&forUnmarshaling->deviceMemoryReport, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 8712 memcpy(*ptr, (VkBool32*)&forMarshaling->deviceMemoryReport, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 4457 * [[features-deviceMemoryReport]] pname:deviceMemoryReport indicates 7339 * <<features-deviceMemoryReport, pname:deviceMemoryReport>>, if the
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 17347 vkStream->write((VkBool32*)&forMarshaling->deviceMemoryReport, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT() 17371 vkStream->read((VkBool32*)&forUnmarshaling->deviceMemoryReport, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT()
|
D | goldfish_vk_reserved_marshaling.cpp | 13434 memcpy((VkBool32*)&forUnmarshaling->deviceMemoryReport, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 14668 VkBool32 deviceMemoryReport; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 7392 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDeviceMemoryReportFeaturesEXT.deviceMemoryReport ); in operator ()()
|