Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_context.h55 struct llvmpipe_context { struct
56 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 …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.h55 struct llvmpipe_context { struct
56 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 …]