Searched defs:aaline_stage (Results 1 – 1 of 1) sorted by relevance
73 struct aaline_stage struct75 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