Searched refs:this_count (Results 1 – 2 of 2) sorted by relevance
379 uint32_t this_count = count; in vc4_draw_vbo() local404 this_count = step = max_verts; in vc4_draw_vbo()407 this_count = step = max_verts - (max_verts % 2); in vc4_draw_vbo()410 this_count = max_verts; in vc4_draw_vbo()414 this_count = max_verts; in vc4_draw_vbo()421 this_count = step = max_verts - (max_verts % 3); in vc4_draw_vbo()424 this_count = max_verts; in vc4_draw_vbo()430 this_count = step = max_verts; in vc4_draw_vbo()436 cl_u32(&bcl, this_count); in vc4_draw_vbo()
424 ; CHECK: %this_count = phi i32 [ %count, %entry ], [ %next_count, %loop ]435 %this_count = phi i32 [ %count, %entry ], [ %next_count, %loop ]438 %next_count = sub i32 %this_count, 1