Lines Matching refs:ends_with
274 if (inputPath.ends_with(".vert")) { in processCommand()
276 } else if (inputPath.ends_with(".frag") || inputPath.ends_with(".sksl")) { in processCommand()
278 } else if (inputPath.ends_with(".rtb")) { in processCommand()
280 } else if (inputPath.ends_with(".rtcf")) { in processCommand()
282 } else if (inputPath.ends_with(".rts")) { in processCommand()
346 if (outputPath.ends_with(".spirv")) { in processCommand()
351 } else if (outputPath.ends_with(".asm.frag") || outputPath.ends_with(".asm.vert")) { in processCommand()
371 } else if (outputPath.ends_with(".glsl")) { in processCommand()
376 } else if (outputPath.ends_with(".metal")) { in processCommand()
381 } else if (outputPath.ends_with(".skvm")) { in processCommand()
397 } else if (outputPath.ends_with(".stage")) { in processCommand()
463 } else if (outputPath.ends_with(".dehydrated.sksl")) { in processCommand()
504 if (!inputPath.ends_with(".worklist")) { in processWorklist()