Searched refs:LP_SCENE_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance
64 #define LP_SCENE_MAX_SIZE (36*1024*1024) macro249 scene->scene_size, LP_SCENE_MAX_SIZE); in lp_scene_alloc()283 scene->scene_size, LP_SCENE_MAX_SIZE); in lp_scene_alloc_aligned()
87 assert(maxCommandBytes < LP_SCENE_MAX_SIZE); in lp_scene_create()89 assert(maxCommandPlusData <= LP_SCENE_MAX_SIZE); in lp_scene_create()363 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