Searched defs:ER (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp259 std::string GetReduceResultTypeName(const RSExportReduce *ER) { argument
260 return GetReduceResultTypeName(ER->getResultType());
560 const RSExportReduce *ER = *I; local
562 const RSExportType *RT = ER->getResultType();
569 const RSExportReduce::InTypeVec &InTypes = ER->getAccumulatorInTypes();
1050 // ER = description of the reduction
1054 const RSExportReduce *ER, size_t InIdx) {
1058 const RSExportType *InType = ER->getAccumulatorInTypes()[InIdx];
1064 ER->getAccumulatorInTypes()[InIdx]->convertToRTD(&InTypeData);
1073 InputMappingComment = InputParamName + " = \"" + TypeString + std::string(ER
1052 getReduceInputStrings(std::string &InputParamName, std::string &InputMappingComment, const std::string &NamePrefix, MappingComment Mapping, const RSExportReduce *ER, size_t InIdx) argument
1078 genExportReduce(const RSExportReduce *ER) argument
1100 genExportReduceArrayVariant(const RSExportReduce *ER) argument
1253 genExportReduceAllocationVariant(const RSExportReduce *ER) argument
[all...]

Completed in 1341 milliseconds