Lines Matching defs:end
621 uint32_t end = ubo_state->range[i].end;
622 uint32_t size = MIN2(end - start,
854 unsigned start, end;
855 BITSET_FOREACH_RANGE(start, end, valid_dwords,
857 prog_count += end - start + 1;
876 BITSET_FOREACH_RANGE(start, end, valid_dwords,
881 for (unsigned i = start; i < end; i++) {
1042 /* a6xx finds position/pointsize at the end */
3633 assert(cs.cur == cs.end); /* validate draw state size */
4527 "Final NIR before going into the back-end compiler");