Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp400 contextVk->getCommandGraph()->allocateNode(CommandGraphNodeFunction::Generic); in startNewCommands()
953 CommandGraphNode *CommandGraph::allocateNode(CommandGraphNodeFunction function) in allocateNode() function in rx::vk::CommandGraph
965 CommandGraphNode *newNode = allocateNode(function); in allocateBarrierNode()
DCommandGraph.h582 CommandGraphNode *allocateNode(CommandGraphNodeFunction function);