HomeSort by relevance Sort by last modified time
    Searched refs:ERT (Results 1 - 7 of 7) sorted by null

  /frameworks/compile/slang/
slang_rs_reflection.h 285 const RSExportRecordType *ERT,
287 void genTypeItemClass(Context &C, const RSExportRecordType *ERT);
288 void genTypeClassConstructor(Context &C, const RSExportRecordType *ERT);
289 void genTypeClassCopyToArray(Context &C, const RSExportRecordType *ERT);
290 void genTypeClassCopyToArrayLocal(Context &C, const RSExportRecordType *ERT);
291 void genTypeClassItemSetter(Context &C, const RSExportRecordType *ERT);
292 void genTypeClassItemGetter(Context &C, const RSExportRecordType *ERT);
293 void genTypeClassComponentSetter(Context &C, const RSExportRecordType *ERT);
294 void genTypeClassComponentGetter(Context &C, const RSExportRecordType *ERT);
295 void genTypeClassCopyAll(Context &C, const RSExportRecordType *ERT);
    [all...]
slang_rs_export_func.cpp 138 const RSExportRecordType *ERT = mParamPacketType;
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++) {
slang_rs_reflection.cpp 525 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();
634 if (genCreateFieldPacker(C, ERT, FieldPackerName.c_str()))
635 genPackVarOfType(C, ERT, NULL, FieldPackerName.c_str());
669 const RSExportRecordType *ERT = EF->getParamPacketType();
670 if (ERT) {
765 if (ERT) {
    [all...]
slang_rs.cpp 114 RSExportRecordType *ERT = static_cast<RSExportRecordType *>(ET);
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();
slang_rs_reflection_cpp.cpp 220 const RSExportRecordType *ERT = ef->getParamPacketType();
221 if (ERT) {
336 const RSExportRecordType *ERT = ef->getParamPacketType();
337 if (ERT) {
352 if (ERT) {
353 if (genCreateFieldPacker(ERT, FieldPackerName.c_str())) {
354 genPackVarOfType(ERT, NULL, FieldPackerName.c_str());
639 const RSExportRecordType *ERT =
644 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(),
645 E = ERT->fields_end()
    [all...]
slang_rs_backend.cpp 464 const RSExportRecordType *ERT =
483 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
484 FE = ERT->fields_end();
slang_rs_export_type.cpp     [all...]

Completed in 245 milliseconds