Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_gs_state.c72 gs->thread4.urb_entry_allocation_size = brw->urb.vsize - 1; in brw_upload_gs_unit()
Dbrw_clip_state.c71 clip->thread4.urb_entry_allocation_size = brw->urb.vsize - 1; in brw_upload_clip_unit()
Dbrw_vs_state.c138 vs->thread4.urb_entry_allocation_size = brw->urb.vsize - 1; in brw_upload_vs_unit()
Dbrw_structs.h175 GLuint urb_entry_allocation_size:5; member
414 GLuint urb_entry_allocation_size:5; member
483 GLuint urb_entry_allocation_size:5; member
525 GLuint urb_entry_allocation_size:5; member
Dbrw_sf_state.c175 sf->thread4.urb_entry_allocation_size = brw->urb.sfsize - 1; in upload_sf_unit()