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

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp1341 // ReflectedScalarTypeName = type of mapped value
1346 const std::string &ReflectedScalarTypeName,
1360 ReflectedScalarTypeName);
1368 // ReflectedScalarTypeName = type of mapped value
1376 const std::string &ReflectedScalarTypeName,
1390 result += genReduceResultMapping(MFA, ArrayElementTypeName, ReflectedScalarTypeName,
1421 const std::string ReflectedScalarTypeName = TypeData.type->java_name; local
1426 : ReflectedScalarTypeName;
1431 else if (ReflectedScalarTypeName == "boolean")
1433 else if (ReflectedScalarTypeName !
1344 genReduceResultMapping(MapFromAllocation MFA, const std::string &ArrayElementTypeName, const std::string &ReflectedScalarTypeName, const char *InVal) argument
1374 genReduceResultVectorMapping(MapFromAllocation MFA, const std::string &ArrayElementTypeName, const std::string &ReflectedScalarTypeName, const std::string &VectorTypeName, unsigned VectorElementCount, const char *InArray, const char *InIdx = nullptr) argument
[all...]

Completed in 647 milliseconds