Home
last modified time | relevance | path

Searched refs:kAllIntrinsics (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/sksl/ir/
H A DSkSLFunctionDeclaration.cpp17 static const auto* kAllIntrinsics = new std::unordered_map<skstd::string_view, IntrinsicKind>{ in identify_intrinsic() local
26 auto iter = kAllIntrinsics->find(functionName); in identify_intrinsic()
27 if (iter != kAllIntrinsics->end()) { in identify_intrinsic()

Completed in 1 milliseconds