/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() 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 …]
|
D | sp_state.h | 171 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 …]
|
D | sp_state_clip.c | 39 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()
|
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 | 62 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()
|
D | sp_surface.c | 37 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()
|
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() 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 …]
|
D | sp_state_sampler.c | 57 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()
|
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_state_image.c | 35 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()
|
D | sp_context.c | 59 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()
|
D | sp_quad_fs.c | 73 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()
|
D | sp_flush.c | 51 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_flush() 174 struct softpipe_context *softpipe = softpipe_context(pipe); in softpipe_texture_barrier()
|
D | sp_context.h | 60 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()
|
D | sp_query.c | 89 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()
|
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_setup.h | 31 struct softpipe_context; 73 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 | 53 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()
|