Home | History | Annotate | Download | only in i965

Lines Matching defs:mrf

142  * Determine whether the given vertex output can be written directly to a MRF
149 /* These never go straight into MRF's. They are placed in the MRF by
1675 int mrf = slot + 1;
1679 brw_MOV(p, brw_message_reg(mrf),
1694 0, /* starting mrf reg nr */
1706 /* Not all of the vertex outputs/results fit into the MRF.
1707 * Move the overflowed attributes from the GRF to the MRF and
1710 GLuint mrf = 1;
1713 /* move from GRF to MRF */
1714 brw_MOV(p, brw_message_reg(mrf),
1716 mrf++;
1721 0, /* starting mrf reg nr */
1725 align_interleaved_urb_mlen(brw, mrf),