Home
last modified time | relevance | path

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

/external/skqp/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
/external/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
/external/skqp/src/sksl/ast/
DSkSLASTInterfaceBlock.h36 , fInstanceName(instanceName) in ASTInterfaceBlock()
45 if (fInstanceName.fLength) { in description()
46 result += " " + fInstanceName; in description()
61 const StringFragment fInstanceName; member
/external/skia/src/sksl/ast/
DSkSLASTInterfaceBlock.h36 , fInstanceName(instanceName) in ASTInterfaceBlock()
45 if (fInstanceName.fLength) { in description()
46 result += " " + fInstanceName; in description()
61 const StringFragment fInstanceName; member
/external/skqp/src/sksl/
DSkSLMetalCodeGenerator.cpp853 if (intf.fInstanceName.size()) { in writeInterfaceBlock()
855 this->write(intf.fInstanceName); in writeInterfaceBlock()
863 fInterfaceBlockNameMap[&intf] = intf.fInstanceName; in writeInterfaceBlock()
DSkSLIRGenerator.cpp894 intf.fInstanceName.fLength ? intf.fInstanceName : intf.fTypeName, in convertInterfaceBlock()
900 if (intf.fInstanceName.fLength) { in convertInterfaceBlock()
901 old->addWithoutOwnership(intf.fInstanceName, var); in convertInterfaceBlock()
911 intf.fInstanceName, in convertInterfaceBlock()
DSkSLGLSLCodeGenerator.cpp1156 if (intf.fInstanceName.size()) { in writeFunctionCall()
1158 this->write(intf.fInstanceName); in writeFunctionCall()
/external/skia/src/sksl/
DSkSLMetalCodeGenerator.cpp997 if (intf.fInstanceName.size()) { in writeInterfaceBlock()
999 this->write(intf.fInstanceName); in writeInterfaceBlock()
1007 fInterfaceBlockNameMap[&intf] = intf.fInstanceName; in writeInterfaceBlock()
DSkSLIRGenerator.cpp916 intf.fInstanceName.fLength ? intf.fInstanceName : intf.fTypeName, in convertInterfaceBlock()
922 if (intf.fInstanceName.fLength) { in convertInterfaceBlock()
923 old->addWithoutOwnership(intf.fInstanceName, var); in convertInterfaceBlock()
933 intf.fInstanceName, in convertInterfaceBlock()
DSkSLGLSLCodeGenerator.cpp1183 if (intf.fInstanceName.size()) { in writeFunctionCall()
1185 this->write(intf.fInstanceName); in writeFunctionCall()