Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_element.cpp105 RSExportVectorType *EVT = in Create()
106 RSExportVectorType::Create(Context, in Create()
Dslang_rs_export_type.cpp777 return RSExportVectorType::GetTypeName(EVT); in GetTypeName()
863 ET = RSExportVectorType::Create(Context, in Create()
1253 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) { in GetTypeName()
1280 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, in Create()
1290 return new RSExportVectorType(Context, in Create()
1299 llvm::Type *RSExportVectorType::convertToLLVMType() const { in convertToLLVMType()
1304 bool RSExportVectorType::equals(const RSExportable *E) const { in equals()
1306 return (static_cast<const RSExportVectorType*>(E)->getNumElement() in equals()
1574 const RSExportVectorType *EVT = static_cast<const RSExportVectorType*>(this); in convertToRTD()
Dslang_rs_reflection_cpp.cpp83 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetTypeName()
516 genGetterAndSetter(static_cast<const RSExportVectorType *>(ET), EV); in genExportVariablesGetterAndSetter()
605 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT, in genGetterAndSetter()
885 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in genInitExportVariable()
Dslang_rs_export_type.h394 class RSExportVectorType : public RSExportPrimitiveType {
400 RSExportVectorType(RSContext *Context, in RSExportVectorType() function
412 static RSExportVectorType *Create(RSContext *Context,
Dslang_rs_reflection_cpp.h117 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV);
Dslang_rs_reflection.cpp191 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetTypeName()
248 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetBuiltinElementConstruct()
497 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in genInitExportVariable()
1802 const RSExportVectorType *EVT = in genAddElement()
1803 static_cast<const RSExportVectorType *>(ET); in genAddElement()