Home
last modified time | relevance | path

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

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