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.cpp238 using HostMemBlockIndex = size_t; typedef in goldfish_vk::ResourceTracker::Impl
1750 HostMemBlockIndex getOrAllocateHostMemBlockLocked( in getOrAllocateHostMemBlockLocked()
1757 HostMemBlockIndex res = 0; in getOrAllocateHostMemBlockLocked()
1761 for (HostMemBlockIndex i = 0; i < blocks.size(); ++i) { in getOrAllocateHostMemBlockLocked()
2302 HostMemBlockIndex blockIndex = in on_vkAllocateMemory()
2310 if (blockIndex == (HostMemBlockIndex) INVALID_HOST_MEM_BLOCK) { in on_vkAllocateMemory()