Home
last modified time | relevance | path

Searched refs:IncludeSyntheticCode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLWGSLCodeGenerator.h21 enum class IncludeSyntheticCode : bool { enum
35 IncludeSyntheticCode,
H A DSkSLWGSLCodeGenerator.cpp168 IncludeSyntheticCode isc) in WGSLCodeGenerator()
391 IncludeSyntheticCode fGenSyntheticCode;
1817 if (fGenSyntheticCode == IncludeSyntheticCode::kYes && in writeEntryPoint()
1887 if (fGenSyntheticCode == IncludeSyntheticCode::kYes && ProgramConfig::IsFragment(programKind)) { in writeEntryPoint()
1908 if (fGenSyntheticCode == IncludeSyntheticCode::kYes) { in writeEntryPoint()
4584 IncludeSyntheticCode isc, in ToWGSL()
4619 return ToWGSL(program, caps, out, defaultPrintOpts, IncludeSyntheticCode::kNo, nullptr); in ToWGSL()
/aosp_15_r20/external/skia/tools/skslc/
H A DMain.cpp705 SkSL::IncludeSyntheticCode::kYes, in process_command()