Home
last modified time | relevance | path

Searched refs:elidedSampleCoordCount (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp83 int elidedSampleCoordCount() const { return fElidedSampleCoordCount; } in elidedSampleCoordCount() function in SkSL::__anon18953::MergeSampleUsageVisitor
312 int* elidedSampleCoordCount) { in GetSampleUsage()
315 if (elidedSampleCoordCount) { in GetSampleUsage()
316 *elidedSampleCoordCount += visitor.elidedSampleCoordCount(); in GetSampleUsage()
309 GetSampleUsage(const Program& program, const Variable& child, bool writesToSampleCoords, int* elidedSampleCoordCount) GetSampleUsage() argument
H A DSkSLAnalysis.h44 * If elidedSampleCoordCount is provided, the pointed to value will be incremented by the
50 int* elidedSampleCoordCount = nullptr);

Completed in 3 milliseconds