Searched defs:llvmpipe_context (Results 1 – 2 of 2) sorted by relevance
55 struct llvmpipe_context { struct56 struct pipe_context pipe; /**< base class */59 const struct pipe_blend_state *blend;60 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];62 const struct pipe_depth_stencil_alpha_state *depth_stencil;63 const struct pipe_rasterizer_state *rasterizer;64 struct lp_fragment_shader *fs;65 const struct lp_vertex_shader *vs;66 const struct lp_geometry_shader *gs;67 const struct lp_velems_state *velems;[all …]