Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.c71 size_t maxCommandBytes = sizeof(struct cmd_block) * maxBins; in lp_scene_create() local
72 size_t maxCommandPlusData = maxCommandBytes + DATA_BLOCK_SIZE; in lp_scene_create()
76 assert(maxCommandBytes < LP_SCENE_MAX_SIZE); in lp_scene_create()