Home
last modified time | relevance | path

Searched defs:softpipe (Results 1 – 24 of 24) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_shader.c54 create_fs_variant(struct softpipe_context *softpipe, in create_fs_variant()
112 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_shader_db() local
156 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_create_fs_state() local
178 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_fs_state() local
206 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_delete_fs_state() local
237 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_create_vs_state() local
270 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_vs_state() local
284 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_delete_vs_state() local
298 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_create_gs_state() local
332 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_gs_state() local
[all …]
Dsp_state_derived.c48 invalidate_vertex_layout(struct softpipe_context *softpipe) in invalidate_vertex_layout()
62 softpipe_compute_vertex_info(struct softpipe_context *softpipe) in softpipe_compute_vertex_info()
238 softpipe_get_vbuf_vertex_info(struct softpipe_context *softpipe) in softpipe_get_vbuf_vertex_info()
283 set_shader_sampler(struct softpipe_context *softpipe, in set_shader_sampler()
295 softpipe_update_compute_samplers(struct softpipe_context *softpipe) in softpipe_update_compute_samplers()
301 update_tgsi_samplers( struct softpipe_context *softpipe ) in update_tgsi_samplers()
334 update_fragment_shader(struct softpipe_context *softpipe, unsigned prim) in update_fragment_shader()
380 softpipe_update_derived(struct softpipe_context *softpipe, unsigned prim) in softpipe_update_derived()
Dsp_context.c59 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_destroy() local
133 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_is_resource_referenced() local
174 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_render_condition() local
186 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_debug_callback() local
200 struct softpipe_context *softpipe = CALLOC_STRUCT(softpipe_context); in softpipe_create_context() local
Dsp_state_clip.c39 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_clip_state() local
52 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_viewport_states() local
70 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_scissor_states() local
88 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_polygon_stipple() local
Dsp_quad_fs.c65 struct softpipe_context *softpipe = qs->softpipe; in shade_quad() local
83 struct softpipe_context *softpipe = qs->softpipe; in coverage_quad() local
108 struct softpipe_context *softpipe = qs->softpipe; in shade_quads() local
160 sp_quad_shade_stage( struct softpipe_context *softpipe ) in sp_quad_shade_stage()
Dsp_state_blend.c50 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_blend_state() local
72 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_blend_color() local
100 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_depth_stencil_state() local
119 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_stencil_ref() local
Dsp_prim_vbuf.c60 struct softpipe_context *softpipe; member
163 struct softpipe_context *softpipe = cvbr->softpipe; in sp_vbuf_draw_elements() local
359 struct softpipe_context *softpipe = cvbr->softpipe; in sp_vbuf_draw_arrays() local
603 struct softpipe_context *softpipe = cvbr->softpipe; in sp_vbuf_so_info() local
615 struct softpipe_context *softpipe = cvbr->softpipe; in sp_vbuf_pipeline_statistics() local
Dsp_state_vertex.c62 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_vertex_elements_state() local
88 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_vertex_buffers() local
Dsp_state_image.c36 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_shader_images() local
70 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_shader_buffers() local
Dsp_query.c92 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_begin_query() local
151 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_end_query() local
343 void softpipe_init_query_funcs(struct softpipe_context *softpipe ) in softpipe_init_query_funcs()
Dsp_surface.c103 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_clear_render_target() local
123 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_clear_depth_stencil() local
Dsp_flush.c51 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_flush() local
174 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_texture_barrier() local
Dmeson.build78 libsoftpipe = static_library( build
Dsp_quad_pipe.h45 struct softpipe_context *softpipe; member
Dsp_state_rasterizer.c48 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_rasterizer_state() local
Dsp_clear.c55 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_clear() local
Dsp_state_so.c68 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_so_targets() local
Dsp_quad_blend.c154 struct softpipe_context *softpipe = qs->softpipe; in logicop_quad() local
273 struct softpipe_context *softpipe = qs->softpipe; in blend_quad() local
925 struct softpipe_context *softpipe = qs->softpipe; in blend_fallback() local
1223 struct softpipe_context *softpipe = qs->softpipe; in choose_blend_quad() local
1300 struct quad_stage *sp_quad_blend_stage( struct softpipe_context *softpipe ) in sp_quad_blend_stage()
Dsp_state_sampler.c57 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_sampler_states() local
107 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_sampler_views() local
Dsp_fs_exec.c191 softpipe_create_fs_variant_exec(struct softpipe_context *softpipe) in softpipe_create_fs_variant_exec()
Dsp_setup.c76 struct softpipe_context *softpipe; member
543 struct softpipe_context *softpipe = setup->softpipe; in setup_tri_coefficients() local
884 struct softpipe_context *softpipe = setup->softpipe; in setup_line_coefficients() local
1145 struct softpipe_context *softpipe = setup->softpipe; in sp_setup_point() local
1430 sp_setup_create_context(struct softpipe_context *softpipe) in sp_setup_create_context()
Dsp_quad_depth_test.c541 struct softpipe_context *softpipe = qs->softpipe; in depth_test_quad() local
622 struct softpipe_context *softpipe = qs->softpipe; in depth_stencil_test_quad() local
1088 sp_quad_depth_test_stage(struct softpipe_context *softpipe) in sp_quad_depth_test_stage()
Dsp_compute.c169 struct softpipe_context *softpipe = softpipe_context(context); in softpipe_launch_grid() local
/third_party/mesa3d/docs/gallium/
Ddistro.rst61 .. _softpipe: target