Searched refs:softpipe_context (Results 1 - 25 of 33) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.h36 softpipe_check_render_cond(struct softpipe_context *sp);
39 struct softpipe_context;
40 extern void softpipe_init_query_funcs(struct softpipe_context * );
H A Dsp_prim_vbuf.h32 struct softpipe_context;
35 sp_create_vbuf_backend(struct softpipe_context *softpipe);
H A Dsp_surface.h35 struct softpipe_context;
39 sp_init_surface_functions(struct softpipe_context *sp);
H A Dsp_quad_pipe.h35 struct softpipe_context;
45 struct softpipe_context *softpipe;
58 struct quad_stage *sp_quad_polygon_stipple_stage( struct softpipe_context *softpipe );
59 struct quad_stage *sp_quad_earlyz_stage( struct softpipe_context *softpipe );
60 struct quad_stage *sp_quad_shade_stage( struct softpipe_context *softpipe );
61 struct quad_stage *sp_quad_alpha_test_stage( struct softpipe_context *softpipe );
62 struct quad_stage *sp_quad_stencil_test_stage( struct softpipe_context *softpipe );
63 struct quad_stage *sp_quad_depth_test_stage( struct softpipe_context *softpipe );
64 struct quad_stage *sp_quad_occlusion_stage( struct softpipe_context *softpipe );
65 struct quad_stage *sp_quad_coverage_stage( struct softpipe_context *softpip
[all...]
H A Dsp_setup.h31 struct softpipe_context;
49 struct setup_context *sp_setup_create_context( struct softpipe_context *softpipe );
H A Dsp_state_clip.c39 struct softpipe_context *softpipe = softpipe_context(pipe);
50 struct softpipe_context *softpipe = softpipe_context(pipe);
64 struct softpipe_context *softpipe = softpipe_context(pipe);
77 struct softpipe_context *softpipe = softpipe_context(pipe);
H A Dsp_fs.h36 softpipe_create_fs_variant_exec(struct softpipe_context *softpipe,
H A Dsp_surface.c33 sp_init_surface_functions(struct softpipe_context *sp)
H A Dsp_state_blend.c50 struct softpipe_context *softpipe = softpipe_context(pipe);
72 struct softpipe_context *softpipe = softpipe_context(pipe);
100 struct softpipe_context *softpipe = softpipe_context(pipe);
119 struct softpipe_context *softpipe = softpipe_context(pipe);
H A Dsp_state_vertex.c61 struct softpipe_context *softpipe = softpipe_context(pipe);
85 struct softpipe_context *softpipe = softpipe_context(pipe);
103 struct softpipe_context *softpipe = softpipe_context(pipe);
H A Dsp_state.h156 softpipe_update_derived(struct softpipe_context *softpipe, unsigned prim);
163 softpipe_map_transfers(struct softpipe_context *sp);
166 softpipe_unmap_transfers(struct softpipe_context *sp);
169 softpipe_map_texture_surfaces(struct softpipe_context *sp);
172 softpipe_unmap_texture_surfaces(struct softpipe_context *sp);
176 softpipe_get_vertex_info(struct softpipe_context *softpipe);
179 softpipe_get_vbuf_vertex_info(struct softpipe_context *softpipe);
183 softpipe_find_fs_variant(struct softpipe_context *softpipe,
189 softpipe_find_fs_variant(struct softpipe_context *softpipe,
H A Dsp_state_rasterizer.c48 struct softpipe_context *softpipe = softpipe_context(pipe);
H A Dsp_state_shader.c49 create_fs_variant(struct softpipe_context *softpipe,
103 softpipe_find_fs_variant(struct softpipe_context *sp,
124 struct softpipe_context *softpipe = softpipe_context(pipe);
150 struct softpipe_context *softpipe = softpipe_context(pipe);
178 struct softpipe_context *softpipe = softpipe_context(pipe);
209 struct softpipe_context *softpipe = softpipe_context(pip
[all...]
H A Dsp_clear.c52 struct softpipe_context *softpipe = softpipe_context(pipe);
H A Dsp_quad_pipe.c35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad)
43 sp_build_quad_pipeline(struct softpipe_context *sp)
H A Dsp_context.h58 struct softpipe_context { struct
193 static INLINE struct softpipe_context *
194 softpipe_context( struct pipe_context *pipe ) function
196 return (struct softpipe_context *)pipe;
200 softpipe_reset_sampler_variants(struct softpipe_context *softpipe);
H A Dsp_query.c85 struct softpipe_context *softpipe = softpipe_context( pipe );
121 struct softpipe_context *softpipe = softpipe_context( pipe );
201 softpipe_check_render_cond(struct softpipe_context *sp)
223 void softpipe_init_query_funcs(struct softpipe_context *softpipe )
H A Dsp_quad_fs.c73 struct softpipe_context *softpipe = qs->softpipe;
86 struct softpipe_context *softpipe = qs->softpipe;
111 struct softpipe_context *softpipe = qs->softpipe;
163 sp_quad_shade_stage( struct softpipe_context *softpipe )
H A Dsp_texture.h38 struct softpipe_context;
H A Dsp_state_derived.c48 invalidate_vertex_layout(struct softpipe_context *softpipe)
63 softpipe_get_vertex_info(struct softpipe_context *softpipe)
166 softpipe_get_vbuf_vertex_info(struct softpipe_context *softpipe)
177 compute_cliprect(struct softpipe_context *sp)
208 update_tgsi_samplers( struct softpipe_context *softpipe )
233 update_fragment_shader(struct softpipe_context *softpipe, unsigned prim)
282 update_polygon_stipple_pattern(struct softpipe_context *softpipe)
308 update_polygon_stipple_enable(struct softpipe_context *softpipe, unsigned prim)
333 softpipe_update_derived(struct softpipe_context *softpipe, unsigned prim)
H A Dsp_draw_arrays.c62 struct softpipe_context *sp = softpipe_context(pipe);
H A Dsp_quad_stipple.c23 struct softpipe_context *softpipe = qs->softpipe;
71 sp_quad_polygon_stipple_stage( struct softpipe_context *softpipe )
H A Dsp_state_so.c68 struct softpipe_context *softpipe = softpipe_context(pipe);
H A Dsp_state_surface.c51 struct softpipe_context *sp = softpipe_context(pipe);
H A Dsp_context.c60 softpipe_map_transfers(struct softpipe_context *sp)
76 softpipe_unmap_transfers(struct softpipe_context *sp)
91 struct softpipe_context *softpipe = softpipe_context( pipe );
163 struct softpipe_context *softpipe = softpipe_context( pipe );
203 struct softpipe_context *softpipe = softpipe_context( pipe );
216 struct softpipe_context *softpipe = CALLOC_STRUCT(softpipe_context);
[all...]

Completed in 98 milliseconds

12