Searched refs:LP_SCENE_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance
63 #define LP_SCENE_MAX_SIZE (36*1024*1024) macro238 scene->scene_size, LP_SCENE_MAX_SIZE); in lp_scene_alloc()272 scene->scene_size, LP_SCENE_MAX_SIZE); in lp_scene_alloc_aligned()
86 assert(maxCommandBytes < LP_SCENE_MAX_SIZE); in lp_scene_create()88 assert(maxCommandPlusData <= LP_SCENE_MAX_SIZE); in lp_scene_create()367 if (scene->scene_size + DATA_BLOCK_SIZE > LP_SCENE_MAX_SIZE) { in lp_scene_new_data_block()
111 - llvmpipe: tweak CMD_BLOCK_MAX and LP_SCENE_MAX_SIZE