Searched refs:DATA_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance
59 #define DATA_BLOCK_SIZE (64 * 1024) macro86 ubyte data[DATA_BLOCK_SIZE];216 assert(size <= DATA_BLOCK_SIZE); in lp_scene_alloc()221 size, block->used, DATA_BLOCK_SIZE, in lp_scene_alloc()224 if (block->used + size > DATA_BLOCK_SIZE) { in lp_scene_alloc()255 block->used, DATA_BLOCK_SIZE, in lp_scene_alloc_aligned()258 if (block->used + size + alignment - 1 > DATA_BLOCK_SIZE) { in lp_scene_alloc_aligned()
72 size_t maxCommandPlusData = maxCommandBytes + DATA_BLOCK_SIZE; in lp_scene_create()333 if (scene->scene_size + DATA_BLOCK_SIZE > LP_SCENE_MAX_SIZE) { in lp_scene_new_data_block()
1083 STATIC_ASSERT(DATA_BLOCK_SIZE >= LP_MAX_TGSI_CONST_BUFFER_SIZE); in try_update_scene_state()