Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.c70 size_t maxBins = TILES_X * TILES_Y; in lp_scene_create() local
71 size_t maxCommandBytes = sizeof(struct cmd_block) * maxBins; in lp_scene_create()