Searched defs:commandId (Results 1 – 6 of 6) sorted by relevance
84 bool NextCommandId(E* commandId) { in NextCommandId()107 DAWN_FORCE_INLINE bool NextCommandId(uint32_t* commandId) { in NextCommandId()164 T* Allocate(E commandId) { in Allocate()206 DAWN_FORCE_INLINE uint8_t* Allocate(uint32_t commandId, in Allocate()
75 bool CommandIterator::NextCommandIdInNewBlock(uint32_t* commandId) { in NextCommandIdInNewBlock()184 uint8_t* CommandAllocator::AllocateInNewBlock(uint32_t commandId, in AllocateInNewBlock()
74 bool NextCommandId(E* commandId) { in NextCommandId()112 T* Allocate(E commandId) { in Allocate()
100 bool CommandIterator::NextCommandId(uint32_t* commandId) { in NextCommandId()171 uint8_t* CommandAllocator::Allocate(uint32_t commandId, in Allocate()
28 dawn_native::Command commandId; in ExpectCommands() local
293 for (const int commandId : it->second) { in imageUseInfo() local