Home
last modified time | relevance | path

Searched refs:this_count (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_draw.c379 uint32_t this_count = count; in vc4_draw_vbo() local
404 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()
/external/llvm/test/Transforms/Scalarizer/
Dbasic.ll424 ; 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