Home
last modified time | relevance | path

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

/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