Searched refs:maxCommandBytes (Results 1 – 1 of 1) sorted by relevance
82 size_t maxCommandBytes = sizeof(struct cmd_block) * maxBins; in lp_scene_create() local83 size_t maxCommandPlusData = maxCommandBytes + DATA_BLOCK_SIZE; in lp_scene_create()87 assert(maxCommandBytes < LP_SCENE_MAX_SIZE); in lp_scene_create()