Data Fields | |
struct pipe_context * | pipe |
struct cso_context * | cso |
struct pipe_blend_state | blend |
struct pipe_depth_stencil_alpha_state | depthstencil |
struct pipe_rasterizer_state | rasterizer |
struct pipe_sampler_state | sampler |
struct pipe_viewport_state | viewport |
struct pipe_shader_state | vert_shader |
struct pipe_shader_state | frag_shader |
void * | vs |
void * | fs |
struct pipe_buffer * | vbuf |
quad vertices | |
unsigned | vbuf_slot |
float | vertices [4][2][4] |
vertex/texcoords for quad |
Definition at line 55 of file u_gen_mipmap.c.
struct pipe_context* gen_mipmap_state::pipe [read] |
Definition at line 57 of file u_gen_mipmap.c.
struct cso_context* gen_mipmap_state::cso [read] |
Definition at line 58 of file u_gen_mipmap.c.
struct pipe_blend_state gen_mipmap_state::blend [read] |
Definition at line 60 of file u_gen_mipmap.c.
struct pipe_depth_stencil_alpha_state gen_mipmap_state::depthstencil [read] |
Definition at line 61 of file u_gen_mipmap.c.
struct pipe_rasterizer_state gen_mipmap_state::rasterizer [read] |
Definition at line 62 of file u_gen_mipmap.c.
struct pipe_sampler_state gen_mipmap_state::sampler [read] |
Definition at line 63 of file u_gen_mipmap.c.
struct pipe_viewport_state gen_mipmap_state::viewport [read] |
Definition at line 64 of file u_gen_mipmap.c.
struct pipe_shader_state gen_mipmap_state::vert_shader [read] |
Definition at line 66 of file u_gen_mipmap.c.
struct pipe_shader_state gen_mipmap_state::frag_shader [read] |
Definition at line 67 of file u_gen_mipmap.c.
void* gen_mipmap_state::vs |
Definition at line 68 of file u_gen_mipmap.c.
void* gen_mipmap_state::fs |
Definition at line 69 of file u_gen_mipmap.c.
struct pipe_buffer* gen_mipmap_state::vbuf [read] |
unsigned gen_mipmap_state::vbuf_slot |
Definition at line 72 of file u_gen_mipmap.c.
float gen_mipmap_state::vertices[4][2][4] |