Home
last modified time | relevance | path

Searched defs:ET (Results 1 – 13 of 13) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp61 static std::string GetTypeName(const RSExportType *ET, bool PreIdentifier = true) { in GetTypeName()
517 const RSExportType *ET = EV->getType(); in genExportVariablesGetterAndSetter() local
586 const RSExportType *ET = EV->getType(); in genPointerTypeExportVariable() local
656 const RSExportType *ET = EV->getType(); in genMatrixTypeExportVariable() local
681 const RSExportType *ET = EV->getType(); in genGetterAndSetter() local
752 bool RSReflectionCpp::genCreateFieldPacker(const RSExportType *ET, in genCreateFieldPacker()
765 void RSReflectionCpp::genPackVarOfType(const RSExportType *ET, in genPackVarOfType()
855 void RSReflectionCpp::genTypeCheck(const RSExportType *ET, in genTypeCheck()
890 void RSReflectionCpp::genTypeInstanceFromPointer(const RSExportType *ET) { in genTypeInstanceFromPointer()
902 void RSReflectionCpp::genTypeInstance(const RSExportType *ET) { in genTypeInstance()
[all …]
Dslang_rs_reflection.cpp193 std::string GetReduceResultTypeName(const RSExportType *ET) { in GetReduceResultTypeName()
221 static const char *GetTypeNullValue(const RSExportType *ET) { in GetTypeNullValue()
247 static std::string GetBuiltinElementConstruct(const RSExportType *ET) { in GetBuiltinElementConstruct()
335 std::string RSReflectionJava::GetTypeName(const RSExportType *ET, unsigned Style) { in GetTypeName()
657 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor() local
757 void RSReflectionJava::genInitExportVariable(const RSExportType *ET, in genInitExportVariable()
861 const RSExportType *ET = EV->getType(); in genExportVariable() local
1766 void RSReflectionJava::genTypeInstanceFromPointer(const RSExportType *ET) { in genTypeInstanceFromPointer()
1778 void RSReflectionJava::genTypeInstance(const RSExportType *ET) { in genTypeInstance()
1805 void RSReflectionJava::genFieldPackerInstance(const RSExportType *ET) { in genFieldPackerInstance()
[all …]
Dslang_rs_export_var.cpp31 const RSExportType *ET) in RSExportVar()
Dslang_rs_context.cpp83 RSExportType *ET = RSExportType::CreateFromDecl(this, VD); in processExportVar() local
187 RSExportType *ET = nullptr; in processExportType() local
389 RSExportType *ET) { in insertExportType()
Dslang_rs_export_func.cpp107 RSExportType *ET = in Create() local
Dslang_rs_export_element.cpp77 RSExportType *ET = nullptr; in Create() local
Dslang_rs_export_foreach.cpp372 RSExportType *ET = in Create() local
Dslang_backend.cpp765 const RSExportType *ET = EV->getType(); in dumpExportVarInfo() local
1149 const RSExportType *ET = I->getValue(); in dumpExportTypeInfo() local
Dslang.cpp485 RSExportType *ET = static_cast<RSExportType *>(RSE); in checkODR() local
Dslang_rs_export_type.cpp843 RSExportType *ET = nullptr; in Create() local
1533 RSExportType *ET = RSExportElement::CreateFromDecl(Context, FD); in Create() local
/frameworks/base/tools/aapt2/tools/
Dpublic_attr_map.py4 import xml.etree.ElementTree as ET namespace
/frameworks/rs/tests/lldb/
Drun_tests.py27 import xml.etree.ElementTree as ET namespace
/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp242 llvm::Type *ET = PT->getElementType(); in getStepValue() local