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

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSKernelExpand.cpp1084 bool PromoteReduceFunction(const char *Name, FunctionSet &PromotedFunctions) { argument
1090 if (PromotedFunctions.insert(Fn).second) {
1386 FunctionSet PromotedFunctions, ExpandedAccumulators, AccumulatorsForCombiners; local
1389 Changed |= PromoteReduceFunction(ExportReduceList[i].mInitializerName, PromotedFunctions);
1390 Changed |= PromoteReduceFunction(ExportReduceList[i].mCombinerName, PromotedFunctions);
1391 Changed |= PromoteReduceFunction(ExportReduceList[i].mOutConverterName, PromotedFunctions);

Completed in 33 milliseconds