Home
last modified time | relevance | path

Searched refs:FI (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_func.cpp144 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in checkParameterPacketType() local
145 FE = ERT->fields_end(); FI != FE; FI++, Index++) { in checkParameterPacketType()
146 const RSExportRecordType::Field *F = *FI; in checkParameterPacketType()
Dslang_rs_export_type.cpp305 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in TypeExportableHelper() local
307 FI != FE; in TypeExportableHelper()
308 FI++) { in TypeExportableHelper()
309 const clang::FieldDecl *FD = *FI; in TypeExportableHelper()
520 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in ValidateTypeHelper() local
522 FI != FE; in ValidateTypeHelper()
523 FI++) { in ValidateTypeHelper()
524 const clang::FieldDecl *FD = *FI; in ValidateTypeHelper()
1012 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in IsStructureTypeWithRSObject() local
1014 FI != FE; in IsStructureTypeWithRSObject()
[all …]
Dslang_rs_object_ref_count.cpp618 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in CountRSObjectTypes() local
620 FI != FE; in CountRSObjectTypes()
621 FI++) { in CountRSObjectTypes()
622 const clang::FieldDecl *FD = *FI; in CountRSObjectTypes()
637 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in CountRSObjectTypes() local
639 FI != FE; in CountRSObjectTypes()
640 FI++) { in CountRSObjectTypes()
641 const clang::FieldDecl *FD = *FI; in CountRSObjectTypes()
678 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in ClearStructRSObject() local
680 FI != FE; in ClearStructRSObject()
[all …]
Dslang_rs_reflection.cpp1464 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeItemClass() local
1466 FI != FE; FI++) { in genTypeItemClass()
1467 mOut.indent() << GetTypeName((*FI)->getType()) << " " << (*FI)->getName() in genTypeItemClass()
1476 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeItemClass() local
1478 FI != FE; FI++) { in genTypeItemClass()
1479 const RSExportRecordType::Field *F = *FI; in genTypeItemClass()
1660 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeClassComponentSetter() local
1662 FI != FE; FI++) { in genTypeClassComponentSetter()
1663 const RSExportRecordType::Field *F = *FI; in genTypeClassComponentSetter()
1704 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeClassComponentGetter() local
[all …]
Dslang_backend.cpp817 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in dumpExportTypeInfo() local
819 FI != FE; in dumpExportTypeInfo()
820 FI++) { in dumpExportTypeInfo()
821 const RSExportRecordType::Field *F = *FI; in dumpExportTypeInfo()
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetFloatv.nativeReg1 {"glGetFloatv", "(I[FI)V", (void *) android_glGetFloatv__I_3FI },
/frameworks/compile/libbcc/lib/Renderscript/
DRSForEachExpand.cpp944 for (std::vector<std::string>::iterator FI = Funcs.begin(), in allocPointersExposed() local
946 FI != FE; ++FI) { in allocPointersExposed()
947 llvm::Function *Function = Module.getFunction(*FI); in allocPointersExposed()
950 ALOGE("Missing run-time function '%s'", FI->c_str()); in allocPointersExposed()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp1992 for (Module::iterator FI = TheModule->begin(), FE = TheModule->end(); in GlobalCleanup() local
1993 FI != FE; ++FI) { in GlobalCleanup()
1995 if (UpgradeIntrinsicFunction(FI, NewFn)) in GlobalCleanup()
1996 UpgradedIntrinsics.push_back(std::make_pair(FI, NewFn)); in GlobalCleanup()
2039 for (Module::iterator FI = TheModule->begin(), FE = TheModule->end(); in ParseModule() local
2040 FI != FE; ++FI) { in ParseModule()
2042 if (UpgradeIntrinsicFunction(FI, NewFn)) in ParseModule()
2043 UpgradedIntrinsics.push_back(std::make_pair(FI, NewFn)); in ParseModule()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2286 for (Module::iterator FI = TheModule->begin(), FE = TheModule->end(); in GlobalCleanup() local
2287 FI != FE; ++FI) { in GlobalCleanup()
2289 if (UpgradeIntrinsicFunction(FI, NewFn)) in GlobalCleanup()
2290 UpgradedIntrinsics.push_back(std::make_pair(FI, NewFn)); in GlobalCleanup()