Searched defs:ERT (Results 1 - 5 of 5) 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.cpp464 const RSExportRecordType *ERT = local
483 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
484 FE = ERT->fields_end();
H A Dslang_rs.cpp114 RSExportRecordType *ERT = static_cast<RSExportRecordType *>(ET); local
118 if (ERT->isArtificial())
121 // Key to lookup ERT in ReflectedDefinitions
122 llvm::StringRef RDKey(ERT->getName());
151 if (Reflected->equals(ERT)) {
154 BI = ERT->fields_begin();
175 ME->setValue(std::make_pair(ERT, CurInputFile));
180 // Take the ownership of ERT such that it won't be freed in ~RSContext().
181 ERT->keep();
H A Dslang_rs_export_type.cpp1436 RSExportRecordType *ERT = local
1462 ERT->mFields.push_back(
1463 new Field(ET, FD->getName(), ERT,
1475 return ERT;
1548 const RSExportRecordType *ERT = static_cast<const RSExportRecordType*>(E); local
1550 if (ERT->getFields().size() != getFields().size())
1553 const_field_iterator AI = fields_begin(), BI = ERT->fields_begin();
H A Dslang_rs_reflection.cpp514 const RSExportRecordType *ERT =
521 << " = new " << ERT->getElementName()
524 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(),
525 E = ERT->fields_end();
620 const RSExportRecordType *ERT = EF->getParamPacketType(); local
623 if (genCreateFieldPacker(C, ERT, FieldPackerName.c_str()))
624 genPackVarOfType(C, ERT, NULL, FieldPackerName.c_str());
658 const RSExportRecordType *ERT = EF->getParamPacketType(); local
659 if (ERT) {
723 if (ERT) {
1192 const RSExportRecordType *ERT = local
1319 genTypeClass(Context &C, const RSExportRecordType *ERT, std::string &ErrorMsg) argument
1362 genTypeItemClass(Context &C, const RSExportRecordType *ERT) argument
1402 genTypeClassConstructor(Context &C, const RSExportRecordType *ERT) argument
1578 genTypeClassCopyToArray(Context &C, const RSExportRecordType *ERT) argument
1600 genTypeClassCopyToArrayLocal(Context &C, const RSExportRecordType *ERT) argument
1616 genTypeClassItemSetter(Context &C, const RSExportRecordType *ERT) argument
1645 genTypeClassItemGetter(Context &C, const RSExportRecordType *ERT) argument
1660 genTypeClassComponentSetter(Context &C, const RSExportRecordType *ERT) argument
1711 genTypeClassComponentGetter(Context &C, const RSExportRecordType *ERT) argument
1733 genTypeClassCopyAll(Context &C, const RSExportRecordType *ERT) argument
1781 genBuildElement(Context &C, const char *ElementBuilderName, const RSExportRecordType *ERT, const char *RenderScriptVar, bool IsInline) argument
1884 const RSExportRecordType *ERT = local
2041 const RSExportRecordType *ERT = local
[all...]

Completed in 182 milliseconds