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.cpp902 ET = RSExportConstantArrayType::Create( in Create()
1432 RSExportConstantArrayType
1433 *RSExportConstantArrayType::Create(RSContext *Context, in Create()
1450 return new RSExportConstantArrayType(Context, in Create()
1455 llvm::Type *RSExportConstantArrayType::convertToLLVMType() const { in convertToLLVMType()
1459 bool RSExportConstantArrayType::keep() { in keep()
1466 bool RSExportConstantArrayType::equals(const RSExportable *E) const { in equals()
1468 const RSExportConstantArrayType *RHS = in equals()
1469 static_cast<const RSExportConstantArrayType*>(E); in equals()
1625 const RSExportConstantArrayType* CAT = in convertToRTD()
[all …]
Dslang_rs_reflection.cpp219 const RSExportConstantArrayType *CAT = in GetTypeName()
220 static_cast<const RSExportConstantArrayType *>(ET); in GetTypeName()
246 … const RSExportConstantArrayType *const CAT = static_cast<const RSExportConstantArrayType *>(ET); in GetReduceResultTypeName()
517 const RSExportConstantArrayType *ECAT = in genScriptClassConstructor()
518 static_cast<const RSExportConstantArrayType *>(EV->getType()); in genScriptClassConstructor()
1031 CheckType = static_cast<const RSExportConstantArrayType *>(ResultType)->getElementType(); in exportableReduce()
1309 ? static_cast<const RSExportConstantArrayType *>(ResultType)->getNumElement() in genExportReduceAllocationVariant()
1843 …genSetExportVariable(TypeName, EV, static_cast<const RSExportConstantArrayType *>(ET)->getNumEleme… in genConstantArrayTypeExportVariable()
1966 const RSExportConstantArrayType *ECAT = in genPackVarOfType()
1967 static_cast<const RSExportConstantArrayType *>(ET); in genPackVarOfType()
[all …]
Dslang_rs_reflection_cpp.cpp97 const RSExportConstantArrayType *CAT = in GetTypeName()
98 static_cast<const RSExportConstantArrayType *>(ET); in GetTypeName()
536 genGetterAndSetter(static_cast<const RSExportConstantArrayType *>(ET), in genExportVariablesGetterAndSetter()
676 void RSReflectionCpp::genGetterAndSetter(const RSExportConstantArrayType *AT, in genGetterAndSetter()
681 const RSExportConstantArrayType *CAT = in genGetterAndSetter()
682 static_cast<const RSExportConstantArrayType *>(ET); in genGetterAndSetter()
Dslang_rs_export_type.h504 class RSExportConstantArrayType : public RSExportType {
510 RSExportConstantArrayType(RSContext *Context, in RSExportConstantArrayType() function
520 static RSExportConstantArrayType *Create(RSContext *Context,
Dslang_rs_reflection_cpp.h135 void genGetterAndSetter(const RSExportConstantArrayType *AT, const RSExportVar* EV);
Dslang_rs_export_reduce.cpp723 CheckType = static_cast<const RSExportConstantArrayType *>(mResultType)->getElementType(); in analyzeResultType()