Home
last modified time | relevance | path

Searched refs:RELOC_ALLOC_INCREMENT (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target.cpp413 #define RELOC_ALLOC_INCREMENT 8 macro
421 if (!(n % RELOC_ALLOC_INCREMENT)) { in addReloc()
425 size + RELOC_ALLOC_INCREMENT * sizeof(RelocEntry))); in addReloc()
447 if (!(n % RELOC_ALLOC_INCREMENT)) { in addInterp()
451 size + RELOC_ALLOC_INCREMENT * sizeof(FixupEntry))); in addInterp()