Home
last modified time | relevance | path

Searched refs:Linked (Results 1 – 25 of 30) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSpillPlacement.cpp272 Linked.push_back(ib); in addLinks()
274 Linked.push_back(ob); in addLinks()
282 Linked.clear(); in scanActiveBundles()
291 Linked.push_back(n); in scanActiveBundles()
307 if (Linked.empty()) in iterate()
320 llvm::next(Linked.rbegin()), E = Linked.rend(); I != E; ++I) { in iterate()
334 llvm::next(Linked.begin()), E = Linked.end(); I != E; ++I) { in iterate()
348 Linked.clear(); in prepare()
DSpillPlacement.h53 SmallVector<unsigned, 8> Linked; variable
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTBackground.cpp162 GLint Linked; in Init() local
163 glGetProgramiv(m_pAPI->m_ui32ProgramObject, GL_LINK_STATUS, &Linked); in Init()
164 if (!Linked) in Init()
DPVRTShader.cpp258 GLint Linked; in PVRTCreateProgram() local
259 glGetProgramiv(*pProgramObject, GL_LINK_STATUS, &Linked); in PVRTCreateProgram()
260 if (!Linked) in PVRTCreateProgram()
DPVRTPrint3DAPI.cpp378 GLint Linked; in APIInit() local
394 glGetProgramiv(Data.uProgramLogo, GL_LINK_STATUS, &Linked); in APIInit()
396 if (!Linked) in APIInit()
413 glGetProgramiv(Data.uProgramFont, GL_LINK_STATUS, &Linked); in APIInit()
415 if (!Linked) in APIInit()
DPVRTPFXParserAPI.cpp403 GLint Linked; in LoadShadersForEffect() local
404 glGetProgramiv(m_uiProgram, GL_LINK_STATUS, &Linked); in LoadShadersForEffect()
405 if (!Linked) in LoadShadersForEffect()
/external/autotest/
DLGPL_LICENSE29 with which the Combined Work was made is also called the "Linked
35 based on the Application, and not on the Linked Version.
105 the Linked Version to produce a modified Combined Work, in the
113 of the Library that is interface-compatible with the Linked
121 Application with a modified version of the Linked Version. (If
DMODULE_LICENSE_LGPL29 with which the Combined Work was made is also called the "Linked
35 based on the Application, and not on the Linked Version.
105 the Linked Version to produce a modified Combined Work, in the
113 of the Library that is interface-compatible with the Linked
121 Application with a modified version of the Linked Version. (If
/external/javaparser/
DLICENSE.LGPL29 with which the Combined Work was made is also called the "Linked
35 based on the Application, and not on the Linked Version.
105 the Linked Version to produce a modified Combined Work, in the
113 of the Library that is interface-compatible with the Linked
121 Application with a modified version of the Linked Version. (If
/external/elfutils/
DCOPYING-LGPLV329 with which the Combined Work was made is also called the "Linked
35 based on the Application, and not on the Linked Version.
105 the Linked Version to produce a modified Combined Work, in the
113 of the Library that is interface-compatible with the Linked
121 Application with a modified version of the Linked Version. (If
/external/ImageMagick/m4/
Dframework.m431 # with which the Combined Work was made is also called the "Linked
37 # based on the Application, and not on the Linked Version.
107 # the Linked Version to produce a modified Combined Work, in the
115 # of the Library that is interface-compatible with the Linked
123 # Application with a modified version of the Linked Version. (If
/external/vulkan-validation-layers/demos/smoke/android/src/main/jni/
DSmoke.frag.h8 Linked fragment stage:
DSmoke.push_constant.vert.h8 Linked vertex stage:
DSmoke.vert.h8 Linked vertex stage:
/external/vulkan-validation-layers/demos/android/include/
Dcube.frag.h8 Linked fragment stage:
Dcube.vert.h8 Linked vertex stage:
/external/llvm/lib/CodeGen/
DSpillPlacement.h57 SmallVector<unsigned, 8> Linked; variable
/external/caliper/examples/src/main/java/examples/
DListModificationBenchmark.java42 Linked { enumConstant
/external/swiftshader/third_party/subzero/src/
DIceInst.h953 static InstFakeKill *create(Cfg *Func, const Inst *Linked) { in create() argument
954 return new (Func->allocate<InstFakeKill>()) InstFakeKill(Func, Linked); in create()
956 const Inst *getLinked() const { return Linked; } in getLinked()
966 InstFakeKill(Cfg *Func, const Inst *Linked);
969 const Inst *Linked; variable
DIceInst.cpp583 InstFakeKill::InstFakeKill(Cfg *Func, const Inst *Linked) in InstFakeKill() argument
584 : InstHighLevel(Func, Inst::FakeKill, 0, nullptr), Linked(Linked) {} in InstFakeKill()
1048 if (Linked->isDeleted()) in dump()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1280 ErrorOr<COFFSymbolRef> Linked = Obj->getSymbol(Aux->TagIndex); in printSymbol() local
1282 std::error_code EC = Linked.getError(); in printSymbol()
1283 if (EC || (EC = Obj->getSymbolName(*Linked, LinkedName))) { in printSymbol()
/external/libxml2/os400/libxmlrpg/
DschemasInternals.rpgle506 d type like(xmlSchemaTypePtr) Linked type
518 d facet like(xmlSchemaFacetPtr) Linked facet
/external/toolchain-utils/android_bench_suite/
Dpanorama.diff641 - LOGI("Program Linked!");
642 + LOGI("Program Linked (%d)!", program);
/external/wpa_supplicant_8/wpa_supplicant/
Deap_testing.txt5 - Linked some parts of IEEE 802.1X Authenticator implementation from
/external/libevent/
Dwhatsnew-2.0.txt473 5.3. Linked pairs of bufferevents

12