Home
last modified time | relevance | path

Searched refs:fixups (Results 1 – 25 of 43) sorted by relevance

12

/third_party/mesa3d/src/asahi/compiler/
Dagx_pack.c406 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/
DIceAssembler.h198 const FixupRefList &fixups() const { return Fixups; } in fixups() function
306 const FixupRefList &fixups() const { return Buffer.fixups(); } in fixups() function
DIceAssembler.cpp156 for (const AssemblerFixup *NextFixup : fixups()) { in emitIASBytes()
DIceELFObjectWriter.cpp257 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/
DAVRFixupKinds.h133 namespace fixups {
DAVRMCCodeEmitter.cpp109 AVR::fixups::adjustBranchTarget(target); in encodeRelCondBrTarget()
219 AVR::fixups::adjustBranchTarget(Target); in encodeCallTarget()
DAVRAsmBackend.cpp82 AVR::fixups::adjustBranchTarget(Value); in adjustBranch()
95 AVR::fixups::adjustBranchTarget(Value); in adjustRelativeBranch()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.h69 void *fixups; member
Dnvc0_program.c687 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/
Dnv50_program.c405 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()
Dnv50_program.h117 void *fixups; /* relocation records */ member
/third_party/alsa-lib/
DChangeLog6 * fixups in header files (according to documentation)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCTargetOptionsCommandFlags.inc23 "relax all fixups in the emitted object file"));
/third_party/python/Lib/logging/
Dconfig.py133 fixups = [] #for inter-handler references
156 fixups.append((h, target))
159 for h, t in fixups:
/third_party/mesa3d/docs/relnotes/
D11.2.2.rst77 - cherry-ignore: ignore the GetSamplerParameterIuiv{EXT,OES} fixups
D21.2.0.rst748 - 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/
DALLOCATION.rst19 plus fixups.
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DTestUtil.h756 for (const auto *Fixup : assembler()->fixups()) { in assemble()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DTestUtil.h942 for (const auto *Fixup : assembler()->fixups()) { in assemble()
/third_party/libxml2/
DNEWS1232 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/
DChangeLog629 [rydberg@euromail.se: minor fixups]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_pixel_data_range.txt275 hardware, filled with garbage. By careful fixups (read the
/third_party/openGLES/extensions/NV/
DNV_pixel_data_range.txt275 hardware, filled with garbage. By careful fixups (read the
/third_party/rust/crates/regex/
DCHANGELOG.md527 * Various typo/doc fixups.
/third_party/flutter/skia/third_party/externals/freetype/docs/
DCHANGES154 prohibit automatic address fixups, such as BREW, has been
224 fixups, such as BREW. [Compilation with modern compilers that

12