Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_context.h125 ExportReduceResultTypeSet mExportReduceResultType; variable
278 void insertExportReduceResultType(RSExportType *Type) { mExportReduceResultType.insert(Type); } in insertExportReduceResultType()
283 …std::copy_if(mExportReduceResultType.begin(), mExportReduceResultType.end(), std::back_inserter(Re… in getReduceResultTypes()