Lines Matching refs:CommandGraph
939 CommandGraph::CommandGraph(bool enableGraphDiagnostics, angle::PoolAllocator *poolAllocator) in CommandGraph() function in rx::vk::CommandGraph
948 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()
1110 void CommandGraph::writeTimestamp(const QueryPool *queryPool, uint32_t queryIndex) in writeTimestamp()
1117 void CommandGraph::beginTransformFeedbackEmulatedQuery() in beginTransformFeedbackEmulatedQuery()
1123 void CommandGraph::endTransformFeedbackEmulatedQuery() in endTransformFeedbackEmulatedQuery()
1129 void CommandGraph::setFenceSync(const vk::Event &event) in setFenceSync()
1137 void CommandGraph::waitFenceSync(const vk::Event &event) in waitFenceSync()
1145 void CommandGraph::memoryBarrier(VkFlags srcAccess, VkFlags dstAccess, VkPipelineStageFlags stages) in memoryBarrier()
1152 void CommandGraph::insertDebugMarker(GLenum source, std::string &&marker) in insertDebugMarker()
1159 void CommandGraph::pushDebugMarker(GLenum source, std::string &&marker) in pushDebugMarker()
1166 void CommandGraph::popDebugMarker() in popDebugMarker()
1172 void CommandGraph::makeHostVisibleBufferWriteAvailable() in makeHostVisibleBufferWriteAvailable()
1178 void CommandGraph::syncExternalMemory() in syncExternalMemory()
1187 void CommandGraph::dumpGraphDotFile(std::ostream &out) const in dumpGraphDotFile()
1318 void CommandGraph::updateOverlay(ContextVk *contextVk) const in updateOverlay()
1329 CommandGraphNode *CommandGraph::getLastBarrierNode(size_t *indexOut) in getLastBarrierNode()
1335 void CommandGraph::addDependenciesToNextBarrier(size_t begin, in addDependenciesToNextBarrier()