Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection.cpp158 static std::string GetTypeName(const RSExportType *ET, bool Brackets = true) { in GetTypeName()
204 static const char *GetTypeNullValue(const RSExportType *ET) { in GetTypeNullValue()
232 static std::string GetBuiltinElementConstruct(const RSExportType *ET) { in GetBuiltinElementConstruct()
334 const RSExportType *ET = ECAT->getElementType(); in genScriptClassConstructor() local
404 const RSExportType *ET, in genInitExportVariable()
514 const RSExportType *ET = EV->getType(); in genExportVariable() local
694 const RSExportType *ET) { in genTypeInstanceFromPointer()
703 const RSExportType *ET) { in genTypeInstance()
733 const RSExportType *ET, in genTypeCheck()
811 const RSExportType *ET = EV->getType(); in genPointerTypeExportVariable() local
[all …]
Dslang_rs_context.cpp90 RSExportType *ET = RSExportType::CreateFromDecl(this, VD); in processExportVar() local
152 RSExportType *ET = NULL; in processExportType() local
268 RSExportType *ET) { in insertExportType()
Dslang_rs_export_var.cpp43 const RSExportType *ET) in RSExportVar()
Dslang_rs_export_element.cpp65 RSExportType *ET = NULL; in Create() local
Dslang_rs_export_func.cpp110 RSExportType *ET = in Create() local
Dslang_rs_backend.cpp221 const RSExportType *ET = EV->getType(); in HandleTranslationUnitPost() local
461 const RSExportType *ET = I->getValue(); in HandleTranslationUnitPost() local
Dslang_rs_export_foreach.cpp277 RSExportType *ET = RSExportType::Create(Context, T.getTypePtr()); in Create() local
Dslang_rs_export_type.cpp637 RSExportType *ET = NULL; in Create() local
731 size_t RSExportType::GetTypeStoreSize(const RSExportType *ET) { in GetTypeStoreSize()
736 size_t RSExportType::GetTypeAllocSize(const RSExportType *ET) { in GetTypeAllocSize()
1392 RSExportType *ET = RSExportElement::CreateFromDecl(Context, FD); in Create() local
Dslang_rs.cpp97 RSExportType *ET = static_cast<RSExportType *>(RSE); in checkODR() local