Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/softpipe/
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 *softpipe );
[all …]
Dsp_state_shader.c49 create_fs_variant(struct softpipe_context *softpipe, in create_fs_variant()
103 softpipe_find_fs_variant(struct softpipe_context *sp, in softpipe_find_fs_variant()
124 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_create_fs_state()
150 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_fs_state()
178 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_delete_fs_state()
209 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_create_vs_state()
243 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_vs_state()
257 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_delete_vs_state()
271 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_create_gs_state()
309 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_gs_state()
[all …]
Dsp_state_clip.c39 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_clip_state()
50 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_viewport_state()
64 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_scissor_state()
77 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_polygon_stipple()
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,
Dsp_state_blend.c50 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_blend_state()
72 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_blend_color()
100 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_depth_stencil_state()
119 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_stencil_ref()
Dsp_state_vertex.c61 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_vertex_elements_state()
85 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_vertex_buffers()
103 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_index_buffer()
Dsp_context.c60 softpipe_map_transfers(struct softpipe_context *sp) in softpipe_map_transfers()
76 softpipe_unmap_transfers(struct softpipe_context *sp) in softpipe_unmap_transfers()
91 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_destroy()
163 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_is_resource_referenced()
203 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_render_condition()
216 struct softpipe_context *softpipe = CALLOC_STRUCT(softpipe_context); in softpipe_create_context()
Dsp_state_derived.c48 invalidate_vertex_layout(struct softpipe_context *softpipe) in invalidate_vertex_layout()
63 softpipe_get_vertex_info(struct softpipe_context *softpipe) in softpipe_get_vertex_info()
166 softpipe_get_vbuf_vertex_info(struct softpipe_context *softpipe) in softpipe_get_vbuf_vertex_info()
177 compute_cliprect(struct softpipe_context *sp) in compute_cliprect()
208 update_tgsi_samplers( struct softpipe_context *softpipe ) in update_tgsi_samplers()
233 update_fragment_shader(struct softpipe_context *softpipe, unsigned prim) in update_fragment_shader()
282 update_polygon_stipple_pattern(struct softpipe_context *softpipe) in update_polygon_stipple_pattern()
308 update_polygon_stipple_enable(struct softpipe_context *softpipe, unsigned prim) in update_polygon_stipple_enable()
333 softpipe_update_derived(struct softpipe_context *softpipe, unsigned prim) in softpipe_update_derived()
Dsp_query.c85 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_begin_query()
121 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_end_query()
201 softpipe_check_render_cond(struct softpipe_context *sp) in softpipe_check_render_cond()
223 void softpipe_init_query_funcs(struct softpipe_context *softpipe ) in softpipe_init_query_funcs()
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 * );
Dsp_context.h58 struct softpipe_context { struct
193 static INLINE struct softpipe_context * argument
194 softpipe_context( struct pipe_context *pipe ) in softpipe_context() function
196 return (struct softpipe_context *)pipe; in softpipe_context()
200 softpipe_reset_sampler_variants(struct softpipe_context *softpipe);
Dsp_quad_fs.c73 struct softpipe_context *softpipe = qs->softpipe; in shade_quad()
86 struct softpipe_context *softpipe = qs->softpipe; in coverage_quad()
111 struct softpipe_context *softpipe = qs->softpipe; in shade_quads()
163 sp_quad_shade_stage( struct softpipe_context *softpipe ) in sp_quad_shade_stage()
Dsp_surface.h35 struct softpipe_context;
39 sp_init_surface_functions(struct softpipe_context *sp);
Dsp_prim_vbuf.h32 struct softpipe_context;
35 sp_create_vbuf_backend(struct softpipe_context *softpipe);
Dsp_state_sampler.c79 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_sampler_states()
180 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_sampler_views()
308 reset_sampler_variants(struct softpipe_context *softpipe, in reset_sampler_variants()
332 softpipe_reset_sampler_variants(struct softpipe_context *softpipe) in softpipe_reset_sampler_variants()
Dsp_setup.h31 struct softpipe_context;
49 struct setup_context *sp_setup_create_context( struct softpipe_context *softpipe );
Dsp_state_rasterizer.c48 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_rasterizer_state()
Dsp_clear.c52 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_clear()
Dsp_quad_pipe.c35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad) in insert_stage_at_head()
43 sp_build_quad_pipeline(struct softpipe_context *sp) in sp_build_quad_pipeline()
Dsp_state_so.c68 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_so_targets()
Dsp_state_surface.c51 struct softpipe_context *sp = softpipe_context(pipe); in softpipe_set_framebuffer_state()
Dsp_quad_stipple.c23 struct softpipe_context *softpipe = qs->softpipe; in stipple_quad()
71 sp_quad_polygon_stipple_stage( struct softpipe_context *softpipe ) in sp_quad_polygon_stipple_stage()
Dsp_draw_arrays.c62 struct softpipe_context *sp = softpipe_context(pipe); in softpipe_draw_vbo()
Dsp_flush.c49 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_flush()
Dsp_prim_vbuf.c60 struct softpipe_context *softpipe;
163 struct softpipe_context *softpipe = cvbr->softpipe; in sp_vbuf_draw_elements()
359 struct softpipe_context *softpipe = cvbr->softpipe; in sp_vbuf_draw_arrays()
549 struct softpipe_context *softpipe = cvbr->softpipe; in sp_vbuf_so_info()
573 sp_create_vbuf_backend(struct softpipe_context *sp) in sp_create_vbuf_backend()

12