Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.cpp243 using HostMemBlockIndex = size_t; typedef in goldfish_vk::ResourceTracker::Impl
1992 HostMemBlockIndex getOrAllocateHostMemBlockLocked( in getOrAllocateHostMemBlockLocked()
1999 HostMemBlockIndex res = 0; in getOrAllocateHostMemBlockLocked()
2003 for (HostMemBlockIndex i = 0; i < blocks.size(); ++i) { in getOrAllocateHostMemBlockLocked()
2683 HostMemBlockIndex blockIndex = in on_vkAllocateMemory()
2691 if (blockIndex == (HostMemBlockIndex) INVALID_HOST_MEM_BLOCK) { in on_vkAllocateMemory()