Data Fields | |
struct draw_stage | stage |
int | psize_slot |
float | radius |
uint | tex_slot |
this is the vertex attrib slot for the new texcoords | |
uint | pos_slot |
struct aapoint_fragment_shader * | fs |
void *(* | driver_create_fs_state )(struct pipe_context *, const struct pipe_shader_state *) |
void(* | driver_bind_fs_state )(struct pipe_context *, void *) |
void(* | driver_delete_fs_state )(struct pipe_context *, void *) |
struct pipe_context * | pipe |
Definition at line 81 of file draw_pipe_aapoint.c.
struct draw_stage aapoint_stage::stage [read] |
Definition at line 83 of file draw_pipe_aapoint.c.
Definition at line 85 of file draw_pipe_aapoint.c.
float aapoint_stage::radius |
Definition at line 86 of file draw_pipe_aapoint.c.
this is the vertex attrib slot for the new texcoords
Definition at line 89 of file draw_pipe_aapoint.c.
Definition at line 90 of file draw_pipe_aapoint.c.
struct aapoint_fragment_shader* aapoint_stage::fs [read] |
Definition at line 95 of file draw_pipe_aapoint.c.
void*(* aapoint_stage::driver_create_fs_state)(struct pipe_context *, const struct pipe_shader_state *) |
void(* aapoint_stage::driver_bind_fs_state)(struct pipe_context *, void *) |
void(* aapoint_stage::driver_delete_fs_state)(struct pipe_context *, void *) |
struct pipe_context* aapoint_stage::pipe [read] |
Definition at line 105 of file draw_pipe_aapoint.c.