Home
last modified time | relevance | path

Searched refs:deviceMemoryReportCallbacks (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDevice.cpp164deviceMemoryReportCallbacks.emplace_back(deviceMemoryReportCreateInfo->pfnUserCallback, deviceMemo…
524 if(deviceMemoryReportCallbacks.empty()) return; in emitDeviceMemoryReport()
537 for(const auto &callback : deviceMemoryReportCallbacks) in emitDeviceMemoryReport()
H A DVkDevice.hpp215 std::vector<std::pair<PFN_vkDeviceMemoryReportCallbackEXT, void *>> deviceMemoryReportCallbacks; member in vk::Device
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DResourceTracker.h740 deviceMemoryReportCallbacks; member
H A DResourceTracker.cpp280 if (info.deviceMemoryReportCallbacks.empty()) return; in emitDeviceMemoryReport()
293 for (const auto& callback : info.deviceMemoryReportCallbacks) { in emitDeviceMemoryReport()
1305 info.deviceMemoryReportCallbacks.emplace_back( in setDeviceInfo()