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.cpp448 const RSExportRecordType *ERT = local
467 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
468 FE = ERT->fields_end();
H A Dslang_rs.cpp95 RSExportRecordType *ERT = static_cast<RSExportRecordType *>(ET); local
99 if (ERT->isArtificial())
102 // Key to lookup ERT in ReflectedDefinitions
103 llvm::StringRef RDKey(ERT->getName());
132 if (Reflected->equals(ERT)) {
135 BI = ERT->fields_begin();
156 ME->setValue(std::make_pair(ERT, CurInputFile));
161 // Take the ownership of ERT such that it won't be freed in ~RSContext().
162 ERT->keep();
H A Dslang_rs_export_type.cpp1273 RSExportRecordType *ERT = local
1299 ERT->mFields.push_back(
1300 new Field(ET, FD->getName(), ERT,
1312 return ERT;
1396 const RSExportRecordType *ERT = static_cast<const RSExportRecordType*>(E); local
1398 if (ERT->getFields().size() != getFields().size())
1401 const_field_iterator AI = fields_begin(), BI = ERT->fields_begin();
H A Dslang_rs_reflection.cpp825 const RSExportRecordType *ERT =
832 << " = new "RS_TYPE_CLASS_NAME_PREFIX << ERT->getName()
835 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(),
836 E = ERT->fields_end();
931 const RSExportRecordType *ERT = EF->getParamPacketType(); local
934 if (genCreateFieldPacker(C, ERT, FieldPackerName.c_str()))
935 genPackVarOfType(C, ERT, NULL, FieldPackerName.c_str());
960 const RSExportRecordType *ERT = EF->getParamPacketType(); local
961 if (ERT) {
1004 if (ERT) {
1082 const RSExportRecordType *ERT = local
1135 const RSExportRecordType *ERT = local
1347 const RSExportRecordType *ERT = local
1471 const RSExportRecordType *ERT = local
1598 genTypeClass(Context &C, const RSExportRecordType *ERT, std::string &ErrorMsg) argument
1638 genTypeItemClass(Context &C, const RSExportRecordType *ERT) argument
1678 genTypeClassConstructor(Context &C, const RSExportRecordType *ERT) argument
1727 genTypeClassCopyToArray(Context &C, const RSExportRecordType *ERT) argument
1749 genTypeClassCopyToArrayLocal(Context &C, const RSExportRecordType *ERT) argument
1765 genTypeClassItemSetter(Context &C, const RSExportRecordType *ERT) argument
1794 genTypeClassItemGetter(Context &C, const RSExportRecordType *ERT) argument
1809 genTypeClassComponentSetter(Context &C, const RSExportRecordType *ERT) argument
1860 genTypeClassComponentGetter(Context &C, const RSExportRecordType *ERT) argument
1882 genTypeClassCopyAll(Context &C, const RSExportRecordType *ERT) argument
1930 genBuildElement(Context &C, const char *ElementBuilderName, const RSExportRecordType *ERT, const char *RenderScriptVar, bool IsInline) argument
2048 const RSExportRecordType *ERT = local
2194 const RSExportRecordType *ERT = local
[all...]

Completed in 71 milliseconds