Searched refs:SB_POOL_ALIGN (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp343 sz = (sz + SB_POOL_ALIGN - 1) & ~(SB_POOL_ALIGN - 1);
H A Dsb_ir.h88 static const unsigned SB_POOL_ALIGN = 8; member in class:r600_sb::sb_pool
292 SB_POOL_ALIGN - 1) & ~(SB_POOL_ALIGN - 1)))) {}
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp343 sz = (sz + SB_POOL_ALIGN - 1) & ~(SB_POOL_ALIGN - 1);
H A Dsb_ir.h88 static const unsigned SB_POOL_ALIGN = 8; member in class:r600_sb::sb_pool
292 SB_POOL_ALIGN - 1) & ~(SB_POOL_ALIGN - 1)))) {}

Completed in 7 milliseconds