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

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp820 ET = RSExportPointerType::Create(Context,
1169 /**************************** RSExportPointerType ****************************/
1171 RSExportPointerType
1172 *RSExportPointerType::Create(RSContext *Context,
1191 return new RSExportPointerType(Context, TypeName, PointeeET);
1194 llvm::Type *RSExportPointerType::convertToLLVMType() const {
1199 bool RSExportPointerType::keep() {
1206 bool RSExportPointerType::equals(const RSExportable *E) const {
1208 return (static_cast<const RSExportPointerType*>(E)
1528 const RSExportPointerType *EP
[all...]
H A Dslang_rs_export_type.h364 class RSExportPointerType : public RSExportType { class in namespace:slang
370 RSExportPointerType(RSContext *Context, function in class:slang::RSExportPointerType
379 static RSExportPointerType *Create(RSContext *Context,
391 }; // RSExportPointerType
H A Dslang_rs_reflection_cpp.cpp76 static_cast<const RSExportPointerType *>(ET)->getPointeeType();
807 const RSExportPointerType *EPT =
808 static_cast<const RSExportPointerType *>(ET);
840 const RSExportPointerType *EPT =
841 static_cast<const RSExportPointerType *>(ET);
H A Dslang_rs_reflection.cpp184 static_cast<const RSExportPointerType *>(ET)->getPointeeType();
850 const RSExportPointerType *EPT =
851 static_cast<const RSExportPointerType *>(ET);
907 const RSExportPointerType *EPT =
908 static_cast<const RSExportPointerType *>(ET);
1049 PointeeType = static_cast<const RSExportPointerType *>(ET)->getPointeeType();
1233 static_cast<const RSExportPointerType *>(ET)->getPointeeType();
H A Dslang_rs_backend.cpp221 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET)

Completed in 44 milliseconds