Searched refs:RelocEntry (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_target.h | 32 struct RelocEntry struct 58 RelocEntry entry[0]; argument 75 bool addReloc(RelocEntry::Type, int w, uint32_t data, uint32_t m,
|
D | nv50_ir_target.cpp | 363 CodeEmitter::addReloc(RelocEntry::Type ty, int w, uint32_t data, uint32_t m, in addReloc() 369 size_t size = sizeof(RelocInfo) + n * sizeof(RelocEntry); in addReloc() 372 size + RELOC_ALLOC_INCREMENT * sizeof(RelocEntry))); in addReloc() 390 RelocEntry::apply(uint32_t *binary, const RelocInfo *info) const in apply()
|
D | nv50_ir_emit_nv50.cpp | 1452 addReloc(RelocEntry::TYPE_CODE, 0, pos, 0x07fff800, 9); in emitPRERETEmu() 1453 addReloc(RelocEntry::TYPE_CODE, 1, pos, 0x000fc000, -4); in emitPRERETEmu() 1512 RelocEntry::Type relocTy; in emitFlow() 1514 relocTy = f->builtin ? RelocEntry::TYPE_BUILTIN : RelocEntry::TYPE_CODE; in emitFlow()
|
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
D | nv50_ir_emit_nvc0.cpp | 1179 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xfc000000, 26); in emitFlow() 1180 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x03ffffff, -6); in emitFlow()
|