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.cpp320 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in TypeExportableHelper() local
322 FI != FE; in TypeExportableHelper()
323 FI++) { in TypeExportableHelper()
324 const clang::FieldDecl *FD = *FI; in TypeExportableHelper()
550 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in ValidateTypeHelper() local
552 FI != FE; in ValidateTypeHelper()
553 FI++) { in ValidateTypeHelper()
554 const clang::FieldDecl *FD = *FI; in ValidateTypeHelper()
1047 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in IsStructureTypeWithRSObject() local
1049 FI != FE; in IsStructureTypeWithRSObject()
[all …]
Dslang_rs_object_ref_count.cpp521 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in CountRSObjectTypes() local
523 FI != FE; in CountRSObjectTypes()
524 FI++) { in CountRSObjectTypes()
525 const clang::FieldDecl *FD = *FI; in CountRSObjectTypes()
540 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in CountRSObjectTypes() local
542 FI != FE; in CountRSObjectTypes()
543 FI++) { in CountRSObjectTypes()
544 const clang::FieldDecl *FD = *FI; in CountRSObjectTypes()
581 for (clang::RecordDecl::field_iterator FI = RD->field_begin(), in ClearStructRSObject() local
583 FI != FE; in ClearStructRSObject()
[all …]
Dslang_rs_reflection.cpp2167 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeItemClass() local
2169 FI != FE; FI++) { in genTypeItemClass()
2170 mOut.indent() << GetTypeName((*FI)->getType()) << " " << (*FI)->getName() in genTypeItemClass()
2179 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeItemClass() local
2181 FI != FE; FI++) { in genTypeItemClass()
2182 const RSExportRecordType::Field *F = *FI; in genTypeItemClass()
2363 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeClassComponentSetter() local
2365 FI != FE; FI++) { in genTypeClassComponentSetter()
2366 const RSExportRecordType::Field *F = *FI; in genTypeClassComponentSetter()
2407 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in genTypeClassComponentGetter() local
[all …]
Dslang_backend.cpp863 for (RSExportRecordType::const_field_iterator FI = ERT->fields_begin(), in dumpExportTypeInfo() local
865 FI != FE; in dumpExportTypeInfo()
866 FI++) { in dumpExportTypeInfo()
867 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.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/base/docs/html/topic/performance/power/network/
Daction-any-traffic.jd92 You can use the connectivity manager to determine what type of networks (Wi-FI, LTE, HSPAP, EDGE,
/frameworks/compile/libbcc/lib/Renderscript/
DRSKernelExpand.cpp1309 for (auto FI : Funcs) { in allocPointersExposed() local
1310 llvm::Function *Function = Module.getFunction(FI); in allocPointersExposed()
1313 ALOGE("Missing run-time function '%s'", FI); in allocPointersExposed()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp2285 for (Module::iterator FI = TheModule->begin(), FE = TheModule->end(); in GlobalCleanup() local
2286 FI != FE; ++FI) { in GlobalCleanup()
2288 if (UpgradeIntrinsicFunction(&*FI, NewFn)) in GlobalCleanup()
2289 UpgradedIntrinsics.push_back(std::make_pair(&*FI, NewFn)); in GlobalCleanup()