Home
last modified time | relevance | path

Searched refs:FI (Results 1 – 10 of 10) 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.cpp319 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in TypeExportableHelper() local
321 FI != FE; in TypeExportableHelper()
322 FI++) { in TypeExportableHelper()
323 const clang::FieldDecl *FD = *FI; in TypeExportableHelper()
554 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in ValidateTypeHelper() local
556 FI != FE; in ValidateTypeHelper()
557 FI++) { in ValidateTypeHelper()
558 const clang::FieldDecl *FD = *FI; in ValidateTypeHelper()
1052 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in IsStructureTypeWithRSObject() local
1054 FI != FE; in IsStructureTypeWithRSObject()
[all …]
Dslang_rs_object_ref_count.cpp520 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in CountRSObjectTypes() local
522 FI != FE; in CountRSObjectTypes()
523 FI++) { in CountRSObjectTypes()
524 const clang::FieldDecl *FD = *FI; in CountRSObjectTypes()
539 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in CountRSObjectTypes() local
541 FI != FE; in CountRSObjectTypes()
542 FI++) { in CountRSObjectTypes()
543 const clang::FieldDecl *FD = *FI; in CountRSObjectTypes()
580 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in ClearStructRSObject() local
582 FI != FE; in ClearStructRSObject()
[all …]
Dslang_rs_reflection.cpp2408 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeItemClass() local
2410 FI != FE; FI++) { in genTypeItemClass()
2411 mOut.indent() << GetTypeName((*FI)->getType()) << " " << (*FI)->getName() in genTypeItemClass()
2420 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeItemClass() local
2422 FI != FE; FI++) { in genTypeItemClass()
2423 const RSExportRecordType::Field *F = *FI; in genTypeItemClass()
2607 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeClassComponentSetter() local
2609 FI != FE; FI++, FieldNum++) { in genTypeClassComponentSetter()
2610 const RSExportRecordType::Field *F = *FI; in genTypeClassComponentSetter()
2654 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeClassComponentGetter() local
[all …]
Dslang_backend.cpp1176 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in dumpExportTypeInfo() local
1178 FI != FE; in dumpExportTypeInfo()
1179 FI++) { in dumpExportTypeInfo()
1180 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/bcinfo/BitReader_2_7/
DBitcodeReader.cpp2004 for (Module::iterator FI = TheModule->begin(), FE = TheModule->end(); in GlobalCleanup() local
2005 FI != FE; ++FI) { in GlobalCleanup()
2007 if (UpgradeIntrinsicFunction(&*FI, NewFn)) in GlobalCleanup()
2008 UpgradedIntrinsics.push_back(std::make_pair(&*FI, NewFn)); in GlobalCleanup()
2051 for (Module::iterator FI = TheModule->begin(), FE = TheModule->end(); in ParseModule() local
2052 FI != FE; ++FI) { in ParseModule()
2054 if (UpgradeIntrinsicFunction(&*FI, NewFn)) in ParseModule()
2055 UpgradedIntrinsics.push_back(std::make_pair(&*FI, NewFn)); in ParseModule()
/frameworks/compile/libbcc/lib/
DRSKernelExpand.cpp1332 for (auto FI : Funcs) { in allocPointersExposed() local
1333 llvm::Function *Function = Module.getFunction(FI); in allocPointersExposed()
1336 ALOGE("Missing run-time function '%s'", FI); in allocPointersExposed()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2297 for (Module::iterator FI = TheModule->begin(), FE = TheModule->end(); in GlobalCleanup() local
2298 FI != FE; ++FI) { in GlobalCleanup()
2300 if (UpgradeIntrinsicFunction(&*FI, NewFn)) in GlobalCleanup()
2301 UpgradedIntrinsics.push_back(std::make_pair(&*FI, NewFn)); in GlobalCleanup()
/frameworks/base/services/
Dart-profile6564 PLcom/android/server/display/BrightnessMappingStrategy;->smoothCurve([F[FI)V