Home
last modified time | relevance | path

Searched refs:RSReflectionTypeData (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp289 RSReflectionTypeData rtd; in genForEachDeclarations()
342 RSReflectionTypeData rtd; in genExportForEachBodies()
553 RSReflectionTypeData rtd; in genGetterAndSetter()
594 RSReflectionTypeData rtd; in genPointerTypeExportVariable()
623 RSReflectionTypeData rtd; in genGetterAndSetter()
Dslang_rs_export_type.h187 } RSReflectionTypeData; typedef
208 void convertToRTD(RSReflectionTypeData *rtd) const;
Dslang_rs_reflection.cpp1259 RSReflectionTypeData InTypeData; in getReduceInputStrings()
1330 RSReflectionTypeData ResultTypeData; in genExportReduceArrayVariant()
1341 llvm::SmallVector<RSReflectionTypeData, 1> InsTypeData; in genExportReduceArrayVariant()
1374 RSReflectionTypeData &InTypeData = InsTypeData[InIdx]; in genExportReduceArrayVariant()
1621 RSReflectionTypeData TypeData; in genExportReduceResultType()
Dslang_rs_export_type.cpp1647 void RSExportType::convertToRTD(RSReflectionTypeData *rtd) const { in convertToRTD()