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.h255 struct svga_state struct
257 const struct svga_blend_state *blend;
258 const struct svga_depth_stencil_state *depth;
259 const struct svga_rasterizer_state *rast;
260 const struct svga_sampler_state *sampler[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
261 const struct svga_velems_state *velems;
263 …ruct pipe_sampler_view *sampler_views[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS]; /* or texture ID's? */
264 struct svga_fragment_shader *fs;
265 struct svga_vertex_shader *vs;
266 struct svga_geometry_shader *user_gs; /* user-specified GS */
[all …]