Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp175 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) { in GetTypeName()
218 static const char *GetTypeNullValue(const RSExportType *ET) { in GetTypeNullValue()
244 static std::string GetBuiltinElementConstruct(const RSExportType *ET) { in GetBuiltinElementConstruct()
404 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor() local
474 void RSReflectionJava::genInitExportVariable(const RSExportType *ET, in genInitExportVariable()
578 const RSExportType *ET = EV->getType(); in genExportVariable() local
861 void RSReflectionJava::genTypeInstanceFromPointer(const RSExportType *ET) { in genTypeInstanceFromPointer()
873 void RSReflectionJava::genTypeInstance(const RSExportType *ET) { in genTypeInstance()
900 void RSReflectionJava::genFieldPackerInstance(const RSExportType *ET) { in genFieldPackerInstance()
916 void RSReflectionJava::genTypeCheck(const RSExportType *ET, in genTypeCheck()
[all …]
Dslang_rs_reflection_cpp.cpp61 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) { in GetTypeName()
503 const RSExportType *ET = EV->getType(); in genExportVariablesGetterAndSetter() local
572 const RSExportType *ET = EV->getType(); in genPointerTypeExportVariable() local
696 bool RSReflectionCpp::genCreateFieldPacker(const RSExportType *ET, in genCreateFieldPacker()
709 void RSReflectionCpp::genPackVarOfType(const RSExportType *ET, in genPackVarOfType()
799 void RSReflectionCpp::genTypeCheck(const RSExportType *ET, in genTypeCheck()
834 void RSReflectionCpp::genTypeInstanceFromPointer(const RSExportType *ET) { in genTypeInstanceFromPointer()
846 void RSReflectionCpp::genTypeInstance(const RSExportType *ET) { in genTypeInstance()
862 void RSReflectionCpp::genInitExportVariable(const RSExportType *ET, in genInitExportVariable()
Dslang_rs_context.cpp75 RSExportType *ET = RSExportType::CreateFromDecl(this, VD); in processExportVar() local
136 RSExportType *ET = nullptr; in processExportType() local
252 RSExportType *ET) { in insertExportType()
Dslang_rs_export_var.cpp31 const RSExportType *ET) in RSExportVar()
Dslang_rs_export_func.cpp107 RSExportType *ET = in Create() local
Dslang_rs_export_element.cpp77 RSExportType *ET = nullptr; in Create() local
Dslang_backend.cpp534 const RSExportType *ET = EV->getType(); in dumpExportVarInfo() local
790 const RSExportType *ET = I->getValue(); in dumpExportTypeInfo() local
Dslang_rs_export_foreach.cpp525 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr()); in Create() local
Dslang_rs_export_type.cpp806 RSExportType *ET = nullptr; in Create() local
1482 RSExportType *ET = RSExportElement::CreateFromDecl(Context, FD); in Create() local
Dslang.cpp467 RSExportType *ET = static_cast<RSExportType *>(RSE); in checkODR() local
/frameworks/base/tools/aapt2/
Dpublic_attr_map.py4 import xml.etree.ElementTree as ET namespace
/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp205 llvm::Type *ET = PT->getElementType(); in getStepValue() local