Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.cpp888 ET = RSExportPointerType::Create(Context, in Create()
1246 RSExportPointerType
1247 *RSExportPointerType::Create(RSContext *Context, in Create()
1267 return new RSExportPointerType(Context, TypeName, PointeeET); in Create()
1270 llvm::Type *RSExportPointerType::convertToLLVMType() const { in convertToLLVMType()
1275 bool RSExportPointerType::keep() { in keep()
1282 bool RSExportPointerType::equals(const RSExportable *E) const { in equals()
1284 return (static_cast<const RSExportPointerType*>(E) in equals()
1605 const RSExportPointerType *EPT = static_cast<const RSExportPointerType*>(this); in convertToRTD()
Dslang_rs_export_type.h398 class RSExportPointerType : public RSExportType {
404 RSExportPointerType(RSContext *Context, in RSExportPointerType() function
413 static RSExportPointerType *Create(RSContext *Context,
Dslang_rs_reflection_cpp.cpp79 static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in GetTypeName()
858 const RSExportPointerType *EPT = in genTypeCheck()
859 static_cast<const RSExportPointerType *>(ET); in genTypeCheck()
891 const RSExportPointerType *EPT = in genTypeInstanceFromPointer()
892 static_cast<const RSExportPointerType *>(ET); in genTypeInstanceFromPointer()
Dslang_rs_reflection.cpp198 static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in GetTypeName()
1564 const RSExportPointerType *EPT = in genTypeInstanceFromPointer()
1565 static_cast<const RSExportPointerType *>(ET); in genTypeInstanceFromPointer()
1621 const RSExportPointerType *EPT = in genTypeCheck()
1622 static_cast<const RSExportPointerType *>(ET); in genTypeCheck()
1763 PointeeType = static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in genPointerTypeExportVariable()
1950 static_cast<const RSExportPointerType *>(ET)->getPointeeType(); in genPackVarOfType()
Dslang_backend.cpp549 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET) in dumpExportVarInfo()