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

1 2 3

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_surface.h 35 struct llvmpipe_context;
39 llvmpipe_init_surface_functions(struct llvmpipe_context *lp);
lp_query.h 41 struct llvmpipe_context;
50 extern void llvmpipe_init_query_funcs(struct llvmpipe_context * );
52 extern boolean llvmpipe_check_render_cond(struct llvmpipe_context *);
lp_state.h 64 struct llvmpipe_context;
98 llvmpipe_update_fs(struct llvmpipe_context *lp);
101 llvmpipe_update_setup(struct llvmpipe_context *lp);
104 llvmpipe_update_derived(struct llvmpipe_context *llvmpipe);
107 llvmpipe_init_sampler_funcs(struct llvmpipe_context *llvmpipe);
110 llvmpipe_init_blend_funcs(struct llvmpipe_context *llvmpipe);
113 llvmpipe_init_vertex_funcs(struct llvmpipe_context *llvmpipe);
116 llvmpipe_init_draw_funcs(struct llvmpipe_context *llvmpipe);
119 llvmpipe_init_clip_funcs(struct llvmpipe_context *llvmpipe);
122 llvmpipe_init_fs_funcs(struct llvmpipe_context *llvmpipe)
    [all...]
lp_state_clip.c 39 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
50 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
64 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
77 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
88 llvmpipe_init_clip_funcs(struct llvmpipe_context *llvmpipe)
lp_clear.c 54 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
lp_state_gs.c 45 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
81 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
95 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
107 llvmpipe_init_gs_funcs(struct llvmpipe_context *llvmpipe)
lp_state_vs.c 45 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
82 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
100 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
113 llvmpipe_init_vs_funcs(struct llvmpipe_context *llvmpipe)
lp_state_vertex.c 59 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
81 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
99 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
108 llvmpipe_init_vertex_funcs(struct llvmpipe_context *llvmpipe)
lp_state_blend.c 64 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
88 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
136 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
160 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
183 llvmpipe_init_blend_funcs(struct llvmpipe_context *llvmpipe)
lp_state_setup.h 7 struct llvmpipe_context;
74 void lp_delete_setup_variants(struct llvmpipe_context *lp);
lp_query.c 124 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe );
147 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe );
158 llvmpipe_check_render_cond(struct llvmpipe_context *lp)
176 void llvmpipe_init_query_funcs(struct llvmpipe_context *llvmpipe )
lp_state_surface.c 52 struct llvmpipe_context *lp = llvmpipe_context(pipe);
lp_context.h 55 struct llvmpipe_context { struct
160 static INLINE struct llvmpipe_context *
161 llvmpipe_context( struct pipe_context *pipe ) function
163 return (struct llvmpipe_context *)pipe;
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.h 35 struct llvmpipe_context;
39 llvmpipe_init_surface_functions(struct llvmpipe_context *lp);
lp_query.h 41 struct llvmpipe_context;
50 extern void llvmpipe_init_query_funcs(struct llvmpipe_context * );
52 extern boolean llvmpipe_check_render_cond(struct llvmpipe_context *);
lp_state.h 64 struct llvmpipe_context;
98 llvmpipe_update_fs(struct llvmpipe_context *lp);
101 llvmpipe_update_setup(struct llvmpipe_context *lp);
104 llvmpipe_update_derived(struct llvmpipe_context *llvmpipe);
107 llvmpipe_init_sampler_funcs(struct llvmpipe_context *llvmpipe);
110 llvmpipe_init_blend_funcs(struct llvmpipe_context *llvmpipe);
113 llvmpipe_init_vertex_funcs(struct llvmpipe_context *llvmpipe);
116 llvmpipe_init_draw_funcs(struct llvmpipe_context *llvmpipe);
119 llvmpipe_init_clip_funcs(struct llvmpipe_context *llvmpipe);
122 llvmpipe_init_fs_funcs(struct llvmpipe_context *llvmpipe)
    [all...]
lp_state_clip.c 39 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
50 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
64 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
77 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
88 llvmpipe_init_clip_funcs(struct llvmpipe_context *llvmpipe)
lp_clear.c 54 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
lp_state_gs.c 45 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
81 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
95 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
107 llvmpipe_init_gs_funcs(struct llvmpipe_context *llvmpipe)
lp_state_vs.c 45 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
82 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
100 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
113 llvmpipe_init_vs_funcs(struct llvmpipe_context *llvmpipe)
lp_state_vertex.c 59 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
81 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
99 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
108 llvmpipe_init_vertex_funcs(struct llvmpipe_context *llvmpipe)
lp_state_blend.c 64 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
88 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
136 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
160 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
183 llvmpipe_init_blend_funcs(struct llvmpipe_context *llvmpipe)
lp_state_setup.h 7 struct llvmpipe_context;
74 void lp_delete_setup_variants(struct llvmpipe_context *lp);
lp_query.c 124 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe );
147 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe );
158 llvmpipe_check_render_cond(struct llvmpipe_context *lp)
176 void llvmpipe_init_query_funcs(struct llvmpipe_context *llvmpipe )
lp_state_surface.c 52 struct llvmpipe_context *lp = llvmpipe_context(pipe);

Completed in 187 milliseconds

1 2 3