Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp2062 memoryReportFeaturesEXT->deviceMemoryReport = VK_TRUE; in on_vkGetPhysicalDeviceFeatures2()
2080 memoryReportFeaturesEXT->deviceMemoryReport = VK_TRUE; in on_vkGetPhysicalDeviceProperties2()
Dgoldfish_vk_marshaling_guest.cpp12969 vkStream->write((VkBool32*)&forMarshaling->deviceMemoryReport, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT()
12981 vkStream->read((VkBool32*)&forUnmarshaling->deviceMemoryReport, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8712 memcpy(*ptr, (VkBool32*)&forMarshaling->deviceMemoryReport, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc4457 * [[features-deviceMemoryReport]] pname:deviceMemoryReport indicates
7339 * <<features-deviceMemoryReport, pname:deviceMemoryReport>>, if the
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp17347 vkStream->write((VkBool32*)&forMarshaling->deviceMemoryReport, sizeof(VkBool32)); in marshal_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT()
17371 vkStream->read((VkBool32*)&forUnmarshaling->deviceMemoryReport, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT()
Dgoldfish_vk_reserved_marshaling.cpp13434 memcpy((VkBool32*)&forUnmarshaling->deviceMemoryReport, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceDeviceMemoryReportFeaturesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14668 VkBool32 deviceMemoryReport; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp7392 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceDeviceMemoryReportFeaturesEXT.deviceMemoryReport ); in operator ()()