Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_type.cpp604 ET = RSExportConstantArrayType::Create( in Create()
1183 RSExportConstantArrayType
1184 *RSExportConstantArrayType::Create(RSContext *Context, in Create()
1200 return new RSExportConstantArrayType(Context, in Create()
1205 llvm::Type *RSExportConstantArrayType::convertToLLVMType() const { in convertToLLVMType()
1209 union RSType *RSExportConstantArrayType::convertToSpecType() const { in convertToSpecType()
1223 bool RSExportConstantArrayType::keep() { in keep()
1230 bool RSExportConstantArrayType::equals(const RSExportable *E) const { in equals()
1232 const RSExportConstantArrayType *RHS = in equals()
1233 static_cast<const RSExportConstantArrayType*>(E); in equals()
Dslang_rs_export_type.h395 class RSExportConstantArrayType : public RSExportType {
401 RSExportConstantArrayType(RSContext *Context, in RSExportConstantArrayType() function
414 static RSExportConstantArrayType *Create(RSContext *Context,
Dslang_rs_reflection.cpp342 const RSExportConstantArrayType* CAT = in GetTypeName()
343 static_cast<const RSExportConstantArrayType*>(ET); in GetTypeName()
1312 const RSExportConstantArrayType *ECAT = in genConstantArrayTypeExportVariable()
1313 static_cast<const RSExportConstantArrayType*>(EV->getType()); in genConstantArrayTypeExportVariable()
1439 const RSExportConstantArrayType *ECAT = in genPackVarOfType()
1440 static_cast<const RSExportConstantArrayType *>(ET); in genPackVarOfType()
1542 const RSExportConstantArrayType *ECAT = in genAllocateVarOfType()
1543 static_cast<const RSExportConstantArrayType *>(T); in genAllocateVarOfType()
2020 const RSExportConstantArrayType *ECAT = in genAddElementToElementBuilder()
2021 static_cast<const RSExportConstantArrayType *>(ET); in genAddElementToElementBuilder()