Home
last modified time | relevance | path

Searched refs:ClassName (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection.h135 const std::string &ClassName, const char *SuperClassName,
152 void startTypeClass(const std::string &ClassName);
177 bool genScriptClass(const std::string &ClassName, std::string &ErrorMsg);
Dslang_rs_reflection.cpp414 bool RSReflectionJava::genScriptClass(const std::string &ClassName, in genScriptClass() argument
416 if (!startClass(AM_Public, false, ClassName, RS_SCRIPT_CLASS_SUPER_CLASS_NAME, in genScriptClass()
1408 const std::string ClassName = GetReduceResultTypeName(ResultType); in genExportReduceResultType() local
1412 mOut.indent() << "public static class " << ClassName; in genExportReduceResultType()
1541 startFunction(AM_Private, false, nullptr, ClassName, 1, "Allocation", "out"); in genExportReduceResultType()
1587 std::string ClassName = ET->getElementName(); in genTypeInstance() local
1588 if (addTypeNameForElement(ClassName)) { in genTypeInstance()
1589 mOut.indent() << RS_ELEM_PREFIX << ClassName << " = " << ClassName in genTypeInstance()
2113 std::string ClassName = ERT->getElementName(); in genTypeClass() local
2117 if (!startClass(AM_Public, false, ClassName, superClassName.c_str(), in genTypeClass()
[all …]