Home
last modified time | relevance | path

Searched refs:first_reladdr_output (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vs_emit.c105 int first_reladdr_output = VERT_RESULT_MAX; in get_first_reladdr_output() local
112 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() argument
154 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() local
330 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()