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

  /frameworks/compile/slang/
slang_rs_export_func.cpp 135 const RSExportRecordType *ERT = mParamPacketType;
137 if (ERT->getFields().size() != ParamTy->getNumElements())
144 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
145 FE = ERT->fields_end(); FI != FE; FI++, Index++) {
slang.cpp 471 RSExportRecordType *ERT = static_cast<RSExportRecordType *>(ET);
475 if (ERT->isArtificial())
478 // Key to lookup ERT in ReflectedDefinitions
479 llvm::StringRef RDKey(ERT->getName());
508 if (Reflected->equals(ERT)) {
511 BI = ERT->fields_begin();
535 ME->setValue(std::make_pair(ERT, CurInputFile));
540 // Take the ownership of ERT such that it won't be freed in ~RSContext().
541 ERT->keep();
slang_backend.cpp 798 const RSExportRecordType *ERT =
817 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(),
818 FE = ERT->fields_end();
slang_rs_export_type.cpp     [all...]
slang_rs_reflection_cpp.cpp 278 const RSExportRecordType *ERT = ForEach->getParamPacketType();
279 if (ERT) {
402 const RSExportRecordType *ERT = ef->getParamPacketType();
403 if (ERT) {
431 if (ERT) {
432 if (genCreateFieldPacker(ERT, FieldPackerName.c_str())) {
433 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str());
646 void RSReflectionCpp::genGetterAndSetter(const RSExportRecordType *ERT,
753 const RSExportRecordType *ERT = static_cast<const RSExportRecordType *>(ET);
757 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin()
    [all...]
slang_rs_reflection.cpp 78 const RSExportRecordType *ERT,
545 const RSExportRecordType *ERT =
552 << " = new " << ERT->getElementName()
555 for (RSExportRecordType::const_field_iterator I = ERT->fields_begin(),
556 E = ERT->fields_end();
648 const RSExportRecordType *ERT = EF->getParamPacketType();
651 if (genCreateFieldPacker(ERT, FieldPackerName.c_str()))
652 genPackVarOfType(ERT, nullptr, FieldPackerName.c_str());
720 const RSExportRecordType *ERT = EF->getParamPacketType();
721 if (ERT) {
    [all...]

Completed in 131 milliseconds