Home
last modified time | relevance | path

Searched refs:LP_SCENE_MAX_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.h63 #define LP_SCENE_MAX_SIZE (36*1024*1024) macro
238 scene->scene_size, LP_SCENE_MAX_SIZE); in lp_scene_alloc()
272 scene->scene_size, LP_SCENE_MAX_SIZE); in lp_scene_alloc_aligned()
Dlp_scene.c86 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()
/external/mesa3d/docs/relnotes/
D9.1.2.rst111 - llvmpipe: tweak CMD_BLOCK_MAX and LP_SCENE_MAX_SIZE