Home
last modified time | relevance | path

Searched refs:getRSReflectionType (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.h437 static RSReflectionType *getRSReflectionType(DataType DT);
438 static RSReflectionType *getRSReflectionType( in getRSReflectionType() function
440 return getRSReflectionType(EPT->getType()); in getRSReflectionType()
447 return getRSReflectionType(this)->rs_short_type; in getElementName()
514 Name << RSExportPrimitiveType::getRSReflectionType(this)->rs_short_type in getElementName()
Dslang_rs_reflection_cpp.cpp72 RSExportPrimitiveType::getRSReflectionType(EPT)->c_name + ">"; in GetTypeName()
74 return RSExportPrimitiveType::getRSReflectionType(EPT)->c_name; in GetTypeName()
89 VecName << EVT->getRSReflectionType(EVT)->rs_c_vector_prefix in GetTypeName()
Dslang_rs_export_type.cpp1241 RSReflectionType *RSExportPrimitiveType::getRSReflectionType(DataType DT) { in getRSReflectionType() function in slang::RSExportPrimitiveType
1654 rtd->type = RSExportPrimitiveType::getRSReflectionType(EPT); in convertToRTD()
1666 rtd->type = EVT->getRSReflectionType(EVT); in convertToRTD()
Dslang_rs_reflection.cpp344 RSExportPrimitiveType::getRSReflectionType(static_cast<const RSExportPrimitiveType *>(ET)); in GetTypeName()
362 const auto ReflectionType = EVT->getRSReflectionType(EVT); in GetTypeName()
792 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix in genInitExportVariable()
2744 RSExportPrimitiveType::getRSReflectionType(EPT)->rs_type; in genAddElement()
2755 RSExportPrimitiveType::getRSReflectionType(EVT)->rs_type; in genAddElement()