Lines Matching defs:vs_state
623 struct brw_vs_unit_state vs_state;
626 memset(&vs_state, 0, sizeof(vs_state));
628 vs_state.thread4.nr_urb_entries = URB_VS_ENTRIES >> 2;
630 vs_state.thread4.nr_urb_entries = URB_VS_ENTRIES;
631 vs_state.thread4.urb_entry_allocation_size = URB_VS_ENTRY_SIZE - 1;
632 vs_state.vs6.vs_enable = 0;
633 vs_state.vs6.vert_cache_disable = 1;
636 &vs_state, sizeof(vs_state),