Home
last modified time | relevance | path

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

123

/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_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.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_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_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_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);
/external/chromium_org/third_party/mesa/src/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_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.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_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_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_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()

123