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.cpp414 #define RELOC_ALLOC_INCREMENT 8 macro
422 if (!(n % RELOC_ALLOC_INCREMENT)) { in addReloc()
426 size + RELOC_ALLOC_INCREMENT * sizeof(RelocEntry))); in addReloc()
448 if (!(n % RELOC_ALLOC_INCREMENT)) { in addInterp()
452 size + RELOC_ALLOC_INCREMENT * sizeof(FixupEntry))); in addInterp()