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