HomeSort by relevance Sort by last modified time
    Searched full:sb_pool (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ir.h 82 class sb_pool { class in namespace:r600_sb
94 sb_pool(unsigned block_size = SB_POOL_DEFAULT_BLOCK_SIZE) function in class:r600_sb::sb_pool
97 virtual ~sb_pool() { free_all(); }
282 class sb_value_pool : protected sb_pool {
287 : sb_pool(block_elts * (aligned_elt_size = ((elt_size +
sb_valtable.cpp 303 void* sb_pool::allocate(unsigned sz) {
305 assert (sz < (block_size >> 6) && "too big allocation size for sb_pool");
321 void sb_pool::free_all() {
sb_shader.h 275 sb_pool pool;

Completed in 75 milliseconds