HomeSort by relevance Sort by last modified time
    Searched refs:mCombinerName (Results 1 - 6 of 6) sorted by null

  /frameworks/compile/libbcc/include/bcinfo/
MetadataExtractor.h 58 const char *mCombinerName;
68 mInitializerName(nullptr), mAccumulatorName(nullptr), mCombinerName(nullptr),
76 delete [] mCombinerName;
  /frameworks/compile/libbcc/lib/Renderscript/
RSEmbedInfo.cpp 135 << ((reduce.mCombinerName != nullptr)
136 ? reduce.mCombinerName
RSKernelExpand.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 160 dumpReduceInfo(info, "combiner", reduce.mCombinerName);
227 dumpReduceInfo(stdout, "combiner", reduce.mCombinerName);
  /frameworks/compile/libbcc/lib/Core/
Compiler.cpp 388 if (exportReduceList[i].mCombinerName != nullptr) {
389 keep_funcs.push_back(exportReduceList[i].mCombinerName);
  /frameworks/compile/libbcc/bcinfo/
MetadataExtractor.cpp 540 TmpReduceList[i].mCombinerName = createStringFromOptionalValue(Node, 4);

Completed in 122 milliseconds