Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_renderer.h684 bool isPipelineCacheGraphDumpEnabled() const { return mDumpPipelineCacheGraph; } in isPipelineCacheGraphDumpEnabled() function
Dvk_cache_utils.cpp2718 return kDumpPipelineCacheGraph && context->getRenderer()->isPipelineCacheGraphDumpEnabled(); in ShouldDumpPipelineCacheGraph()