Searched refs:EV (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection_cpp.cpp | 361 const RSExportVar *EV = *I; in writeImplementationFile() local 362 if (!EV->getInit().isUninit()) { in writeImplementationFile() 363 genInitExportVariable(EV->getType(), EV->getName(), EV->getInit()); in writeImplementationFile() 365 genZeroInitExportVariable(EV->getName()); in writeImplementationFile() 503 const RSExportVar *EV = *I; in genExportVariablesGetterAndSetter() local 504 const RSExportType *ET = EV->getType(); in genExportVariablesGetterAndSetter() 508 genGetterAndSetter(static_cast<const RSExportPrimitiveType *>(ET), EV); in genExportVariablesGetterAndSetter() 513 genPointerTypeExportVariable(EV); in genExportVariablesGetterAndSetter() 517 genGetterAndSetter(static_cast<const RSExportVectorType *>(ET), EV); in genExportVariablesGetterAndSetter() 521 genMatrixTypeExportVariable(EV); in genExportVariablesGetterAndSetter() [all …]
|
D | slang_rs_reflection_cpp.h | 112 void genPointerTypeExportVariable(const RSExportVar *EV); 113 void genMatrixTypeExportVariable(const RSExportVar *EV); 114 void genRecordTypeExportVariable(const RSExportVar *EV); 116 void genGetterAndSetter(const RSExportPrimitiveType *EPT, const RSExportVar* EV); 117 void genGetterAndSetter(const RSExportVectorType *EVT, const RSExportVar* EV); 118 void genGetterAndSetter(const RSExportConstantArrayType *AT, const RSExportVar* EV); 119 void genGetterAndSetter(const RSExportRecordType *ERT, const RSExportVar *EV);
|
D | slang_rs_reflection.cpp | 394 const RSExportVar *EV = *I; in genScriptClassConstructor() local 395 if (!EV->getInit().isUninit()) { in genScriptClassConstructor() 396 genInitExportVariable(EV->getType(), EV->getName(), EV->getInit()); in genScriptClassConstructor() 397 } else if (EV->getArraySize()) { in genScriptClassConstructor() 399 mOut.indent() << RS_EXPORT_VAR_PREFIX << EV->getName() << " = new " in genScriptClassConstructor() 400 << GetTypeName(EV->getType(), false) << "[" in genScriptClassConstructor() 401 << EV->getArraySize() << "];\n"; in genScriptClassConstructor() 402 size_t NumInits = EV->getNumInits(); in genScriptClassConstructor() 404 static_cast<const RSExportConstantArrayType *>(EV->getType()); in genScriptClassConstructor() 408 Name << EV->getName() << "[" << i << "]"; in genScriptClassConstructor() [all …]
|
D | slang_rs_reflection.h | 182 void genExportVariable(const RSExportVar *EV); 183 void genPrimitiveTypeExportVariable(const RSExportVar *EV); 184 void genPointerTypeExportVariable(const RSExportVar *EV); 185 void genVectorTypeExportVariable(const RSExportVar *EV); 186 void genMatrixTypeExportVariable(const RSExportVar *EV); 187 void genConstantArrayTypeExportVariable(const RSExportVar *EV); 188 void genRecordTypeExportVariable(const RSExportVar *EV); 191 void genSetExportVariable(const std::string &TypeName, const RSExportVar *EV);
|
D | slang_rs_context.cpp | 79 RSExportVar *EV = new RSExportVar(this, VD, ET); in processExportVar() local 80 if (EV == NULL) in processExportVar() 83 mExportVars.push_back(EV); in processExportVar()
|
D | slang_rs_backend.cpp | 197 const RSExportVar *EV = *I; in dumpExportVarInfo() local 198 const RSExportType *ET = EV->getType(); in dumpExportVarInfo() 203 llvm::MDString::get(mLLVMContext, EV->getName().c_str())); in dumpExportVarInfo() 245 EV->getType()->getName().c_str())); in dumpExportVarInfo()
|
/frameworks/base/docs/html/tools/extras/ |
D | oem-usb.jd | 277 …scenter/download05.asp">http://www.kttech.co.kr/cscenter/download05.asp</a> for EV-S100 (Take)</td>
|