Searched refs:IncludeSyntheticCode (Results 1 – 3 of 3) sorted by relevance
21 enum class IncludeSyntheticCode : bool { enum35 IncludeSyntheticCode,
168 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()
705 SkSL::IncludeSyntheticCode::kYes, in process_command()