Searched refs:DATA_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_scene.h | 54 #define DATA_BLOCK_SIZE (64 * 1024) macro 85 ubyte data[DATA_BLOCK_SIZE]; 208 assert(size <= DATA_BLOCK_SIZE); in lp_scene_alloc() 213 size, block->used, DATA_BLOCK_SIZE, in lp_scene_alloc() 216 if (block->used + size > DATA_BLOCK_SIZE) { in lp_scene_alloc() 247 block->used, DATA_BLOCK_SIZE, in lp_scene_alloc_aligned() 250 if (block->used + size + alignment - 1 > DATA_BLOCK_SIZE) { in lp_scene_alloc_aligned()
|
D | lp_scene.c | 299 if (scene->scene_size + DATA_BLOCK_SIZE > LP_SCENE_MAX_SIZE) { in lp_scene_new_data_block()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
D | lp_scene.h | 54 #define DATA_BLOCK_SIZE (64 * 1024) macro 85 ubyte data[DATA_BLOCK_SIZE]; 208 assert(size <= DATA_BLOCK_SIZE); in lp_scene_alloc() 213 size, block->used, DATA_BLOCK_SIZE, in lp_scene_alloc() 216 if (block->used + size > DATA_BLOCK_SIZE) { in lp_scene_alloc() 247 block->used, DATA_BLOCK_SIZE, in lp_scene_alloc_aligned() 250 if (block->used + size + alignment - 1 > DATA_BLOCK_SIZE) { in lp_scene_alloc_aligned()
|
D | lp_scene.c | 299 if (scene->scene_size + DATA_BLOCK_SIZE > LP_SCENE_MAX_SIZE) { in lp_scene_new_data_block()
|