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

1 2

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.h 35 struct llvmpipe_context;
39 llvmpipe_init_surface_functions(struct llvmpipe_context *lp);
lp_state.h 64 struct llvmpipe_context;
91 llvmpipe_update_fs(struct llvmpipe_context *lp);
94 llvmpipe_update_setup(struct llvmpipe_context *lp);
97 llvmpipe_update_derived(struct llvmpipe_context *llvmpipe);
100 llvmpipe_init_sampler_funcs(struct llvmpipe_context *llvmpipe);
103 llvmpipe_init_blend_funcs(struct llvmpipe_context *llvmpipe);
106 llvmpipe_init_vertex_funcs(struct llvmpipe_context *llvmpipe);
109 llvmpipe_init_draw_funcs(struct llvmpipe_context *llvmpipe);
112 llvmpipe_init_clip_funcs(struct llvmpipe_context *llvmpipe);
115 llvmpipe_init_fs_funcs(struct llvmpipe_context *llvmpipe)
    [all...]
lp_query.h 41 struct llvmpipe_context;
56 extern void llvmpipe_init_query_funcs(struct llvmpipe_context * );
58 extern boolean llvmpipe_check_render_cond(struct llvmpipe_context *);
lp_state_clip.c 39 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
52 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
70 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
88 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
99 llvmpipe_init_clip_funcs(struct llvmpipe_context *llvmpipe)
lp_clear.c 54 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
lp_state_gs.c 46 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
82 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
96 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
111 llvmpipe_init_gs_funcs(struct llvmpipe_context *llvmpipe)
lp_state_vs.c 45 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
65 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
82 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
91 llvmpipe_init_vs_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);
180 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe)
    [all...]
lp_state_vertex.c 60 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
82 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
100 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
109 llvmpipe_init_vertex_funcs(struct llvmpipe_context *llvmpipe)
lp_state_setup.h 7 struct llvmpipe_context;
76 void lp_delete_setup_variants(struct llvmpipe_context *lp);
lp_context.h 56 struct llvmpipe_context { struct
171 static inline struct llvmpipe_context *
172 llvmpipe_context( struct pipe_context *pipe ) function
174 return (struct llvmpipe_context *)pipe;
lp_state_so.c 69 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
97 llvmpipe_init_so_funcs(struct llvmpipe_context *pipe)
lp_context.c 56 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe );
123 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe );
134 struct llvmpipe_context *llvmpipe;
136 llvmpipe = align_malloc(sizeof(struct llvmpipe_context), 16);
lp_flush.c 51 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
lp_state_fs.h 150 llvmpipe_remove_shader_variant(struct llvmpipe_context *lp,
154 llvmpipe_rasterization_disabled(struct llvmpipe_context *lp);
lp_state_surface.c 52 struct llvmpipe_context *lp = llvmpipe_context(pipe);
lp_surface.c 67 struct llvmpipe_context *lp = llvmpipe_context(pipe);
196 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
216 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
228 llvmpipe_init_surface_functions(struct llvmpipe_context *lp)
lp_draw_arrays.c 56 struct llvmpipe_context *lp = llvmpipe_context(pipe);
163 llvmpipe_init_draw_funcs(struct llvmpipe_context *llvmpipe)
lp_state_rasterizer.c 104 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
149 llvmpipe_init_rasterizer_funcs(struct llvmpipe_context *llvmpipe)
lp_state_sampler.c 74 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
114 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
241 struct llvmpipe_context *lp,
346 llvmpipe_prepare_vertex_sampling(struct llvmpipe_context *lp,
358 llvmpipe_prepare_geometry_sampling(struct llvmpipe_context *lp,
367 llvmpipe_init_sampler_funcs(struct llvmpipe_context *llvmpipe)
lp_query.c 190 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe );
245 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe );
306 llvmpipe_check_render_cond(struct llvmpipe_context *lp)
330 void llvmpipe_init_query_funcs(struct llvmpipe_context *llvmpipe )
lp_texture.h 47 struct llvmpipe_context;
lp_state_derived.c 49 compute_vertex_info(struct llvmpipe_context *llvmpipe)
183 void llvmpipe_update_derived( struct llvmpipe_context *llvmpipe )
lp_setup_vbuf.c 550 struct llvmpipe_context *lp = llvmpipe_context(setup->pipe);
562 struct llvmpipe_context *llvmpipe = llvmpipe_context(setup->pipe);
lp_texture.c 512 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
643 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe );

Completed in 295 milliseconds

1 2