Home | History | Annotate | Download | only in llvmpipe

Lines Matching full:llvmpipe_context

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);
125 llvmpipe_init_vs_funcs(struct llvmpipe_context *llvmpipe);
128 llvmpipe_init_gs_funcs(struct llvmpipe_context *llvmpipe);
131 llvmpipe_init_rasterizer_funcs(struct llvmpipe_context *llvmpipe);
134 llvmpipe_init_so_funcs(struct llvmpipe_context *llvmpipe);
137 llvmpipe_prepare_vertex_sampling(struct llvmpipe_context *ctx,
141 llvmpipe_cleanup_vertex_sampling(struct llvmpipe_context *ctx);