HomeSort by relevance Sort by last modified time
    Searched refs:nr_urb_entries (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vs_state.c 117 vs->thread4.nr_urb_entries = brw->urb.nr_vs_entries >> 2;
135 vs->thread4.nr_urb_entries = brw->urb.nr_vs_entries;
brw_gs_state.c 71 gs->thread4.nr_urb_entries = brw->urb.nr_gs_entries;
brw_clip_state.c 70 clip->thread4.nr_urb_entries = brw->urb.nr_clip_entries;
brw_sf_state.c 174 sf->thread4.nr_urb_entries = brw->urb.nr_sf_entries;
brw_structs.h 173 GLuint nr_urb_entries:7; member in struct:brw_clip_unit_state::__anon16925
412 GLuint nr_urb_entries:7; member in struct:brw_sf_unit_state::__anon16945
481 GLuint nr_urb_entries:7; member in struct:brw_gs_unit_state::__anon16949
523 GLuint nr_urb_entries:7; member in struct:brw_vs_unit_state::__anon16952
    [all...]

Completed in 37 milliseconds