Lines Matching defs:vs_state
624 struct brw_vs_unit_state vs_state;
627 memset(&vs_state, 0, sizeof(vs_state));
629 vs_state.thread4.nr_urb_entries = URB_VS_ENTRIES >> 2;
631 vs_state.thread4.nr_urb_entries = URB_VS_ENTRIES;
632 vs_state.thread4.urb_entry_allocation_size = URB_VS_ENTRY_SIZE - 1;
633 vs_state.vs6.vs_enable = 0;
634 vs_state.vs6.vert_cache_disable = 1;
637 &vs_state, sizeof(vs_state),