Searched refs:LP_SCENE_MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
63 #define LP_SCENE_MAX_SIZE (9*1024*1024) macro222 scene->scene_size, LP_SCENE_MAX_SIZE); in lp_scene_alloc()256 scene->scene_size, LP_SCENE_MAX_SIZE); in lp_scene_alloc_aligned()
76 assert(maxCommandBytes < LP_SCENE_MAX_SIZE); in lp_scene_create()78 assert(maxCommandPlusData <= LP_SCENE_MAX_SIZE); in lp_scene_create()333 if (scene->scene_size + DATA_BLOCK_SIZE > LP_SCENE_MAX_SIZE) { in lp_scene_new_data_block()