Home
last modified time | relevance | path

Searched refs:softpipe_context (Results 1 – 25 of 35) 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()
101 softpipe_find_fs_variant(struct softpipe_context *sp, in softpipe_find_fs_variant()
122 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_create_fs_state()
148 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_fs_state()
176 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_delete_fs_state()
207 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_create_vs_state()
241 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_vs_state()
255 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_delete_vs_state()
269 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_create_gs_state()
311 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_gs_state()
[all …]
Dsp_state.h171 softpipe_update_derived(struct softpipe_context *softpipe, unsigned prim);
186 softpipe_map_texture_surfaces(struct softpipe_context *sp);
189 softpipe_unmap_texture_surfaces(struct softpipe_context *sp);
193 softpipe_get_vbuf_vertex_info(struct softpipe_context *softpipe);
197 softpipe_find_fs_variant(struct softpipe_context *softpipe,
203 softpipe_find_fs_variant(struct softpipe_context *softpipe,
208 softpipe_prepare_vertex_sampling(struct softpipe_context *ctx,
212 softpipe_cleanup_vertex_sampling(struct softpipe_context *ctx);
216 softpipe_prepare_geometry_sampling(struct softpipe_context *ctx,
220 softpipe_cleanup_geometry_sampling(struct softpipe_context *ctx);
[all …]
Dsp_state_clip.c39 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_clip_state()
52 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_viewport_states()
70 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_scissor_states()
87 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_polygon_stipple()
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.c62 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_vertex_elements_state()
86 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_vertex_buffers()
104 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_index_buffer()
Dsp_surface.c37 struct softpipe_context *sp = softpipe_context(pipe); in sp_blit()
103 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_clear_render_target()
123 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_clear_depth_stencil()
135 sp_init_surface_functions(struct softpipe_context *sp) in sp_init_surface_functions()
Dsp_state_derived.c49 invalidate_vertex_layout(struct softpipe_context *softpipe) in invalidate_vertex_layout()
63 softpipe_compute_vertex_info(struct softpipe_context *softpipe) in softpipe_compute_vertex_info()
239 softpipe_get_vbuf_vertex_info(struct softpipe_context *softpipe) in softpipe_get_vbuf_vertex_info()
250 compute_cliprect(struct softpipe_context *sp) in compute_cliprect()
284 set_shader_sampler(struct softpipe_context *softpipe, in set_shader_sampler()
296 softpipe_update_compute_samplers(struct softpipe_context *softpipe) in softpipe_update_compute_samplers()
302 update_tgsi_samplers( struct softpipe_context *softpipe ) in update_tgsi_samplers()
335 update_fragment_shader(struct softpipe_context *softpipe, unsigned prim) in update_fragment_shader()
386 update_polygon_stipple_pattern(struct softpipe_context *softpipe) in update_polygon_stipple_pattern()
412 update_polygon_stipple_enable(struct softpipe_context *softpipe, unsigned prim) in update_polygon_stipple_enable()
[all …]
Dsp_state_sampler.c57 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_sampler_states()
105 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_sampler_views()
167 struct softpipe_context *sp, in prepare_shader_sampling()
278 softpipe_prepare_vertex_sampling(struct softpipe_context *sp, in softpipe_prepare_vertex_sampling()
287 softpipe_cleanup_vertex_sampling(struct softpipe_context *ctx) in softpipe_cleanup_vertex_sampling()
300 softpipe_prepare_geometry_sampling(struct softpipe_context *sp, in softpipe_prepare_geometry_sampling()
309 softpipe_cleanup_geometry_sampling(struct softpipe_context *ctx) in softpipe_cleanup_geometry_sampling()
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_state_image.c35 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_shader_images()
61 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_shader_buffers()
Dsp_context.c59 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_destroy()
141 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_is_resource_referenced()
182 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_render_condition()
196 struct softpipe_context *softpipe = CALLOC_STRUCT(softpipe_context); in softpipe_create_context()
Dsp_quad_fs.c73 struct softpipe_context *softpipe = qs->softpipe; in shade_quad()
91 struct softpipe_context *softpipe = qs->softpipe; in coverage_quad()
116 struct softpipe_context *softpipe = qs->softpipe; in shade_quads()
168 sp_quad_shade_stage( struct softpipe_context *softpipe ) in sp_quad_shade_stage()
Dsp_flush.c51 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_flush()
174 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_texture_barrier()
Dsp_context.h60 struct softpipe_context { struct
218 static inline struct softpipe_context * argument
219 softpipe_context( struct pipe_context *pipe ) in softpipe_context() function
221 return (struct softpipe_context *)pipe; in softpipe_context()
Dsp_query.c89 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_begin_query()
140 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_end_query()
265 softpipe_check_render_cond(struct softpipe_context *sp) in softpipe_check_render_cond()
293 void softpipe_init_query_funcs(struct softpipe_context *softpipe ) in softpipe_init_query_funcs()
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_setup.h31 struct softpipe_context;
73 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.c53 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()

12