HomeSort by relevance Sort by last modified time
    Searched refs:softpipe_context (Results 1 - 25 of 33) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/softpipe/
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 * );
sp_prim_vbuf.h 32 struct softpipe_context;
35 sp_create_vbuf_backend(struct softpipe_context *softpipe);
sp_surface.h 35 struct softpipe_context;
39 sp_init_surface_functions(struct softpipe_context *sp);
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...]
sp_setup.h 31 struct softpipe_context;
49 struct setup_context *sp_setup_create_context( struct softpipe_context *softpipe );
sp_state_clip.c 39 struct softpipe_context *softpipe = softpipe_context(pipe);
50 struct softpipe_context *softpipe = softpipe_context(pipe);
64 struct softpipe_context *softpipe = softpipe_context(pipe);
77 struct softpipe_context *softpipe = softpipe_context(pipe);
sp_fs.h 36 softpipe_create_fs_variant_exec(struct softpipe_context *softpipe,
sp_surface.c 33 sp_init_surface_functions(struct softpipe_context *sp)
sp_state_blend.c 50 struct softpipe_context *softpipe = softpipe_context(pipe);
72 struct softpipe_context *softpipe = softpipe_context(pipe);
100 struct softpipe_context *softpipe = softpipe_context(pipe);
119 struct softpipe_context *softpipe = softpipe_context(pipe);
sp_state_vertex.c 61 struct softpipe_context *softpipe = softpipe_context(pipe);
85 struct softpipe_context *softpipe = softpipe_context(pipe);
103 struct softpipe_context *softpipe = softpipe_context(pipe);
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,
sp_state_rasterizer.c 48 struct softpipe_context *softpipe = softpipe_context(pipe);
sp_state_shader.c 49 create_fs_variant(struct softpipe_context *softpipe,
103 softpipe_find_fs_variant(struct softpipe_context *sp,
124 struct softpipe_context *softpipe = softpipe_context(pipe);
150 struct softpipe_context *softpipe = softpipe_context(pipe);
178 struct softpipe_context *softpipe = softpipe_context(pipe);
209 struct softpipe_context *softpipe = softpipe_context(pipe)
    [all...]
sp_clear.c 52 struct softpipe_context *softpipe = softpipe_context(pipe);
sp_quad_pipe.c 35 insert_stage_at_head(struct softpipe_context *sp, struct quad_stage *quad)
43 sp_build_quad_pipeline(struct softpipe_context *sp)
sp_context.h 58 struct softpipe_context { struct
193 static INLINE struct softpipe_context *
194 softpipe_context( struct pipe_context *pipe ) function
196 return (struct softpipe_context *)pipe;
200 softpipe_reset_sampler_variants(struct softpipe_context *softpipe);
sp_query.c 85 struct softpipe_context *softpipe = softpipe_context( pipe );
121 struct softpipe_context *softpipe = softpipe_context( pipe );
201 softpipe_check_render_cond(struct softpipe_context *sp)
223 void softpipe_init_query_funcs(struct softpipe_context *softpipe )
sp_quad_fs.c 73 struct softpipe_context *softpipe = qs->softpipe;
86 struct softpipe_context *softpipe = qs->softpipe;
111 struct softpipe_context *softpipe = qs->softpipe;
163 sp_quad_shade_stage( struct softpipe_context *softpipe )
sp_state_derived.c 48 invalidate_vertex_layout(struct softpipe_context *softpipe)
63 softpipe_get_vertex_info(struct softpipe_context *softpipe)
166 softpipe_get_vbuf_vertex_info(struct softpipe_context *softpipe)
177 compute_cliprect(struct softpipe_context *sp)
208 update_tgsi_samplers( struct softpipe_context *softpipe )
233 update_fragment_shader(struct softpipe_context *softpipe, unsigned prim)
282 update_polygon_stipple_pattern(struct softpipe_context *softpipe)
308 update_polygon_stipple_enable(struct softpipe_context *softpipe, unsigned prim)
333 softpipe_update_derived(struct softpipe_context *softpipe, unsigned prim)
sp_texture.h 38 struct softpipe_context;
sp_draw_arrays.c 62 struct softpipe_context *sp = softpipe_context(pipe);
sp_quad_stipple.c 23 struct softpipe_context *softpipe = qs->softpipe;
71 sp_quad_polygon_stipple_stage( struct softpipe_context *softpipe )
sp_state_so.c 68 struct softpipe_context *softpipe = softpipe_context(pipe);
sp_state_surface.c 51 struct softpipe_context *sp = softpipe_context(pipe);
sp_context.c 60 softpipe_map_transfers(struct softpipe_context *sp)
76 softpipe_unmap_transfers(struct softpipe_context *sp)
91 struct softpipe_context *softpipe = softpipe_context( pipe );
163 struct softpipe_context *softpipe = softpipe_context( pipe );
203 struct softpipe_context *softpipe = softpipe_context( pipe );
216 struct softpipe_context *softpipe = CALLOC_STRUCT(softpipe_context);
    [all...]

Completed in 303 milliseconds

1 2