Searched refs:ArrayElementTypeName (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection.cpp | 1550 const std::string &ArrayElementTypeName, in genReduceResultMapping() argument 1564 ArrayElementTypeName, in genReduceResultMapping() 1580 const std::string &ArrayElementTypeName, in genReduceResultVectorMapping() argument 1595 result += genReduceResultMapping(MFA, ArrayElementTypeName, ReflectedScalarTypeName, in genReduceResultVectorMapping() 1628 const std::string ArrayElementTypeName = in genExportReduceResultType() local 1638 else if (ReflectedScalarTypeName != ArrayElementTypeName) in genExportReduceResultType() 1647 mOut.indent() << ArrayElementTypeName << "[] outArray = new " << ArrayElementTypeName in genExportReduceResultType() 1655 << genReduceResultMapping(MFA, ArrayElementTypeName, ReflectedScalarTypeName, in genExportReduceResultType() 1678 … << genReduceResultMapping(MFA, ArrayElementTypeName, ReflectedScalarTypeName, in genExportReduceResultType() 1691 mOut.indent() << ArrayElementTypeName << "[] outArray = new " << ArrayElementTypeName in genExportReduceResultType() [all …]
|