/third_party/mesa3d/src/asahi/compiler/ |
D | agx_pack.c | 387 agx_pack_instr(struct util_dynarray *emission, struct util_dynarray *fixups, agx_instr *I) in agx_pack_instr() argument 588 util_dynarray_append(fixups, struct agx_branch_fixup, fixup); in agx_pack_instr() 622 struct util_dynarray fixups; in agx_pack_binary() local 623 util_dynarray_init(&fixups, ctx); in agx_pack_binary() 631 agx_pack_instr(emission, &fixups, ins); in agx_pack_binary() 635 util_dynarray_foreach(&fixups, struct agx_branch_fixup, fixup) in agx_pack_binary() 638 util_dynarray_fini(&fixups); in agx_pack_binary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssembler.h | 198 const FixupRefList &fixups() const { return Fixups; } in fixups() function 306 const FixupRefList &fixups() const { return Buffer.fixups(); } in fixups() function
|
D | IceAssembler.cpp | 156 for (const AssemblerFixup *NextFixup : fixups()) { in emitIASBytes()
|
D | IceELFObjectWriter.cpp | 257 const auto &Fixups = Asm->fixups(); in writeFunctionCode() 266 RelSection->addRelocations(OffsetInSection, Asm->fixups(), SymTab); in writeFunctionCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRFixupKinds.h | 133 namespace fixups {
|
D | AVRMCCodeEmitter.cpp | 109 AVR::fixups::adjustBranchTarget(target); in encodeRelCondBrTarget() 219 AVR::fixups::adjustBranchTarget(Target); in encodeCallTarget()
|
D | AVRAsmBackend.cpp | 82 AVR::fixups::adjustBranchTarget(Value); in adjustBranch() 95 AVR::fixups::adjustBranchTarget(Value); in adjustRelativeBranch()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_program.h | 69 void *fixups; member
|
D | nvc0_program.c | 687 prog->fixups = info_out.bin.fixupData; in nvc0_program_translate() 843 if (prog->fixups) { in nvc0_program_upload_code() 844 nv50_ir_apply_fixups(prog->fixups, prog->code, in nvc0_program_upload_code() 997 FREE(prog->fixups); in nvc0_program_destroy()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_program.h | 117 void *fixups; /* relocation records */ member
|
D | nv50_program.c | 402 prog->fixups = info_out.bin.relocData; in nv50_program_translate() 520 if (prog->fixups) in nv50_program_upload_code() 521 nv50_ir_relocate_code(prog->fixups, prog->code, prog->code_base, 0, 0); in nv50_program_upload_code() 550 FREE(p->fixups); in nv50_program_destroy()
|
/third_party/alsa-lib/ |
D | ChangeLog | 6 * fixups in header files (according to documentation)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCTargetOptionsCommandFlags.inc | 23 "relax all fixups in the emitted object file"));
|
/third_party/python/Lib/logging/ |
D | config.py | 133 fixups = [] #for inter-handler references 156 fixups.append((h, target)) 159 for h, t in fixups:
|
/third_party/glib/ |
D | NEWS.pre-1-3 | 40 * A few Win32 fixups 52 * GSource destruction fixups.
|
/third_party/mesa3d/docs/relnotes/ |
D | 11.2.2.rst | 77 - cherry-ignore: ignore the GetSamplerParameterIuiv{EXT,OES} fixups
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 19 plus fixups.
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | TestUtil.h | 756 for (const auto *Fixup : assembler()->fixups()) { in assemble()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | TestUtil.h | 942 for (const auto *Fixup : assembler()->fixups()) { in assemble()
|
/third_party/libxml2/ |
D | NEWS | 1232 Various "make distcheck" and portability fixups 2nd part (Daniel Richard G), 1233 Various "make distcheck" and portability fixups (Daniel Richard G), 1252 More fixups on the push parser behaviour (Daniel Veillard), 1277 fixup regression in Various "make distcheck" and portability fixups (Roumen Petrov), 2048 XHTML1 serialization (David Madore), Attribute derivation fixups in XSD 2112 QNames fixes (Kasimier), XPath streaming fixups (William), RelaxNG bug 2139 - bug fixes: schemas type decimal fixups (William Brack), xmmlint return 2192 push mode (Rob Richards), line and col computations fixups (Aleksey
|
/third_party/mtdev/ |
D | ChangeLog | 629 [rydberg@euromail.se: minor fixups]
|
/third_party/boost/boost/beast/zlib/detail/ |
D | inflate_stream.ipp | 897 // VFALCO These fixups are from ZLib
|
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/ |
D | inflate_stream.ipp | 897 // VFALCO These fixups are from ZLib
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_pixel_data_range.txt | 275 hardware, filled with garbage. By careful fixups (read the
|
/third_party/openGLES/extensions/NV/ |
D | NV_pixel_data_range.txt | 275 hardware, filled with garbage. By careful fixups (read the
|