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.cpp742 return RSExportVectorType::GetTypeName(EVT); in GetTypeName()
828 ET = RSExportVectorType::Create(Context, in Create()
1214 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) { in GetTypeName()
1241 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, in Create()
1251 return new RSExportVectorType(Context, in Create()
1260 llvm::Type *RSExportVectorType::convertToLLVMType() const { in convertToLLVMType()
1265 bool RSExportVectorType::equals(const RSExportable *E) const { in equals()
1267 return (static_cast<const RSExportVectorType*>(E)->getNumElement() in equals()
1535 const RSExportVectorType *EVT = static_cast<const RSExportVectorType*>(this); in convertToRTD()
Dslang_rs_reflection_cpp.cpp84 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetTypeName()
517 genGetterAndSetter(static_cast<const RSExportVectorType *>(ET), EV); in genExportVariablesGetterAndSetter()
606 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT, in genGetterAndSetter()
888 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.cpp192 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetTypeName()
249 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetBuiltinElementConstruct()
498 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in genInitExportVariable()
1788 const RSExportVectorType *EVT = in genAddElement()
1789 static_cast<const RSExportVectorType *>(ET); in genAddElement()