Searched defs:llvmpipe_context (Results 1 – 1 of 1) sorted by relevance
59 struct llvmpipe_context { struct60 struct pipe_context pipe; /**< base class */62 struct list_head list;64 const struct pipe_blend_state *blend;65 struct pipe_sampler_state *samplers[PIPE_SHADER_MESH_TYPES][PIPE_MAX_SAMPLERS];67 const struct pipe_depth_stencil_alpha_state *depth_stencil;68 const struct pipe_rasterizer_state *rasterizer;69 struct lp_fragment_shader *fs;70 struct draw_vertex_shader *vs;71 const struct lp_geometry_shader *gs;[all …]