Home
last modified time | relevance | path

Searched defs:ScratchVariable (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLVariable.h66 struct ScratchVariable { struct
70 static ScratchVariable MakeScratchVariable(const Context& context, argument
/third_party/skia/src/sksl/
DSkSLInliner.cpp611 using ScratchVariable = Variable::ScratchVariable; in inlineCall() typedef