Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
H A DSkSLAnalysis.cpp99 const Expression* maybeCoords = arguments[0].get(); variable
100 if (maybeCoords->type() == *fContext.fTypes.fFloat2) {
104 if (!fWritesToSampleCoords && maybeCoords->is<VariableReference>() &&
105 maybeCoords->as<VariableReference>().variable()->modifiers().fLayout.fBuiltin ==

Completed in 2 milliseconds