Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_context.h53 struct softpipe_context { struct
54 struct pipe_context pipe; /**< base class */
57 struct pipe_blend_state *blend;
58 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
59 struct pipe_depth_stencil_alpha_state *depth_stencil;
60 struct pipe_rasterizer_state *rasterizer;
61 struct sp_fragment_shader *fs;
62 struct sp_fragment_shader_variant *fs_variant;
63 struct sp_vertex_shader *vs;
64 struct sp_geometry_shader *gs;
[all …]