Searched defs:softpipe_context (Results 1 – 2 of 2) sorted by relevance
58 struct softpipe_context { struct59 struct pipe_context pipe; /**< base class */62 struct pipe_blend_state *blend;63 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];64 struct pipe_depth_stencil_alpha_state *depth_stencil;65 struct pipe_rasterizer_state *rasterizer;66 struct sp_fragment_shader *fs;67 struct sp_fragment_shader_variant *fs_variant;68 struct sp_vertex_shader *vs;69 struct sp_geometry_shader *gs;[all …]