Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_aapoint.c84 struct aapoint_stage struct
86 struct draw_stage stage;
89 float radius;
92 int psize_slot;
95 uint tex_slot;
98 uint pos_slot;
101 struct aapoint_fragment_shader *fs;
106 void * (*driver_create_fs_state)(struct pipe_context *,
108 void (*driver_bind_fs_state)(struct pipe_context *, void *);
109 void (*driver_delete_fs_state)(struct pipe_context *, void *);
[all …]