Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp1232 ASSERT(node->getResourceIDForDiagnostics() == 0); in dumpGraphDotFile()
1259 ASSERT(node->getResourceIDForDiagnostics() != 0); in dumpGraphDotFile()
1260 auto it = objectIDMap.find(node->getResourceIDForDiagnostics()); in dumpGraphDotFile()
1294 objectIDMap[node->getResourceIDForDiagnostics()] = id; in dumpGraphDotFile()
DCommandGraph.h183 uintptr_t getResourceIDForDiagnostics() const { return mResourceID; } in getResourceIDForDiagnostics() function