Searched refs:TILES_X (Results 1 – 2 of 2) sorted by relevance
48 #define TILES_X (LP_MAX_WIDTH / TILE_SIZE) macro179 struct cmd_bin tile[TILES_X][TILES_Y];
70 size_t maxBins = TILES_X * TILES_Y; in lp_scene_create()110 for (x = 0; x < TILES_X; x++) { in lp_scene_is_empty()523 assert(scene->tiles_x <= TILES_X); in lp_scene_begin_binning()