Searched refs:end_instance (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c1262 unsigned end_instance = 0; local in function:u_vbuf_draw_vbo
1287 end_instance = MAX2(end_instance, start_instance + instance_count);
1306 new_info.instance_count = end_instance - new_info.start_instance;
1323 unsigned end_instance = 0; local in function:u_vbuf_draw_vbo
1337 end_instance = MAX2(end_instance, start_instance + instance_count);
1343 new_info.instance_count = end_instance - new_info.start_instance;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_vbuf.c1495 unsigned end_instance = 0; local in function:u_vbuf_draw_vbo
1520 end_instance = MAX2(end_instance, start_instance + instance_count);
1538 new_info.instance_count = end_instance - new_info.start_instance;
1555 unsigned end_instance = 0; local in function:u_vbuf_draw_vbo
1569 end_instance = MAX2(end_instance, start_instance + instance_count);
1575 new_info.instance_count = end_instance - new_info.start_instance;

Completed in 5 milliseconds