Lines Matching defs:start
96 cl_emit(&job->bcl, START_TILE_BINNING, start);
100 * VC4_PACKET_GL_ARRAY_PRIMITIVE, so it needs to be reset at the start
395 uint32_t offset = draws[0].start * index_size;
404 unsigned start_offset = draws[0].start * info->index_size;
453 uint32_t start = draws[0].start;
458 * drawarrays, which means that if start + count > 64k it
468 if (start + count > max_verts) {
469 extra_index_bias = start;
470 start = 0;
488 array.index_of_first_vertex = start;
493 extra_index_bias += start + step;
494 start = 0;