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.cpp809 return RSExportVectorType::GetTypeName(EVT); in GetTypeName()
896 ET = RSExportVectorType::Create(Context, in Create()
1290 RSExportVectorType::GetTypeName(const clang::ExtVectorType *EVT) { in GetTypeName()
1317 RSExportVectorType *RSExportVectorType::Create(RSContext *Context, in Create()
1327 return new RSExportVectorType(Context, in Create()
1336 llvm::Type *RSExportVectorType::convertToLLVMType() const { in convertToLLVMType()
1341 bool RSExportVectorType::equals(const RSExportable *E) const { in equals()
1343 return (static_cast<const RSExportVectorType*>(E)->getNumElement() in equals()
1612 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()
528 genGetterAndSetter(static_cast<const RSExportVectorType *>(ET), EV); in genExportVariablesGetterAndSetter()
617 void RSReflectionCpp::genGetterAndSetter(const RSExportVectorType *EVT, in genGetterAndSetter()
939 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in genInitExportVariable()
Dslang_rs_export_type.h428 class RSExportVectorType : public RSExportPrimitiveType {
434 RSExportVectorType(RSContext *Context, in RSExportVectorType() function
446 static RSExportVectorType *Create(RSContext *Context,
Dslang_rs_reflection_cpp.h134 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV);
Dslang_rs_reflection.cpp206 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetTypeName()
295 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in GetBuiltinElementConstruct()
642 const RSExportVectorType *EVT = static_cast<const RSExportVectorType *>(ET); in genInitExportVariable()
2505 const RSExportVectorType *EVT = in genAddElement()
2506 static_cast<const RSExportVectorType *>(ET); in genAddElement()