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