Lines Matching defs:count
297 if (draw->count != 2 || info->mode != PIPE_PRIM_LINE_LOOP)
324 if (!indirect && (!draws[0].count || !info->instance_count))
331 !u_trim_pipe_prim(info->mode, (unsigned*)&draws[0].count))
341 vc4_hw_2116_workaround(pctx, draws[0].count);
353 vc4_get_draw_cl_space(job, draws[0].count);
400 draws[0].count, &offset);
407 draws[0].count * index_size, 4,
442 cl_u32(&bcl, draws[0].count);
452 uint32_t count = draws[0].count;
458 * drawarrays, which means that if start + count > 64k it
468 if (start + count > max_verts) {
474 while (count) {
475 uint32_t this_count = count;
492 count -= step;