Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_context.h59 struct llvmpipe_context { struct
60 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 …]