Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_reduce.cpp721 const RSExportType *CheckType = mResultType; in analyzeResultType() local
724 CheckType = static_cast<const RSExportConstantArrayType *>(mResultType)->getElementType(); in analyzeResultType()
727 switch (CheckType->getClass()) { in analyzeResultType()
Dslang_rs_reflection.cpp1225 const RSExportType *CheckType = ResultType; in exportableReduce() local
1227 CheckType = static_cast<const RSExportConstantArrayType *>(ResultType)->getElementType(); in exportableReduce()
1228 if (CheckType->getClass() == RSExportType::ExportClassRecord) { in exportableReduce()