Lines Matching refs:program
36 * Provides utilities for analyzing SkSL statically before it's composed into a full program.
41 * Determines how `program` samples `child`. By default, assumes that the sample coords
47 SampleUsage GetSampleUsage(const Program& program,
52 bool ReferencesBuiltin(const Program& program, int builtin);
54 bool ReferencesSampleCoords(const Program& program);
55 bool ReferencesFragCoords(const Program& program);
57 bool CallsSampleOutsideMain(const Program& program);
60 * Computes the size of the program in a completely flattened state--loops fully unrolled,
65 bool CheckProgramUnrolledSize(const Program& program);
87 std::unique_ptr<ProgramUsage> GetUsage(const Program& program);
176 void VerifyStaticTestsAndExpressions(const Program& program);