Searched defs:reg_end (Results 1 – 2 of 2) sorted by relevance
131 const int reg_end = reg_start + size; in brw_is_grf_written() local173 const int reg_end = reg_start + size; in brw_is_mrf_written_alu() local235 const int reg_end = reg_start + size; in brw_is_mrf_written_send() local267 const int reg_end = reg_start + size; in brw_is_mrf_read() local314 const int reg_end = reg_start + size; in brw_is_grf_read() local349 const int reg_end = reg_start + size; in brw_is_grf_read() local
246 static reg_iterator reg_end() { return reg_iterator(nullptr); } in reg_end() function