Searched refs:this_count (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_draw.c450 uint32_t this_count = count; local in function:vc4_draw_vbo
461 this_count = step = max_verts;
464 this_count = step = max_verts - (max_verts % 2);
467 this_count = max_verts;
471 this_count = max_verts;
478 this_count = step = max_verts - (max_verts % 3);
481 this_count = max_verts;
487 this_count = step = max_verts;
493 array.length = this_count;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_draw.c450 uint32_t this_count = count; local in function:vc4_draw_vbo
458 u_split_draw(info, max_verts, &this_count, &step);
462 array.length = this_count;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
H A Dlima_draw.c1128 unsigned this_count = count; local in function:lima_draw_vbo_count
1131 u_split_draw(info, max_verts, &this_count, &step);
1134 local_draw.count = this_count;

Completed in 5 milliseconds