Searched refs:end_instance (Results 1 – 2 of 2) sorted by relevance
1380 unsigned end_instance = 0; in u_vbuf_draw_vbo() local1405 end_instance = MAX2(end_instance, start_instance + instance_count); in u_vbuf_draw_vbo()1424 new_info.instance_count = end_instance - new_info.start_instance; in u_vbuf_draw_vbo()1441 unsigned end_instance = 0; in u_vbuf_draw_vbo() local1455 end_instance = MAX2(end_instance, start_instance + instance_count); in u_vbuf_draw_vbo()1461 new_info.instance_count = end_instance - new_info.start_instance; in u_vbuf_draw_vbo()
1489 static void AddRangeStats(const int start_instance, const int end_instance, in AddRangeStats() argument1498 DCHECK_LE(start_instance, end_instance); in AddRangeStats()1499 if (start_instance == end_instance) { in AddRangeStats()1502 for (int32 instance = start_instance; instance <= end_instance; ++instance) { in AddRangeStats()1506 (instance == end_instance) ? end_feature_dim : feature_dims; in AddRangeStats()