Searched refs:POOL_ALIGN (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.c31 #define POOL_ALIGN 8 macro
84 pool->head = (unsigned char*)(((unsigned long)pool->head + POOL_ALIGN - 1) & ~(POOL_ALIGN - 1));
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dmemory_pool.c31 #define POOL_ALIGN 8 macro
84 pool->head = (unsigned char*)(((unsigned long)pool->head + POOL_ALIGN - 1) & ~(POOL_ALIGN - 1));

Completed in 443 milliseconds