Searched refs:mMemoryAllocationType (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | Suballocation.cpp | 26 mMemoryAllocationType(MemoryAllocationType::InvalidEnum), in BufferBlock() 38 mMemoryAllocationType(other.mMemoryAllocationType), in BufferBlock() 53 std::swap(mMemoryAllocationType, other.mMemoryAllocationType); in operator =() 79 renderer->onMemoryDealloc(mMemoryAllocationType, mAllocatedBufferSize, mMemoryTypeIndex, in destroy() 107 mMemoryAllocationType = MemoryAllocationType::Buffer; in init() 134 mMemoryAllocationType = memoryAllocationType; in initWithoutVirtualBlock()
|
H A D | Suballocation.h | 111 MemoryAllocationType mMemoryAllocationType; variable
|
H A D | vk_helpers.cpp | 5977 mMemoryAllocationType = MemoryAllocationType::InvalidEnum; in resetCachedProperties() 6504 renderer->onMemoryDealloc(mMemoryAllocationType, mAllocationSize, mMemoryTypeIndex, in releaseImage() 6509 renderer->onMemoryDealloc(mMemoryAllocationType, mAllocationSize, mMemoryTypeIndex, in releaseImage() 6518 mMemoryAllocationType = MemoryAllocationType::InvalidEnum; in releaseImage() 6728 mMemoryAllocationType = allocationType; in initMemory() 6741 memoryRequirements, allocateDedicatedMemory, mMemoryAllocationType, &mVmaAllocation, in initMemory() 6746 VK_RESULT_TRY(AllocateImageMemory(context, mMemoryAllocationType, flags, flagsOut, nullptr, in initMemory() 6816 mMemoryAllocationType = MemoryAllocationType::ImageExternal; in initExternalMemory() 6823 context, mMemoryAllocationType, flags, memoryRequirements, in initExternalMemory() 6989 renderer->onMemoryDealloc(mMemoryAllocationType, mAllocationSize, mMemoryTypeIndex, in destroy() [all …]
|
H A D | vk_helpers.h | 2901 return mMemoryAllocationType == MemoryAllocationType::ImageExternal; in isBackedByExternalMemory() 3347 MemoryAllocationType mMemoryAllocationType; variable
|