Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c86 struct aapoint_stage struct
88 struct draw_stage stage;
91 float radius;
94 int psize_slot;
97 uint tex_slot;
100 uint pos_slot;
103 struct aapoint_fragment_shader *fs;
108 void * (*driver_create_fs_state)(struct pipe_context *,
110 void (*driver_bind_fs_state)(struct pipe_context *, void *);
111 void (*driver_delete_fs_state)(struct pipe_context *, void *);
[all …]