Searched refs:RelocEntry (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/nouveau/codegen/ |
D | nv50_ir_target.h | 32 struct RelocEntry struct 58 RelocEntry entry[0]; argument 110 bool addReloc(RelocEntry::Type, int w, uint32_t data, uint32_t m,
|
D | nv50_ir_target.cpp | 401 CodeEmitter::addReloc(RelocEntry::Type ty, int w, uint32_t data, uint32_t m, in addReloc() 407 size_t size = sizeof(RelocInfo) + n * sizeof(RelocEntry); in addReloc() 410 size + RELOC_ALLOC_INCREMENT * sizeof(RelocEntry))); in addReloc() 450 RelocEntry::apply(uint32_t *binary, const RelocInfo *info) const in apply()
|
D | nv50_ir_emit_nv50.cpp | 1802 addReloc(RelocEntry::TYPE_CODE, 0, pos, 0x07fff800, 9); in emitPRERETEmu() 1803 addReloc(RelocEntry::TYPE_CODE, 1, pos, 0x000fc000, -4); in emitPRERETEmu() 1862 RelocEntry::Type relocTy; in emitFlow() 1864 relocTy = f->builtin ? RelocEntry::TYPE_BUILTIN : RelocEntry::TYPE_CODE; in emitFlow()
|
D | nv50_ir_emit_gk110.cpp | 1561 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xff800000, 23); in emitFlow() 1562 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x007fffff, -9); in emitFlow()
|
D | nv50_ir_emit_nvc0.cpp | 1523 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xfc000000, 26); in emitFlow() 1524 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x03ffffff, -6); in emitFlow()
|
D | nv50_ir_emit_gm107.cpp | 581 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xfff00000, 20); in emitCAL() 582 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x000fffff, -12); in emitCAL()
|