Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aaline.c73 struct aaline_stage struct
75 struct draw_stage stage;
77 float half_line_width;
80 uint coord_slot;
82 uint pos_slot;
88 struct aaline_fragment_shader *fs;
93 void * (*driver_create_fs_state)(struct pipe_context *,
95 void (*driver_bind_fs_state)(struct pipe_context *, void *);
96 void (*driver_delete_fs_state)(struct pipe_context *, void *);
367 aaline_stage(struct draw_stage *stage) in aaline_stage() function