Home
last modified time | relevance | path

Searched refs:kFunctionPrototype (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/sksl/ir/
DSkSLFunctionPrototype.h24 inline static constexpr Kind kProgramElementKind = Kind::kFunctionPrototype;
/third_party/skia/include/private/
DSkSLProgramElement.h25 kFunctionPrototype, enumerator
/third_party/skia/src/sksl/
DSkSLDehydrator.cpp556 case ProgramElement::Kind::kFunctionPrototype: { in write()
DSkSLCompiler.cpp377 case ProgramElement::Kind::kFunctionPrototype: { in parseModule()
DSkSLAnalysis.cpp782 case ProgramElement::Kind::kFunctionPrototype: in visitProgramElement()
/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.cpp420 case ProgramElement::Kind::kFunctionPrototype: in writeProgramElementFirstPass()
DSkSLGLSLCodeGenerator.cpp1526 case ProgramElement::Kind::kFunctionPrototype: in writeProgramElement()
DSkSLMetalCodeGenerator.cpp2539 case ProgramElement::Kind::kFunctionPrototype: in writeProgramElement()