Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp162 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) { in GetTypeName()
208 static const char *GetTypeNullValue(const RSExportType *ET) { in GetTypeNullValue()
236 static std::string GetBuiltinElementConstruct(const RSExportType *ET) { in GetBuiltinElementConstruct()
374 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor() local
452 const RSExportType *ET, in genInitExportVariable()
562 const RSExportType *ET = EV->getType(); in genExportVariable() local
798 const RSExportType *ET) { in genTypeInstanceFromPointer()
811 const RSExportType *ET) { in genTypeInstance()
839 const RSExportType *ET) { in genFieldPackerInstance()
856 const RSExportType *ET, in genTypeCheck()
[all …]
Dslang_rs_context.cpp92 RSExportType *ET = RSExportType::CreateFromDecl(this, VD); in processExportVar() local
155 RSExportType *ET = NULL; in processExportType() local
271 RSExportType *ET) { in insertExportType()
Dslang_rs_reflection_cpp.cpp62 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) { in GetTypeName()
418 const RSExportType *ET = EV->getType(); in genExportVariable() local
478 const RSExportType *ET = EV->getType(); in genPointerTypeExportVariable() local
576 bool RSReflectionCpp::genCreateFieldPacker(const RSExportType *ET, in genCreateFieldPacker()
591 void RSReflectionCpp::genPackVarOfType(const RSExportType *ET, in genPackVarOfType()
Dslang_rs_export_var.cpp44 const RSExportType *ET) in RSExportVar()
Dslang_rs_export_element.cpp65 RSExportType *ET = NULL; in Create() local
Dslang_rs_backend.cpp216 const RSExportType *ET = EV->getType(); in HandleTranslationUnitPost() local
456 const RSExportType *ET = I->getValue(); in HandleTranslationUnitPost() local
Dslang_rs_export_func.cpp110 RSExportType *ET = in Create() local
Dslang_rs_export_type.cpp704 RSExportType *ET = NULL; in Create() local
798 size_t RSExportType::GetTypeStoreSize(const RSExportType *ET) { in GetTypeStoreSize()
803 size_t RSExportType::GetTypeAllocSize(const RSExportType *ET) { in GetTypeAllocSize()
1466 RSExportType *ET = RSExportElement::CreateFromDecl(Context, FD); in Create() local
Dslang_rs_export_foreach.cpp448 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr()); in Create() local
Dslang_rs.cpp110 RSExportType *ET = static_cast<RSExportType *>(RSE); in checkODR() local
/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp117 llvm::Type *ET = PT->getElementType(); in getStepValue() local