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.h58 struct llvmpipe_context { struct
59 struct pipe_context pipe; /**< base class */
62 const struct pipe_blend_state *blend;
63 struct pipe_sampler_state *samplers[PIPE_SHADER_TYPES][PIPE_MAX_SAMPLERS];
65 const struct pipe_depth_stencil_alpha_state *depth_stencil;
66 const struct pipe_rasterizer_state *rasterizer;
67 struct lp_fragment_shader *fs;
68 struct draw_vertex_shader *vs;
69 const struct lp_geometry_shader *gs;
70 const struct lp_tess_ctrl_shader *tcs;
[all …]