Home
last modified time | relevance | path

Searched refs:RSExportVectorType (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_element.cpp106 RSExportVectorType *EVT = in Create()
107 RSExportVectorType::Create(Context, in Create()
Dslang_rs_export_type.cpp813 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()
Dslang_rs_reflection_cpp.cpp87 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()
Dslang_rs_export_type.h482 class RSExportVectorType : public RSExportPrimitiveType {
488 RSExportVectorType(RSContext *Context, in RSExportVectorType() function
500 static RSExportVectorType *Create(RSContext *Context,
Dslang_rs_reflection_cpp.h134 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV);
Dslang_rs_reflection.cpp251 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()