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