Searched refs:CommandGraph (Results 1 – 2 of 2) sorted by relevance
939 CommandGraph::CommandGraph(bool enableGraphDiagnostics, angle::PoolAllocator *poolAllocator) in CommandGraph() function in rx::vk::CommandGraph948 CommandGraph::~CommandGraph() in ~CommandGraph()953 CommandGraphNode *CommandGraph::allocateNode(CommandGraphNodeFunction function) in allocateNode()961 CommandGraphNode *CommandGraph::allocateBarrierNode(CommandGraphNodeFunction function, in allocateBarrierNode()972 void CommandGraph::setNewBarrier(CommandGraphNode *newBarrier) in setNewBarrier()991 angle::Result CommandGraph::submitCommands(ContextVk *context, in submitCommands()1073 bool CommandGraph::empty() const in empty()1078 void CommandGraph::clear() in clear()1096 void CommandGraph::beginQuery(const QueryPool *queryPool, uint32_t queryIndex) in beginQuery()1103 void CommandGraph::endQuery(const QueryPool *queryPool, uint32_t queryIndex) in endQuery()[all …]
21 class CommandGraph; variable572 class CommandGraph final : angle::NonCopyable575 explicit CommandGraph(bool enableGraphDiagnostics, angle::PoolAllocator *poolAllocator);576 ~CommandGraph();