Home
last modified time | relevance | path

Searched refs:ER (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_reflection.cpp259 std::string GetReduceResultTypeName(const RSExportReduce *ER) { in GetReduceResultTypeName() argument
260 return GetReduceResultTypeName(ER->getResultType()); in GetReduceResultTypeName()
560 const RSExportReduce *ER = *I; in genScriptClassConstructor() local
562 const RSExportType *RT = ER->getResultType(); in genScriptClassConstructor()
569 const RSExportReduce::InTypeVec &InTypes = ER->getAccumulatorInTypes(); in genScriptClassConstructor()
1054 const RSExportReduce *ER, size_t InIdx) { in getReduceInputStrings() argument
1058 const RSExportType *InType = ER->getAccumulatorInTypes()[InIdx]; in getReduceInputStrings()
1064 ER->getAccumulatorInTypes()[InIdx]->convertToRTD(&InTypeData); in getReduceInputStrings()
1073 …InputMappingComment = InputParamName + " = \"" + TypeString + std::string(ER->getAccumulatorIns()[… in getReduceInputStrings()
1078 void RSReflectionJava::genExportReduce(const RSExportReduce *ER) { in genExportReduce() argument
[all …]
Dslang_rs_reflection.h205 void genExportReduce(const RSExportReduce *ER);
206 void genExportReduceAllocationVariant(const RSExportReduce *ER);
207 void genExportReduceArrayVariant(const RSExportReduce *ER);