Searched refs:mOutType (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_foreach.h52 RSExportType *mOutType; member in class:slang::RSExportForEach
74 mOutType(nullptr), numParams(0), mSignatureMetadata(0),
134 return mOutType;
H A Dslang_rs_export_foreach.cpp402 FE->mOutType = RSExportType::Create(Context, ReturnType,
404 TypeExportError |= !FE->mOutType;
408 FE->mOutType = RSExportType::Create(Context, OutType, LegacyKernelArgument);

Completed in 53 milliseconds