gen_mipmap_state Struct Reference

Collaboration diagram for gen_mipmap_state:

Collaboration graph
[legend]

Data Fields

struct pipe_contextpipe
struct cso_contextcso
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_buffervbuf
 quad vertices
unsigned vbuf_slot
float vertices [4][2][4]
 vertex/texcoords for quad

Detailed Description

Definition at line 55 of file u_gen_mipmap.c.


Field Documentation

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]

quad vertices

Definition at line 71 of file u_gen_mipmap.c.

unsigned gen_mipmap_state::vbuf_slot

Definition at line 72 of file u_gen_mipmap.c.

float gen_mipmap_state::vertices[4][2][4]

vertex/texcoords for quad

Definition at line 74 of file u_gen_mipmap.c.


The documentation for this struct was generated from the following file:
Generated on Tue Sep 29 06:26:01 2009 for Gallium3D by  doxygen 1.5.4