Home
last modified time | relevance | path

Searched defs:svga_state (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h196 struct svga_state struct
198 const struct svga_blend_state *blend;
199 const struct svga_depth_stencil_state *depth;
200 const struct svga_rasterizer_state *rast;
201 const struct svga_sampler_state *sampler[PIPE_MAX_SAMPLERS];
202 const struct svga_velems_state *velems;
204 struct pipe_sampler_view *sampler_views[PIPE_MAX_SAMPLERS]; /* or texture ID's? */
205 struct svga_fragment_shader *fs;
206 struct svga_vertex_shader *vs;
208 struct pipe_vertex_buffer vb[PIPE_MAX_ATTRIBS];
[all …]