/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_state_derived.c | 49 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() 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() 434 softpipe_update_derived(struct softpipe_context *softpipe, unsigned prim) in softpipe_update_derived()
|
D | sp_state_shader.c | 49 create_fs_variant(struct softpipe_context *softpipe, in create_fs_variant() 122 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_create_fs_state() local 148 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_fs_state() local 176 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_delete_fs_state() local 207 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_create_vs_state() local 241 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_vs_state() local 255 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_delete_vs_state() local 269 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_create_gs_state() local 311 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_gs_state() local 325 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_delete_gs_state() local [all …]
|
D | sp_state_clip.c | 39 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 87 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_polygon_stipple() local
|
D | sp_context.c | 60 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_destroy() local 145 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_is_resource_referenced() local 186 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_render_condition() local 200 struct softpipe_context *softpipe = CALLOC_STRUCT(softpipe_context); in softpipe_create_context() local
|
D | sp_quad_fs.c | 65 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()
|
D | sp_state_blend.c | 50 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
|
D | sp_prim_vbuf.c | 60 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
|
D | sp_state_image.c | 35 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_shader_images() local 61 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_shader_buffers() local
|
D | sp_state_vertex.c | 62 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_vertex_elements_state() local 86 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_vertex_buffers() local
|
D | sp_quad_stipple.c | 23 struct softpipe_context *softpipe = qs->softpipe; in stipple_quad() local 71 sp_quad_polygon_stipple_stage( struct softpipe_context *softpipe ) in sp_quad_polygon_stipple_stage()
|
D | sp_query.c | 91 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_begin_query() local 145 struct softpipe_context *softpipe = softpipe_context( pipe ); in softpipe_end_query() local 302 void softpipe_init_query_funcs(struct softpipe_context *softpipe ) in softpipe_init_query_funcs()
|
D | sp_surface.c | 103 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
|
D | sp_flush.c | 51 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_flush() local 174 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_texture_barrier() local
|
D | meson.build | 79 libsoftpipe = static_library( build
|
D | sp_state_rasterizer.c | 48 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_rasterizer_state() local
|
D | sp_quad_pipe.h | 45 struct softpipe_context *softpipe; member
|
D | sp_clear.c | 53 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_clear() local
|
D | sp_state_sampler.c | 57 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_sampler_states() local 105 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_sampler_views() local
|
D | sp_state_so.c | 68 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_so_targets() local
|
D | sp_quad_blend.c | 154 struct softpipe_context *softpipe = qs->softpipe; in logicop_quad() local 271 struct softpipe_context *softpipe = qs->softpipe; in blend_quad() local 923 struct softpipe_context *softpipe = qs->softpipe; in blend_fallback() local 1221 struct softpipe_context *softpipe = qs->softpipe; in choose_blend_quad() local 1298 struct quad_stage *sp_quad_blend_stage( struct softpipe_context *softpipe ) in sp_quad_blend_stage()
|
D | sp_fs_exec.c | 191 softpipe_create_fs_variant_exec(struct softpipe_context *softpipe) in softpipe_create_fs_variant_exec()
|
D | sp_quad_depth_test.c | 541 struct softpipe_context *softpipe = qs->softpipe; in depth_test_quad() local 625 struct softpipe_context *softpipe = qs->softpipe; in depth_stencil_test_quad() local 998 sp_quad_depth_test_stage(struct softpipe_context *softpipe) in sp_quad_depth_test_stage()
|
D | sp_setup.c | 75 struct softpipe_context *softpipe; member 599 struct softpipe_context *softpipe = setup->softpipe; in setup_tri_coefficients() local 969 struct softpipe_context *softpipe = setup->softpipe; in setup_line_coefficients() local 1233 struct softpipe_context *softpipe = setup->softpipe; in sp_setup_point() local 1507 sp_setup_create_context(struct softpipe_context *softpipe) in sp_setup_create_context()
|
D | sp_compute.c | 171 struct softpipe_context *softpipe = softpipe_context(context); in softpipe_launch_grid() local
|
/external/mesa3d/src/gallium/docs/source/ |
D | distro.rst | 61 .. _softpipe: target
|