Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.h58 struct llvmpipe_context { struct
59 struct pipe_context pipe; /**< base class */
61 struct list_head list;
63 const struct pipe_blend_state *blend;
64 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
66 const struct pipe_depth_stencil_alpha_state *depth_stencil;
67 const struct pipe_rasterizer_state *rasterizer;
68 struct lp_fragment_shader *fs;
69 struct draw_vertex_shader *vs;
70 const struct lp_geometry_shader *gs;
[all …]