Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.cpp131 for (const CommandHeader *command : mCommands) in executeCommands()
531 *allocatedMemoryOut = kBlockSize * mCommands.size(); in getMemoryUsageStats()
534 for (const CommandHeader *command : mCommands) in getMemoryUsageStats()
552 for (const CommandHeader *command : mCommands) in dumpCommands()
DSecondaryCommandBuffer.h655 mCommands.clear(); in reset()
665 bool empty() const { return mCommands.size() == 0 || mCommands[0]->id == CommandID::Invalid; } in empty()
688 mCommands.push_back(reinterpret_cast<CommandHeader *>(mCurrentWritePointer)); in allocateNewBlock()
740 std::vector<CommandHeader *> mCommands; variable