Searched refs:sb_pool (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_ir.h86 class sb_pool { class in namespace:r600_sb
98 sb_pool(unsigned block_size = SB_POOL_DEFAULT_BLOCK_SIZE) function in class:r600_sb::sb_pool
101 virtual ~sb_pool() { free_all(); }
286 class sb_value_pool : protected sb_pool {
291 : sb_pool(block_elts * (aligned_elt_size = ((elt_size +
H A Dsb_valtable.cpp342 void* sb_pool::allocate(unsigned sz) {
344 assert (sz < (block_size >> 6) && "too big allocation size for sb_pool");
360 void sb_pool::free_all() {
H A Dsb_shader.h275 sb_pool pool;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_ir.h86 class sb_pool { class in namespace:r600_sb
98 sb_pool(unsigned block_size = SB_POOL_DEFAULT_BLOCK_SIZE) function in class:r600_sb::sb_pool
101 virtual ~sb_pool() { free_all(); }
286 class sb_value_pool : protected sb_pool {
291 : sb_pool(block_elts * (aligned_elt_size = ((elt_size +
H A Dsb_valtable.cpp342 void* sb_pool::allocate(unsigned sz) {
344 assert (sz < (block_size >> 6) && "too big allocation size for sb_pool");
360 void sb_pool::free_all() {
H A Dsb_shader.h275 sb_pool pool;

Completed in 9 milliseconds