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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp215 std::string GetReduceResultTypeName(const RSExportReduce *ER) { argument
216 return GetReduceResultTypeName(ER->getResultType());
698 const RSExportReduce *ER = *I; local
700 const RSExportType *RT = ER->getResultType();
707 const RSExportReduce::InTypeVec &InTypes = ER->getAccumulatorInTypes();
1246 // ER = description of the reduction
1250 const RSExportReduce *ER, size_t InIdx) {
1254 const RSExportType *InType = ER->getAccumulatorInTypes()[InIdx];
1260 ER->getAccumulatorInTypes()[InIdx]->convertToRTD(&InTypeData);
1269 InputMappingComment = InputParamName + " = \"" + TypeString + std::string(ER
1248 getReduceInputStrings(std::string &InputParamName, std::string &InputMappingComment, const std::string &NamePrefix, MappingComment Mapping, const RSExportReduce *ER, size_t InIdx) argument
1275 genExportReduce(const RSExportReduce *ER) argument
1305 genExportReduceArrayVariant(const RSExportReduce *ER) argument
1458 genExportReduceAllocationVariant(const RSExportReduce *ER) argument
[all...]

Completed in 28 milliseconds