Data Fields | |
struct softpipe_context * | softpipe |
struct quad_stage * | next |
void(* | begin )(struct quad_stage *qs) |
void(* | run )(struct quad_stage *qs, struct quad_header *quad) |
the stage action | |
void(* | destroy )(struct quad_stage *qs) |
Definition at line 39 of file sp_quad.h.
struct softpipe_context* quad_stage::softpipe [read] |
struct quad_stage* quad_stage::next [read] |
void(* quad_stage::begin)(struct quad_stage *qs) |
void(* quad_stage::run)(struct quad_stage *qs, struct quad_header *quad) |
the stage action
void(* quad_stage::destroy)(struct quad_stage *qs) |