Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.c82 size_t maxCommandBytes = sizeof(struct cmd_block) * maxBins; in lp_scene_create() local
83 size_t maxCommandPlusData = maxCommandBytes + DATA_BLOCK_SIZE; in lp_scene_create()
87 assert(maxCommandBytes < LP_SCENE_MAX_SIZE); in lp_scene_create()