Lines Matching refs:start
991 const unsigned start = (inst->flag_subreg * 16 + inst->group) &
993 const unsigned end = start + ALIGN(inst->exec_size, width);
994 return ((1 << DIV_ROUND_UP(end, 8)) - 1) & ~((1 << (start / 8)) - 1);
1007 const unsigned start = (r.nr - BRW_ARF_FLAG) * 4 + r.subnr;
1008 const unsigned end = start + sz;
1009 return bit_mask(end) & ~bit_mask(start);
1592 cfg->first_block(), cfg->first_block()->start());
1606 /* On Gfx12-HP we load constants at the start of the program using A32
1701 cfg->first_block(), cfg->first_block()->start());
2466 *out_pull_index = (32 * range->start + src.offset) / 4;
2777 * us to start reading outside of the VGRF which will lead to an
3185 if (block->start() == scan_inst)
3586 * aren't read since being written. If we hit the start of the program,
3594 if (block->start() == scan_inst && block->num != 0) {
6067 snprintf(filename, 64, "%s%d-%s-00-00-start",
6340 * Find the first instruction in the program that might start a region of
7561 /* Iron lake and earlier only have one Dispatch GRF start field. Make