Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DBufferVk.cpp1105 size_t offsetAfterSubdata = (updateOffset + updateSize); in acquireAndUpdate() local
1107 bool updateRegionAfterSubData = mHasValidData && (offsetAfterSubdata < bufferSize); in acquireAndUpdate()
1127 prevMapPtrAfterSubData = mapPointer + offsetAfterSubdata; in acquireAndUpdate()
1154 size_t copySize = bufferSize - offsetAfterSubdata; in acquireAndUpdate()
1160 ANGLE_TRY(directUpdate(contextVk, afterSrc, copySize, offsetAfterSubdata)); in acquireAndUpdate()
1164 copyRegions.push_back({prevBuffer.getOffset() + offsetAfterSubdata, in acquireAndUpdate()
1165 mBuffer.getOffset() + offsetAfterSubdata, copySize}); in acquireAndUpdate()