Searched refs:mAllocation (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 391 mAllocation.destroy(renderer->getAllocator()); in destroy() 411 mAllocation.createBufferAndMemory( in init() 423 contextVk->addGarbage(&mAllocation); in release() 430 garbageList.emplace_back(vk::GetGarbage(&mAllocation)); in collectGarbage()
|
D | vk_helpers.cpp | 1702 mAllocation.createBufferAndMemory( in init() 1723 ANGLE_TRY(InitMappableAllocation(renderer->getAllocator(), &mAllocation, mSize, in init() 1771 mAllocation.destroy(renderer->getAllocator()); in destroy() 1780 renderer->collectGarbageAndReinit(&mUse, &mBuffer, &mBufferView, &mAllocation); in release() 1841 mAllocation.map(contextVk->getRenderer()->getAllocator(), &mMappedMemory)); in mapImpl() 1850 mAllocation.unmap(renderer->getAllocator()); in unmap() 1861 mAllocation.flush(renderer->getAllocator(), offset, size); in flush() 1872 mAllocation.invalidate(renderer->getAllocator(), offset, size); in invalidate()
|
D | vk_utils.h | 327 Allocation mAllocation;
|
D | vk_helpers.h | 652 Allocation mAllocation; variable
|