HomeSort by relevance Sort by last modified time
    Searched defs:sfsize (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_urb.c 106 brw->urb.cs_start = brw->urb.sf_start + brw->urb.nr_sf_entries * brw->urb.sfsize;
120 GLuint sfsize = brw->sf.prog_data->urb_entry_size; local
128 if (sfsize < limits[SF].min_entry_size)
129 sfsize = limits[SF].min_entry_size;
132 brw->urb.sfsize < sfsize ||
135 brw->urb.sfsize > sfsize ||
140 brw->urb.sfsize = sfsize;
    [all...]
brw_context.h 819 GLuint sfsize; /* setup data size in urb registers */ member in struct:brw_context::__anon27705
    [all...]

Completed in 95 milliseconds