Home
last modified time | relevance | path

Searched refs:GetRuntimeEnabledPaths (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ruy/ruy/
H A Dctx_test.cc27 const auto ruy_paths = ctx.GetRuntimeEnabledPaths(); in TEST()
28 const auto ruy_paths_repeat = ctx.GetRuntimeEnabledPaths(); in TEST()
38 const auto ruy_paths = ctx.GetRuntimeEnabledPaths(); in TEST()
47 const auto ruy_paths = ctx.GetRuntimeEnabledPaths(); in TEST()
53 const auto ruy_paths = ctx.GetRuntimeEnabledPaths(); in TEST()
H A Dctx.cc150 Path Ctx::GetRuntimeEnabledPaths() { in GetRuntimeEnabledPaths() function in ruy::Ctx
177 GetMostSignificantPath(compiled_paths & GetRuntimeEnabledPaths()); in SelectPath()
H A Dcontext.cc67 return mutable_ctx()->GetRuntimeEnabledPaths() & ruy::kAllPaths; in get_runtime_enabled_paths()
H A Dctx.h64 Path GetRuntimeEnabledPaths();
H A Dtest.h1855 paths_bitfield = get_ctx(&context)->GetRuntimeEnabledPaths();