Searched refs:RSExportConstantArrayType (Results 1 - 6 of 6) sorted by last modified time

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp834 ET = RSExportConstantArrayType::Create(
1355 /************************* RSExportConstantArrayType *************************/
1356 RSExportConstantArrayType
1357 *RSExportConstantArrayType::Create(RSContext *Context,
1373 return new RSExportConstantArrayType(Context,
1378 llvm::Type *RSExportConstantArrayType::convertToLLVMType() const {
1382 bool RSExportConstantArrayType::keep() {
1389 bool RSExportConstantArrayType::equals(const RSExportable *E) const {
1391 const RSExportConstantArrayType *RHS =
1392 static_cast<const RSExportConstantArrayType*>(
[all...]
H A Dslang_rs_export_type.h470 class RSExportConstantArrayType : public RSExportType { class in namespace:slang
476 RSExportConstantArrayType(RSContext *Context, function in class:slang::RSExportConstantArrayType
486 static RSExportConstantArrayType *Create(RSContext *Context,
H A Dslang_rs_export_var.cpp68 const RSExportConstantArrayType *ECAT =
69 static_cast<const RSExportConstantArrayType*>(ET);
H A Dslang_rs_reflection.cpp202 const RSExportConstantArrayType *CAT =
203 static_cast<const RSExportConstantArrayType *>(ET);
403 const RSExportConstantArrayType *ECAT =
404 static_cast<const RSExportConstantArrayType *>(EV->getType());
1249 const RSExportConstantArrayType *ECAT =
1250 static_cast<const RSExportConstantArrayType *>(ET);
1345 const RSExportConstantArrayType *ECAT =
1346 static_cast<const RSExportConstantArrayType *>(T);
1810 const RSExportConstantArrayType *ECAT =
1811 static_cast<const RSExportConstantArrayType *>(E
[all...]
H A Dslang_rs_reflection_cpp.cpp95 const RSExportConstantArrayType *CAT =
96 static_cast<const RSExportConstantArrayType *>(ET);
525 genGetterAndSetter(static_cast<const RSExportConstantArrayType *>(ET),
642 void RSReflectionCpp::genGetterAndSetter(const RSExportConstantArrayType *AT,
724 /*const RSExportConstantArrayType *ECAT =
725 static_cast<const RSExportConstantArrayType *>(ET);
H A Dslang_rs_reflection_cpp.h118 void genGetterAndSetter(const RSExportConstantArrayType *AT, const RSExportVar* EV);

Completed in 143 milliseconds