Searched defs:ERT (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_func.cpp138 const RSExportRecordType *ERT = mParamPacketType; local
140 if (ERT->getFields().size() != ParamTy->getNumElements())
147 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
148 FE = ERT->fields_end(); FI != FE; FI++, Index++) {
H A Dslang_rs_backend.cpp450 const RSExportRecordType *ERT = local
469 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
470 FE = ERT->fields_end();
H A Dslang_rs.cpp110 RSExportRecordType *ERT = static_cast<RSExportRecordType *>(ET); local
114 if (ERT->isArtificial())
117 // Key to lookup ERT in ReflectedDefinitions
118 llvm::StringRef RDKey(ERT->getName());
147 if (Reflected->equals(ERT)) {
150 BI = ERT->fields_begin();
171 ME->setValue(std::make_pair(ERT, CurInputFile));
176 // Take the ownership of ERT such that it won't be freed in ~RSContext().
177 ERT->keep();
H A Dslang_rs_export_type.cpp1440 RSExportRecordType *ERT = local
1466 ERT->mFields.push_back(
1467 new Field(ET, FD->getName(), ERT,
1479 return ERT;
1552 const RSExportRecordType *ERT = static_cast<const RSExportRecordType*>(E); local
1554 if (ERT->getFields().size() != getFields().size())
1557 const_field_iterator AI = fields_begin(), BI = ERT->fields_begin();
H A Dslang_rs_reflection_cpp.cpp243 const RSExportRecordType *ERT = ef->getParamPacketType(); local
244 if (ERT) {
377 const RSExportRecordType *ERT = ef->getParamPacketType(); local
378 if (ERT) {
406 if (ERT) {
407 if (genCreateFieldPacker(ERT, FieldPackerName.c_str())) {
408 genPackVarOfType(ERT, NULL, FieldPackerName.c_str());
726 const RSExportRecordType *ERT = local
731 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(),
732 E = ERT
[all...]
H A Dslang_rs_reflection.cpp525 const RSExportRecordType *ERT =
532 << " = new " << ERT->getElementName()
535 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(),
536 E = ERT->fields_end();
631 const RSExportRecordType *ERT = EF->getParamPacketType(); local
634 if (genCreateFieldPacker(C, ERT, FieldPackerName.c_str()))
635 genPackVarOfType(C, ERT, NULL, FieldPackerName.c_str());
669 const RSExportRecordType *ERT = EF->getParamPacketType(); local
670 if (ERT) {
765 if (ERT) {
1238 const RSExportRecordType *ERT = local
1365 genTypeClass(Context &C, const RSExportRecordType *ERT, std::string &ErrorMsg) argument
1413 genTypeItemClass(Context &C, const RSExportRecordType *ERT) argument
1453 genTypeClassConstructor(Context &C, const RSExportRecordType *ERT) argument
1629 genTypeClassCopyToArray(Context &C, const RSExportRecordType *ERT) argument
1651 genTypeClassCopyToArrayLocal(Context &C, const RSExportRecordType *ERT) argument
1667 genTypeClassItemSetter(Context &C, const RSExportRecordType *ERT) argument
1696 genTypeClassItemGetter(Context &C, const RSExportRecordType *ERT) argument
1711 genTypeClassComponentSetter(Context &C, const RSExportRecordType *ERT) argument
1762 genTypeClassComponentGetter(Context &C, const RSExportRecordType *ERT) argument
1784 genTypeClassCopyAll(Context &C, const RSExportRecordType *ERT) argument
1832 genBuildElement(Context &C, const char *ElementBuilderName, const RSExportRecordType *ERT, const char *RenderScriptVar, bool IsInline) argument
1935 const RSExportRecordType *ERT = local
2092 const RSExportRecordType *ERT = local
[all...]

Completed in 77 milliseconds