Home
last modified time | relevance | path

Searched refs:RSExportPointerType (Results 1 – 5 of 5) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_type.cpp855 ET = RSExportPointerType::Create(Context, in Create()
1210 RSExportPointerType
1211 *RSExportPointerType::Create(RSContext *Context, in Create()
1230 return new RSExportPointerType(Context, TypeName, PointeeET); in Create()
1233 llvm::Type *RSExportPointerType::convertToLLVMType() const { in convertToLLVMType()
1238 bool RSExportPointerType::keep() { in keep()
1245 bool RSExportPointerType::equals(const RSExportable *E) const { in equals()
1247 return (static_cast<const RSExportPointerType*>(E) in equals()
1567 const RSExportPointerType *EPT = static_cast<const RSExportPointerType*>(this); in convertToRTD()
Dslang_rs_reflection_cpp.cpp75 static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in GetTypeName()
804 const RSExportPointerType *EPT = in genTypeCheck()
805 static_cast<const RSExportPointerType *>(ET); in genTypeCheck()
837 const RSExportPointerType *EPT = in genTypeInstanceFromPointer()
838 static_cast<const RSExportPointerType *>(ET); in genTypeInstanceFromPointer()
Dslang_rs_export_type.h364 class RSExportPointerType : public RSExportType {
370 RSExportPointerType(RSContext *Context, in RSExportPointerType() function
379 static RSExportPointerType *Create(RSContext *Context,
Dslang_rs_reflection.cpp183 static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in GetTypeName()
864 const RSExportPointerType *EPT = in genTypeInstanceFromPointer()
865 static_cast<const RSExportPointerType *>(ET); in genTypeInstanceFromPointer()
921 const RSExportPointerType *EPT = in genTypeCheck()
922 static_cast<const RSExportPointerType *>(ET); in genTypeCheck()
1063 PointeeType = static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in genPointerTypeExportVariable()
1247 static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in genPackVarOfType()
Dslang_backend.cpp557 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET) in dumpExportVarInfo()