Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.h56 struct llvmpipe_context { struct
57 struct pipe_context pipe; /**< base class */
60 const struct pipe_blend_state *blend;
61 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
63 const struct pipe_depth_stencil_alpha_state *depth_stencil;
64 const struct pipe_rasterizer_state *rasterizer;
65 struct lp_fragment_shader *fs;
66 struct draw_vertex_shader *vs;
67 const struct lp_geometry_shader *gs;
68 const struct lp_velems_state *velems;
[all …]