Home
last modified time | relevance | path

Searched refs:StorageRedefined (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DBufferVk.cpp531 if (updateType == BufferUpdateType::StorageRedefined) in setDataWithMemoryType()
1097 ASSERT(updateType != BufferUpdateType::StorageRedefined); in acquireAndUpdate()
1224 updateType != BufferUpdateType::StorageRedefined && in setDataImpl()
1350 return BufferUpdateType::StorageRedefined; in calculateBufferUpdateTypeOnFullUpdate()
1359 return redefineStorage || inUseAndRespecifiedWithoutData ? BufferUpdateType::StorageRedefined in calculateBufferUpdateTypeOnFullUpdate()
DBufferVk.h130 StorageRedefined, enumerator