
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 52 of file u_blit.c.
struct pipe_context* blit_state::pipe [read] |
struct cso_context* blit_state::cso [read] |
struct pipe_blend_state blit_state::blend [read] |
struct pipe_depth_stencil_alpha_state blit_state::depthstencil [read] |
struct pipe_rasterizer_state blit_state::rasterizer [read] |
struct pipe_sampler_state blit_state::sampler [read] |
struct pipe_viewport_state blit_state::viewport [read] |
struct pipe_shader_state blit_state::vert_shader [read] |
struct pipe_shader_state blit_state::frag_shader [read] |
| void* blit_state::vs |
| void* blit_state::fs |
struct pipe_buffer* blit_state::vbuf [read] |
| unsigned blit_state::vbuf_slot |
| float blit_state::vertices[4][2][4] |
1.5.4