Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRingBufferAllocator.cpp37 mUsedStartOffset = request.endOffset; in Deallocate()
82 if (mUsedStartOffset <= mUsedEndOffset) { in Allocate()
91 } else if (allocationSize <= mUsedStartOffset) { // Try to sub-alloc at front. in Allocate()
102 mUsedStartOffset) { // Otherwise, buffer is split where sub-alloc must be in Allocate()
DRingBufferAllocator.h55 uint64_t mUsedStartOffset = 0; // Head of used sub-alloc requests (in bytes). variable