
Data Fields | |
| unsigned | immediate [8] | 
| unsigned | dynamic [14] | 
| float | constants [PIPE_SHADER_TYPES][32][4] | 
| uint | num_user_constants [PIPE_SHADER_TYPES] | 
| number of constants passed in through a constant buffer   | |
| unsigned | sampler [8][3] | 
| unsigned | sampler_enable_flags | 
| unsigned | sampler_enable_nr | 
| unsigned | texbuffer [8][2] | 
| struct vertex_info | vertex_info | 
| Describes the current hardware vertex layout.   | |
| unsigned | id | 
Definition at line 127 of file i915_context.h.
| unsigned i915_state::immediate[8] | 
Definition at line 129 of file i915_context.h.
| unsigned i915_state::dynamic[14] | 
Definition at line 130 of file i915_context.h.
| float i915_state::constants[PIPE_SHADER_TYPES][32][4] | 
Definition at line 132 of file i915_context.h.
| uint i915_state::num_user_constants[PIPE_SHADER_TYPES] | 
number of constants passed in through a constant buffer
Definition at line 134 of file i915_context.h.
| unsigned i915_state::sampler[8][3] | 
Definition at line 137 of file i915_context.h.
| unsigned i915_state::sampler_enable_flags | 
Definition at line 138 of file i915_context.h.
| unsigned i915_state::sampler_enable_nr | 
Definition at line 139 of file i915_context.h.
| unsigned i915_state::texbuffer[8][2] | 
Definition at line 142 of file i915_context.h.
struct vertex_info i915_state::vertex_info [read]           | 
        
| unsigned i915_state::id | 
Definition at line 147 of file i915_context.h.
 1.5.4