Home
last modified time | relevance | path

Searched refs:getResultType (Results 1 – 3 of 3) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_reduce.h158 const RSExportType *getResultType() const { return mResultType; } in getResultType() function
Dslang_rs_reflection.cpp216 return GetReduceResultTypeName(ER->getResultType()); in GetReduceResultTypeName()
700 const RSExportType *RT = ER->getResultType(); in genScriptClassConstructor()
1276 const bool IsExportable = exportableReduce(ER->getResultType()); in genExportReduce()
1308 const RSExportType *const ResultType = ER->getResultType(); in genExportReduceArrayVariant()
1461 const RSExportType *ResultType = ER->getResultType(); in genExportReduceAllocationVariant()
Dslang_rs_reflection_state.cpp848 reduce.mResult = canon(getUniqueTypeName(ER->getResultType())); in declareReduce()
899 const std::string ResultType = getUniqueTypeName(ER->getResultType()); in declareReduce()