Home
last modified time | relevance | path

Searched refs:mLifetime (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/common/
DMemoryBuffer.cpp94 ScratchBuffer::ScratchBuffer(uint32_t lifetime) : mLifetime(lifetime), mResetCounter(lifetime) {} in ScratchBuffer()
105 std::swap(mLifetime, other.mLifetime); in operator =()
129 mResetCounter = mLifetime; in getImpl()
145 mResetCounter = mLifetime; in getImpl()
172 mResetCounter = mLifetime; in clear()
DMemoryBuffer.h86 uint32_t mLifetime; variable
/external/angle/src/libANGLE/renderer/vulkan/
DResourceVk.cpp71 : mLifetime(std::move(use)), mGarbage(std::move(garbage)) in SharedGarbage()
78 std::swap(mLifetime, rhs.mLifetime); in operator =()
85 if (mLifetime.isCurrentlyInUse(completedSerial)) in destroyIfComplete()
93 mLifetime.release(); in destroyIfComplete()
DCommandGraph.cpp911 : mLifetime(std::move(use)), mGarbage(std::move(garbage)) in SharedGarbage()
918 std::swap(mLifetime, rhs.mLifetime); in operator =()
925 if (mLifetime.isCurrentlyInUse(completedSerial)) in destroyIfComplete()
928 mLifetime.release(); in destroyIfComplete()
DResourceVk.h128 SharedResourceUse mLifetime;
DCommandGraph.h395 SharedResourceUse mLifetime;