Home
last modified time | relevance | path

Searched defs:remainingSize (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DChunkedCommandSerializer.cpp24 size_t remainingSize) { in SerializeChunkedCommand()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRingBufferAllocator.cpp74 const uint64_t remainingSize = (mMaxBlockSize - mUsedSize); in Allocate() local
DRenderEncoderBase.cpp293 uint64_t remainingSize = bufferSize - offset; in APISetIndexBuffer() local
350 uint64_t remainingSize = bufferSize - offset; in APISetVertexBuffer() local
DDynamicUploader.cpp53 const uint64_t remainingSize = in AllocateInternal() local
DCommandAllocator.h227 size_t remainingSize = static_cast<size_t>(mEndPtr - mCurrentPtr); in Allocate() local
DCommandEncoder.cpp894 uint64_t remainingSize = bufferSize - offset; in APIClearBuffer() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DBinaryStream.h146 size_t remainingSize() const in remainingSize() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DBufferVk.cpp665 size_t remainingSize = totalSize - remainingStart; in ghostMappedBuffer() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h9481 VkDeviceSize remainingSize = totalSize - suballocItem->size; in CheckAllocation() local