Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_export_var.cpp68 const RSExportConstantArrayType *ECAT = in RSExportVar()
69 static_cast<const RSExportConstantArrayType*>(ET); in RSExportVar()
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 …]
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()
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()
1227 CheckType = static_cast<const RSExportConstantArrayType *>(ResultType)->getElementType(); in exportableReduce()
1514 ? static_cast<const RSExportConstantArrayType *>(ResultType)->getNumElement() in genExportReduceAllocationVariant()
2050 static_cast<const RSExportConstantArrayType *>(ET)->getNumElement(), in genConstantArrayTypeExportVariable()
2185 const RSExportConstantArrayType *ECAT = in genPackVarOfType()
2186 static_cast<const RSExportConstantArrayType *>(ET); in genPackVarOfType()
[all …]
Dslang_rs_export_type.h559 class RSExportConstantArrayType : public RSExportType {
565 RSExportConstantArrayType(RSContext *Context, in RSExportConstantArrayType() function
575 static RSExportConstantArrayType *Create(RSContext *Context,
Dslang_rs_reflection_cpp.h135 void genGetterAndSetter(const RSExportConstantArrayType *AT, const RSExportVar* EV);
Dslang_rs_export_reduce.cpp724 CheckType = static_cast<const RSExportConstantArrayType *>(mResultType)->getElementType(); in analyzeResultType()