Home
last modified time | relevance | path

Searched refs:checkSwizzleWrite (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLIRGenerator.h151 bool checkSwizzleWrite(const Swizzle& swizzle);
DSkSLIRGenerator.cpp2457 bool IRGenerator::checkSwizzleWrite(const Swizzle& swizzle) { in checkSwizzleWrite() function in SkSL::IRGenerator
2492 this->checkSwizzleWrite(swizzle); in setRefKind()
/third_party/skia/src/sksl/
DSkSLAnalysis.cpp266 this->checkSwizzleWrite(swizzle); in visitExpression()
284 void checkSwizzleWrite(const Swizzle& swizzle) { in checkSwizzleWrite() function in SkSL::__anon98f5b9ae0111::IsAssignableVisitor