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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c71 size_t maxCommandBytes = sizeof(struct cmd_block) * maxBins; local in function:lp_scene_create
72 size_t maxCommandPlusData = maxCommandBytes + DATA_BLOCK_SIZE;
76 assert(maxCommandBytes < LP_SCENE_MAX_SIZE);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c79 size_t maxCommandBytes = sizeof(struct cmd_block) * maxBins; local in function:lp_scene_create
80 size_t maxCommandPlusData = maxCommandBytes + DATA_BLOCK_SIZE;
84 assert(maxCommandBytes < LP_SCENE_MAX_SIZE);

Completed in 6 milliseconds