Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_cpp.cpp287 RSReflectionTypeData rtd; in genForEachDeclarations()
340 RSReflectionTypeData rtd; in genExportForEachBodies()
551 RSReflectionTypeData rtd; in genGetterAndSetter()
592 RSReflectionTypeData rtd; in genPointerTypeExportVariable()
621 RSReflectionTypeData rtd; in genGetterAndSetter()
Dslang_rs_export_type.h186 } RSReflectionTypeData; typedef
207 void convertToRTD(RSReflectionTypeData *rtd) const;
Dslang_rs_reflection.cpp1063 RSReflectionTypeData InTypeData; in getReduceInputStrings()
1125 RSReflectionTypeData ResultTypeData; in genExportReduceArrayVariant()
1136 llvm::SmallVector<RSReflectionTypeData, 1> InsTypeData; in genExportReduceArrayVariant()
1169 RSReflectionTypeData &InTypeData = InsTypeData[InIdx]; in genExportReduceArrayVariant()
1416 RSReflectionTypeData TypeData; in genExportReduceResultType()
Dslang_rs_export_type.cpp1594 void RSExportType::convertToRTD(RSReflectionTypeData *rtd) const { in convertToRTD()