HomeSort by relevance Sort by last modified time
    Searched defs:subAlloc (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish-opengl/system/vulkan_enc/
HostVisibleMemoryVirtualization.h 84 android::base::SubAllocator* subAlloc = nullptr;
102 struct SubAlloc {
109 android::base::SubAllocator* subAlloc = nullptr;
116 SubAlloc* out);
118 void subFreeHostMemory(SubAlloc* toFree);
120 bool canSubAlloc(android::base::SubAllocator* subAlloc, VkDeviceSize size);
ResourceTracker.cpp 249 SubAlloc subAlloc;
352 subFreeHostMemory(&memInfo.subAlloc);
631 memory[i] = info.subAlloc.baseMemory;
634 offset[i] = info.subAlloc.baseOffset + offset[i];
639 size[i] = info.subAlloc.subMappedSize;
    [all...]
  /external/skia/third_party/vulkanmemoryallocator/include/
vk_mem_alloc.h 5290 VmaSuballocation suballoc = {}; local
5445 const VmaSuballocation& suballoc = *suballocItem; local
5740 VmaSuballocation& suballoc = *request.item; local
5803 VmaSuballocation& suballoc = *suballocItem; local
5820 VmaSuballocation& suballoc = *suballocItem; local
6043 const VmaSuballocation& suballoc = *suballocItem; local
6158 VmaSuballocation& suballoc = *suballocItem; local
    [all...]
  /external/skqp/third_party/vulkanmemoryallocator/include/
vk_mem_alloc.h 5290 VmaSuballocation suballoc = {}; local
5445 const VmaSuballocation& suballoc = *suballocItem; local
5740 VmaSuballocation& suballoc = *request.item; local
5803 VmaSuballocation& suballoc = *suballocItem; local
5820 VmaSuballocation& suballoc = *suballocItem; local
6043 const VmaSuballocation& suballoc = *suballocItem; local
6158 VmaSuballocation& suballoc = *suballocItem; local
    [all...]

Completed in 1210 milliseconds