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.h269 struct svga_state struct
271 const struct svga_blend_state *blend;
272 const struct svga_depth_stencil_state *depth;
273 const struct svga_rasterizer_state *rast;
274 const struct svga_sampler_state *sampler[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
275 const struct svga_velems_state *velems;
277 …ruct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; /* or texture ID's? */
278 struct svga_fragment_shader *fs;
279 struct svga_vertex_shader *vs;
280 struct svga_geometry_shader *user_gs; /* user-specified GS */
[all …]