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.cpp552 FE->mOutType = RSExportType::Create(Context, T);
553 slangAssert(FE->mOutType);
556 FE->mOutType = RSExportType::Create(Context, T);

Completed in 33 milliseconds