Home
last modified time | relevance | path

Searched defs:commandSize (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.cpp123 void* CommandIterator::NextCommand(size_t commandSize, size_t commandAlignment) { in NextCommand()
172 size_t commandSize, in Allocate()
231 uint8_t* CommandAllocator::AllocateData(size_t commandSize, size_t commandAlignment) { in AllocateData()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCommandAllocator.h124 DAWN_FORCE_INLINE void* NextCommand(size_t commandSize, size_t commandAlignment) { in NextCommand()
207 size_t commandSize, in Allocate()
248 DAWN_FORCE_INLINE uint8_t* AllocateData(size_t commandSize, size_t commandAlignment) { in AllocateData()
DCommandAllocator.cpp185 size_t commandSize, in AllocateInNewBlock()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DChunkedCommandHandler.cpp61 size_t commandSize, in BeginChunkedCommandData()
DChunkedCommandHandler.h49 size_t commandSize = static_cast<size_t>(commandSize64); in HandleChunkedCommands() local
DChunkedCommandSerializer.h76 size_t commandSize = cmd.GetRequiredSize(); in SerializeCommandImpl() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/client/
DApiProcs.cpp39 size_t commandSize = cmd.GetRequiredSize(); in SerializeBufferMapAsync() local
183 size_t commandSize = cmd.GetRequiredSize(); in ClientDeviceCreateBufferMapped() local
259 size_t commandSize = cmd.GetRequiredSize(); in ClientDeviceCreateBufferMappedAsync() local
336 size_t commandSize = cmd.GetRequiredSize(); in ClientBufferUnmap() local
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_wire/server/
DServerBuffer.cpp269 size_t commandSize = cmd.GetRequiredSize(); in OnBufferMapReadAsyncCallback() local