Home
last modified time | relevance | path

Searched refs:getPhysicalDeviceMemoryProperties (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
DResourceTracker.h598 const VkPhysicalDeviceMemoryProperties& getPhysicalDeviceMemoryProperties(
DResourceTracker.cpp1614 getPhysicalDeviceMemoryProperties(context, device, VK_NULL_HANDLE); in getColorBufferMemoryIndex()
2095 *out = getPhysicalDeviceMemoryProperties(context, VK_NULL_HANDLE, physicalDevice); in on_vkGetPhysicalDeviceMemoryProperties()
3321 getPhysicalDeviceMemoryProperties(context, device, VK_NULL_HANDLE); in on_vkAllocateMemory()
7346 const VkPhysicalDeviceMemoryProperties& ResourceTracker::getPhysicalDeviceMemoryProperties( in getPhysicalDeviceMemoryProperties() function in gfxstream::vk::ResourceTracker