Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.h60 struct softpipe_context { struct
61 struct pipe_context pipe; /**< base class */
64 struct pipe_blend_state *blend;
65 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
66 struct pipe_depth_stencil_alpha_state *depth_stencil;
67 struct pipe_rasterizer_state *rasterizer;
68 struct sp_fragment_shader *fs;
69 struct sp_fragment_shader_variant *fs_variant;
70 struct sp_vertex_shader *vs;
71 struct sp_geometry_shader *gs;
[all …]