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

1 2

  /external/mesa3d/src/gallium/drivers/llvmpipe/
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_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_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_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_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_setup.h 7 struct llvmpipe_context;
74 void lp_delete_setup_variants(struct llvmpipe_context *lp);
lp_surface.h 35 struct llvmpipe_context;
39 llvmpipe_init_surface_functions(struct llvmpipe_context *lp);
lp_state_so.c 56 struct llvmpipe_context *lp = llvmpipe_context(pipe);
79 struct llvmpipe_context *lp = llvmpipe_context(pipe);
119 llvmpipe_init_so_funcs(struct llvmpipe_context *llvmpipe)
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;
lp_clear.c 54 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
lp_context.c 56 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe );
108 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe );
117 struct llvmpipe_context *llvmpipe;
119 llvmpipe = align_malloc(sizeof(struct llvmpipe_context), 16);
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_sampler.c 74 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
143 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
251 llvmpipe_prepare_vertex_sampling(struct llvmpipe_context *lp,
311 llvmpipe_cleanup_vertex_sampling(struct llvmpipe_context *ctx)
320 llvmpipe_init_sampler_funcs(struct llvmpipe_context *llvmpipe)
lp_draw_arrays.c 55 struct llvmpipe_context *lp = llvmpipe_context(pipe);
115 llvmpipe_init_draw_funcs(struct llvmpipe_context *llvmpipe)
lp_state_rasterizer.c 100 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
144 llvmpipe_init_rasterizer_funcs(struct llvmpipe_context *llvmpipe)
lp_state_surface.c 52 struct llvmpipe_context *lp = llvmpipe_context(pipe);
lp_flush.c 50 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
lp_state_fs.h 134 llvmpipe_remove_shader_variant(struct llvmpipe_context *lp,
lp_state_derived.c 49 compute_vertex_info(struct llvmpipe_context *llvmpipe)
131 void llvmpipe_update_derived( struct llvmpipe_context *llvmpipe )
lp_state_fs.c 761 generate_fragment(struct llvmpipe_context *lp,
    [all...]
lp_state_setup.c 668 struct llvmpipe_context *lp)
797 lp_make_setup_variant_key(struct llvmpipe_context *lp,
838 remove_setup_variant(struct llvmpipe_context *lp,
867 cull_setup_variants(struct llvmpipe_context *lp)
898 llvmpipe_update_setup(struct llvmpipe_context *lp)
935 lp_delete_setup_variants(struct llvmpipe_context *lp)
lp_surface.c 176 llvmpipe_init_surface_functions(struct llvmpipe_context *lp)
lp_texture.h 57 struct llvmpipe_context;

Completed in 141 milliseconds

1 2