Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_reduce.cpp404 RSExportType *ParamEType = nullptr; in analyzeAccumulator() local
422 ParamEType = RSExportType::Create(&S.RSC, ParamType, NotLegacyKernelArgument); in analyzeAccumulator()
423 S.Ok &= (ParamEType != nullptr); in analyzeAccumulator()
427 mAccumulatorInTypes.push_back(ParamEType); // possibly nullptr in analyzeAccumulator()