diff options
author | Kenneth Graunke <[email protected]> | 2017-05-10 12:41:39 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-05-11 16:52:59 -0700 |
commit | f790d6e0b48ca35291f50aeb7462130723d62870 (patch) | |
tree | 34cacdd5f277144950539ebd756351996784a7f1 /src/mesa/drivers/dri/i965/brw_structs.h | |
parent | 4933c3d16e8b652c388d04e498b4f9016507fbf3 (diff) |
i965: Port Gen4-5 VS_STATE to genxml.
It's actually not that much code.
Reviewed-by: Rafael Antognolli <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_structs.h')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_structs.h | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_structs.h b/src/mesa/drivers/dri/i965/brw_structs.h index 55338c0e243..f5774138e22 100644 --- a/src/mesa/drivers/dri/i965/brw_structs.h +++ b/src/mesa/drivers/dri/i965/brw_structs.h @@ -483,41 +483,6 @@ struct brw_gs_unit_state }; -struct brw_vs_unit_state -{ - struct thread0 thread0; - struct thread1 thread1; - struct thread2 thread2; - struct thread3 thread3; - - struct - { - unsigned pad0:10; - unsigned stats_enable:1; - unsigned nr_urb_entries:7; - unsigned pad1:1; - unsigned urb_entry_allocation_size:5; - unsigned pad2:1; - unsigned max_threads:6; - unsigned pad3:1; - } thread4; - - struct - { - unsigned sampler_count:3; - unsigned pad0:2; - unsigned sampler_state_pointer:27; - } vs5; - - struct - { - unsigned vs_enable:1; - unsigned vert_cache_disable:1; - unsigned pad0:30; - } vs6; -}; - - struct brw_wm_unit_state { struct thread0 thread0; |