Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp437 mAllocation.destroy(renderer->getAllocator()); in destroy()
463 &memoryTypeIndex, &mBuffer, &mAllocation)); in init()
470 ANGLE_TRY(InitMappableAllocation(context, allocator, &mAllocation, size, kNonZeroInitValue, in init()
480 contextVk->addGarbage(&mAllocation); in release()
487 garbageList.emplace_back(GetGarbage(&mAllocation)); in collectGarbage()
Dvk_utils.h376 Allocation mAllocation;
Dvk_helpers.h835 Allocation *getMemoryObject() { return &mAllocation; } in getMemoryObject()
840 Allocation mAllocation; // use mAllocation if isExternalBuffer() is false variable
Dvk_helpers.cpp3425 mAllocation.unmap(renderer->getAllocator()); in unmap()
3441 mAllocation.destroy(renderer->getAllocator()); in destroy()
3465 mAllocation.flush(renderer->getAllocator(), offset, size); in flush()
3489 mAllocation.invalidate(renderer->getAllocator(), offset, size); in invalidate()
3503 mAllocation.map(contextVk->getRenderer()->getAllocator(), &mMappedMemory)); in mapImpl()