llvmpipe: added lp_bin_get_num_bins()

This commit is contained in:
Brian Paul 2009-12-11 17:33:30 -07:00
parent 2876b684de
commit 8736ee1e7d

View file

@ -258,6 +258,13 @@ lp_bin_state_command( struct lp_bins *bins,
const union lp_rast_cmd_arg arg );
static INLINE unsigned
lp_bin_get_num_bins( const struct lp_bins *bins )
{
return bins->tiles_x * bins->tiles_y;
}
void
lp_bin_iter_begin( struct lp_bins *bins );