Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.h514 VkDeviceSize getNonCoherentExtendedSize(VkDevice device, VkDeviceSize basicSize) const;
DResourceTracker.cpp768 VkDeviceSize getNonCoherentExtendedSize(VkDevice device, VkDeviceSize basicSize) const { in getNonCoherentExtendedSize() function in goldfish_vk::ResourceTracker::Impl
2649 getNonCoherentExtendedSize(device, in on_vkAllocateMemory()
5063 VkDeviceSize ResourceTracker::getNonCoherentExtendedSize(VkDevice device, VkDeviceSize basicSize) c… in getNonCoherentExtendedSize() function in goldfish_vk::ResourceTracker
5064 return mImpl->getNonCoherentExtendedSize(device, basicSize); in getNonCoherentExtendedSize()