Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_var.cpp68 const RSExportConstantArrayType *ECAT = in RSExportVar()
69 static_cast<const RSExportConstantArrayType*>(ET); in RSExportVar()
H A Dslang_rs_export_type.cpp906 ET = RSExportConstantArrayType::Create( in Create()
1440 RSExportConstantArrayType
1441 *RSExportConstantArrayType::Create(RSContext *Context, in Create()
1458 return new RSExportConstantArrayType(Context, in Create()
1463 llvm::Type *RSExportConstantArrayType::convertToLLVMType() const { in convertToLLVMType()
1467 bool RSExportConstantArrayType::keep() { in keep()
1474 bool RSExportConstantArrayType::matchODR(const RSExportType *E, in matchODR()
1477 const RSExportConstantArrayType *RHS = in matchODR()
1478 static_cast<const RSExportConstantArrayType*>(E); in matchODR()
1678 const RSExportConstantArrayType* CAT = in convertToRTD()
[all …]
H A Dslang_rs_reflection_cpp.cpp97 const RSExportConstantArrayType *CAT = in GetTypeName()
98 static_cast<const RSExportConstantArrayType *>(ET); in GetTypeName()
538 genGetterAndSetter(static_cast<const RSExportConstantArrayType *>(ET), in genExportVariablesGetterAndSetter()
678 void RSReflectionCpp::genGetterAndSetter(const RSExportConstantArrayType *AT, in genGetterAndSetter()
683 const RSExportConstantArrayType *CAT = in genGetterAndSetter()
684 static_cast<const RSExportConstantArrayType *>(ET); in genGetterAndSetter()
H A Dslang_rs_reflection.cpp196 … const RSExportConstantArrayType *const CAT = static_cast<const RSExportConstantArrayType *>(ET); in GetReduceResultTypeName()
372 const RSExportConstantArrayType *CAT = in GetTypeName()
373 static_cast<const RSExportConstantArrayType *>(ET); in GetTypeName()
655 const RSExportConstantArrayType *ECAT = in genScriptClassConstructor()
656 static_cast<const RSExportConstantArrayType *>(EV->getType()); in genScriptClassConstructor()
2185 const RSExportConstantArrayType *ECAT = in genPackVarOfType()
2186 static_cast<const RSExportConstantArrayType *>(ET); in genPackVarOfType()
2294 const RSExportConstantArrayType *ECAT = in genAllocateVarOfType()
2295 static_cast<const RSExportConstantArrayType *>(T); in genAllocateVarOfType()
2774 const RSExportConstantArrayType *ECAT = in genAddElement()
[all …]
H A Dslang_rs_export_type.h559 class RSExportConstantArrayType : public RSExportType {
565 RSExportConstantArrayType(RSContext *Context, in RSExportConstantArrayType() function
575 static RSExportConstantArrayType *Create(RSContext *Context,
H A Dslang_rs_reflection_cpp.h135 void genGetterAndSetter(const RSExportConstantArrayType *AT, const RSExportVar* EV);
H A Dslang_rs_export_reduce.cpp724 CheckType = static_cast<const RSExportConstantArrayType *>(mResultType)->getElementType(); in analyzeResultType()