/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_quad_pipe.h | 35 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 …]
|
D | sp_state_shader.c | 49 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 …]
|
D | sp_state_clip.c | 39 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()
|
D | sp_state.h | 156 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,
|
D | sp_state_blend.c | 50 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()
|
D | sp_state_vertex.c | 61 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()
|
D | sp_context.c | 60 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()
|
D | sp_state_derived.c | 48 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()
|
D | sp_query.c | 85 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()
|
D | sp_query.h | 36 softpipe_check_render_cond(struct softpipe_context *sp); 39 struct softpipe_context; 40 extern void softpipe_init_query_funcs(struct softpipe_context * );
|
D | sp_context.h | 58 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);
|
D | sp_quad_fs.c | 73 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()
|
D | sp_surface.h | 35 struct softpipe_context; 39 sp_init_surface_functions(struct softpipe_context *sp);
|
D | sp_prim_vbuf.h | 32 struct softpipe_context; 35 sp_create_vbuf_backend(struct softpipe_context *softpipe);
|
D | sp_state_sampler.c | 79 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()
|
D | sp_setup.h | 31 struct softpipe_context; 49 struct setup_context *sp_setup_create_context( struct softpipe_context *softpipe );
|
D | sp_state_rasterizer.c | 48 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_bind_rasterizer_state()
|
D | sp_clear.c | 52 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_clear()
|
D | sp_quad_pipe.c | 35 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()
|
D | sp_state_so.c | 68 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_set_so_targets()
|
D | sp_state_surface.c | 51 struct softpipe_context *sp = softpipe_context(pipe); in softpipe_set_framebuffer_state()
|
D | sp_quad_stipple.c | 23 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()
|
D | sp_draw_arrays.c | 62 struct softpipe_context *sp = softpipe_context(pipe); in softpipe_draw_vbo()
|
D | sp_flush.c | 49 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_flush()
|
D | sp_prim_vbuf.c | 60 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()
|