Home | History | Annotate | Download | only in i965

Lines Matching refs:sf

42 #define SF 3
60 * The SF unit preallocates a PUE at the start of thread dispatch, and only
63 * For CLIP, the SF unit will hold the previous primitive while the
84 * XXX: Verify SF min_entry_size.
95 { 1, 8, 1, 12 }, /* sf */
120 GLuint sfsize = brw->sf.prog_data->urb_entry_size;
128 if (sfsize < limits[SF].min_entry_size)
129 sfsize = limits[SF].min_entry_size;
146 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries;
159 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries;
175 brw->urb.nr_sf_entries = limits[SF].min_nr_entries;
199 printf("URB fence: %d ..VS.. %d ..GS.. %d ..CLP.. %d ..SF.. %d ..CS.. %d\n",