Searched refs:RSExportVectorType (Results 1 – 6 of 6) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_export_element.cpp | 106 RSExportVectorType *EVT = in Create() 107 RSExportVectorType::Create(Context, in Create()
|
D | slang_rs_export_type.cpp | 813 return RSExportVectorType::GetTypeName(EVT); in GetTypeName() 900 ET = RSExportVectorType::Create(Context, in Create() 1296 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) { in GetTypeName() 1323 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, in Create() 1333 return new RSExportVectorType(Context, in Create() 1342 llvm::Type *RSExportVectorType::convertToLLVMType() const { in convertToLLVMType() 1347 bool RSExportVectorType::matchODR(const RSExportType *E, in matchODR() 1350 return (static_cast<const RSExportVectorType*>(E)->getNumElement() in matchODR() 1665 const RSExportVectorType *EVT = static_cast<const RSExportVectorType*>(this); in convertToRTD()
|
D | slang_rs_reflection_cpp.cpp | 87 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetTypeName() 530 genGetterAndSetter(static_cast<const RSExportVectorType *>(ET), EV); in genExportVariablesGetterAndSetter() 619 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT, in genGetterAndSetter() 941 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in genInitExportVariable()
|
D | slang_rs_export_type.h | 482 class RSExportVectorType : public RSExportPrimitiveType { 488 RSExportVectorType(RSContext *Context, in RSExportVectorType() function 500 static RSExportVectorType *Create(RSContext *Context,
|
D | slang_rs_reflection_cpp.h | 134 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV);
|
D | slang_rs_reflection.cpp | 251 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetBuiltinElementConstruct() 361 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetTypeName() 780 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in genInitExportVariable() 2752 const RSExportVectorType *EVT = in genAddElement() 2753 static_cast<const RSExportVectorType *>(ET); in genAddElement()
|