HomeSort by relevance Sort by last modified time
    Searched refs:LP_SCENE_MAX_SIZE (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.h 63 #define LP_SCENE_MAX_SIZE (9*1024*1024)
222 scene->scene_size, LP_SCENE_MAX_SIZE);
256 scene->scene_size, LP_SCENE_MAX_SIZE);
lp_scene.c 76 assert(maxCommandBytes < LP_SCENE_MAX_SIZE);
78 assert(maxCommandPlusData <= LP_SCENE_MAX_SIZE);
333 if (scene->scene_size + DATA_BLOCK_SIZE > LP_SCENE_MAX_SIZE) {

Completed in 194 milliseconds