Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflection_state.cpp270 const std::string OutType = (OET ? getUniqueTypeName(OET) : ""); in beginForEach() local
286 foreach.mOut = canon(OutType); in beginForEach()
318 if ((foreach.mHasOut != HasOut) || !foreach.mOut.equals(OutType)) { in beginForEach()
325 if (foreach.mOut.size() && OutType.size()) { in beginForEach()
330 << Name << foreach.mOut.str() << OutType; in beginForEach()
333 const bool hasTyped64 = OutType.size(); in beginForEach()
337 << Name << (foreach.mOut.str() + OutType) << hasTyped64; in beginForEach()
340 const std::string CombinedOutType = (foreach.mOut.str() + OutType); in beginForEach()
Dslang_rs_export_foreach.cpp410 const clang::Type *OutType = in Create() local
412 FE->mOutType = RSExportType::Create(Context, OutType, LegacyKernelArgument); in Create()