HomeSort by relevance Sort by last modified time
    Searched refs:softpipe_context (Results 26 - 50 of 66) sorted by null

12 3

  /external/mesa3d/src/gallium/drivers/softpipe/
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...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
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 745 milliseconds

12 3