Lines Matching defs:child
69 // Visitor that determines the merged SampleUsage for a given child in the program.
73 const Variable& child,
75 : fContext(context), fChild(child), fWritesToSampleCoords(writesToSampleCoords) {}
93 // Looking for child(...)
94 if (e.is<ChildCall>() && &e.as<ChildCall>().child() == &fChild) {
113 // child(inputColor) or child(srcColor, dstColor) -> PassThrough
142 // Visitor that searches for child calls from a function other than main()
310 const Variable& child,
313 MergeSampleUsageVisitor visitor(*program.fContext, child, writesToSampleCoords);
644 // We don't visit the child variable itself, just the arguments