Searched refs:RSExportConstantArrayType (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_type.cpp608 ET = RSExportConstantArrayType::Create(
1194 /************************* RSExportConstantArrayType *************************/
1195 RSExportConstantArrayType
1196 *RSExportConstantArrayType::Create(RSContext *Context,
1212 return new RSExportConstantArrayType(Context,
1217 llvm::Type *RSExportConstantArrayType::convertToLLVMType() const {
1221 union RSType *RSExportConstantArrayType::convertToSpecType() const {
1235 bool RSExportConstantArrayType::keep() {
1242 bool RSExportConstantArrayType::equals(const RSExportable *E) const {
1244 const RSExportConstantArrayType *RH
[all...]
H A Dslang_rs_export_type.h395 class RSExportConstantArrayType : public RSExportType { class in namespace:slang
401 RSExportConstantArrayType(RSContext *Context, function in class:slang::RSExportConstantArrayType
414 static RSExportConstantArrayType *Create(RSContext *Context,
H A Dslang_rs_reflection.cpp342 const RSExportConstantArrayType* CAT =
343 static_cast<const RSExportConstantArrayType*>(ET);
1312 const RSExportConstantArrayType *ECAT =
1313 static_cast<const RSExportConstantArrayType*>(EV->getType());
1439 const RSExportConstantArrayType *ECAT =
1440 static_cast<const RSExportConstantArrayType *>(ET);
1542 const RSExportConstantArrayType *ECAT =
1543 static_cast<const RSExportConstantArrayType *>(T);
2020 const RSExportConstantArrayType *ECAT =
2021 static_cast<const RSExportConstantArrayType *>(E
[all...]

Completed in 416 milliseconds