Searched refs:first_reladdr_output (Results 1 – 1 of 1) sorted by relevance
105 int first_reladdr_output = VERT_RESULT_MAX; in get_first_reladdr_output() local112 inst->DstReg.Index < first_reladdr_output) in get_first_reladdr_output()113 first_reladdr_output = inst->DstReg.Index; in get_first_reladdr_output()116 return first_reladdr_output; in get_first_reladdr_output()146 int first_reladdr_output, int slot) in can_use_direct_mrf() argument154 if (first_reladdr_output <= vert_result && vert_result < VERT_RESULT_MAX) { in can_use_direct_mrf()179 int first_reladdr_output; in brw_vs_alloc_regs() local330 first_reladdr_output = get_first_reladdr_output(&c->vp->program); in brw_vs_alloc_regs()335 if (can_use_direct_mrf(vert_result, first_reladdr_output, slot)) { in brw_vs_alloc_regs()