/third_party/mesa3d/src/asahi/compiler/ |
D | agx_pack.c | 406 agx_pack_instr(struct util_dynarray *emission, struct util_dynarray *fixups, agx_instr *I) in agx_pack_instr() argument 623 util_dynarray_append(fixups, struct agx_branch_fixup, fixup); in agx_pack_instr() 657 struct util_dynarray fixups; in agx_pack_binary() local 658 util_dynarray_init(&fixups, ctx); in agx_pack_binary() 666 agx_pack_instr(emission, &fixups, ins); in agx_pack_binary() 670 util_dynarray_foreach(&fixups, struct agx_branch_fixup, fixup) in agx_pack_binary() 673 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.c | 405 prog->fixups = info_out.bin.relocData; in nv50_program_translate() 523 if (prog->fixups) in nv50_program_upload_code() 524 nv50_ir_relocate_code(prog->fixups, prog->code, prog->code_base, 0, 0); in nv50_program_upload_code() 553 FREE(p->fixups); in nv50_program_destroy()
|
D | nv50_program.h | 117 void *fixups; /* relocation records */ member
|
/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/mesa3d/docs/relnotes/ |
D | 11.2.2.rst | 77 - cherry-ignore: ignore the GetSamplerParameterIuiv{EXT,OES} fixups
|
D | 21.2.0.rst | 748 - panfrost: Remove AFBC format fixups 1539 - ir3/print: Manual formatting fixups 4488 - freedreno: Manual 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/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
|
/third_party/rust/crates/regex/ |
D | CHANGELOG.md | 527 * Various typo/doc fixups.
|
/third_party/flutter/skia/third_party/externals/freetype/docs/ |
D | CHANGES | 154 prohibit automatic address fixups, such as BREW, has been 224 fixups, such as BREW. [Compilation with modern compilers that
|