Home
last modified time | relevance | path

Searched refs:fInstanceName (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/src/sksl/ir/
DSkSLInterfaceBlock.h34 , fInstanceName(std::move(instanceName)) in InterfaceBlock()
44 fInstanceName, in clone()
59 if (fInstanceName.size()) { in description()
60 result += " " + fInstanceName; in description()
74 const String fInstanceName; member
/third_party/skia/src/sksl/ir/
DSkSLInterfaceBlock.h40 , fInstanceName(instanceName) in InterfaceBlock()
53 return fInstanceName; in instanceName()
92 skstd::string_view fInstanceName; variable
/third_party/flutter/skia/src/sksl/
DSkSLASTNode.cpp140 result += id.fInstanceName; in description()
DSkSLASTNode.h244 , fInstanceName(instanceName) in InterfaceBlockData()
250 StringFragment fInstanceName; member
DSkSLMetalCodeGenerator.cpp1011 if (intf.fInstanceName.size()) { in writeInterfaceBlock()
1013 this->write(intf.fInstanceName); in writeInterfaceBlock()
1021 fInterfaceBlockNameMap[&intf] = intf.fInstanceName; in writeInterfaceBlock()
DSkSLIRGenerator.cpp992 id.fInstanceName.fLength ? id.fInstanceName : id.fTypeName, in convertInterfaceBlock()
998 if (id.fInstanceName.fLength) { in convertInterfaceBlock()
999 old->addWithoutOwnership(id.fInstanceName, var); in convertInterfaceBlock()
1009 id.fInstanceName, in convertInterfaceBlock()
DSkSLGLSLCodeGenerator.cpp1190 if (intf.fInstanceName.size()) { in writeFunctionCall()
1192 this->write(intf.fInstanceName); in writeFunctionCall()
DSkSLParser.cpp1120 id.fInstanceName = this->text(instanceNameToken); in interfaceBlock()