Home
last modified time | relevance | path

Searched refs:llvmpipe_context (Results 1 – 25 of 31) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state.h64 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 …]
Dlp_state_clip.c39 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_clip_state()
52 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_viewport_states()
70 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_scissor_states()
88 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_polygon_stipple()
99 llvmpipe_init_clip_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_clip_funcs()
Dlp_state_blend.c64 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_bind_blend_state()
88 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_blend_color()
136 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_bind_depth_stencil_state()
160 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_stencil_ref()
180 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_sample_mask()
190 llvmpipe_init_blend_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_blend_funcs()
Dlp_state_vs.c45 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_create_vs_state()
65 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_bind_vs_state()
82 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_delete_vs_state()
91 llvmpipe_init_vs_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_vs_funcs()
Dlp_state_gs.c46 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_create_gs_state()
82 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_bind_gs_state()
96 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_delete_gs_state()
111 llvmpipe_init_gs_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_gs_funcs()
Dlp_state_vertex.c60 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_bind_vertex_elements_state()
82 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_vertex_buffers()
97 llvmpipe_init_vertex_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_vertex_funcs()
Dlp_context.c57 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe ); in llvmpipe_destroy()
127 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe ); in llvmpipe_render_condition()
138 struct llvmpipe_context *llvmpipe; in llvmpipe_create_context()
140 llvmpipe = align_malloc(sizeof(struct llvmpipe_context), 16); in llvmpipe_create_context()
Dlp_query.h41 struct llvmpipe_context;
56 extern void llvmpipe_init_query_funcs(struct llvmpipe_context * );
58 extern boolean llvmpipe_check_render_cond(struct llvmpipe_context *);
Dlp_state_sampler.c74 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_bind_sampler_states()
114 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_sampler_views()
241 struct llvmpipe_context *lp, in prepare_shader_sampling()
346 llvmpipe_prepare_vertex_sampling(struct llvmpipe_context *lp, in llvmpipe_prepare_vertex_sampling()
358 llvmpipe_prepare_geometry_sampling(struct llvmpipe_context *lp, in llvmpipe_prepare_geometry_sampling()
367 llvmpipe_init_sampler_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_sampler_funcs()
Dlp_surface.c67 struct llvmpipe_context *lp = llvmpipe_context(pipe); in lp_blit()
196 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_clear_render_target()
216 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_clear_depth_stencil()
228 llvmpipe_init_surface_functions(struct llvmpipe_context *lp) in llvmpipe_init_surface_functions()
Dlp_context.h56 struct llvmpipe_context { struct
170 static inline struct llvmpipe_context * argument
171 llvmpipe_context( struct pipe_context *pipe ) in llvmpipe_context() function
173 return (struct llvmpipe_context *)pipe; in llvmpipe_context()
Dlp_query.c192 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe ); in llvmpipe_begin_query()
249 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe ); in llvmpipe_end_query()
312 llvmpipe_check_render_cond(struct llvmpipe_context *lp) in llvmpipe_check_render_cond()
336 void llvmpipe_init_query_funcs(struct llvmpipe_context *llvmpipe ) in llvmpipe_init_query_funcs()
Dlp_state_so.c69 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_so_targets()
97 llvmpipe_init_so_funcs(struct llvmpipe_context *pipe) in llvmpipe_init_so_funcs()
Dlp_surface.h35 struct llvmpipe_context;
39 llvmpipe_init_surface_functions(struct llvmpipe_context *lp);
Dlp_state_rasterizer.c104 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_bind_rasterizer_state()
149 llvmpipe_init_rasterizer_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_rasterizer_funcs()
Dlp_clear.c54 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_clear()
Dlp_draw_arrays.c56 struct llvmpipe_context *lp = llvmpipe_context(pipe); in llvmpipe_draw_vbo()
160 llvmpipe_init_draw_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_draw_funcs()
Dlp_state_setup.h7 struct llvmpipe_context;
76 void lp_delete_setup_variants(struct llvmpipe_context *lp);
Dlp_state_surface.c52 struct llvmpipe_context *lp = llvmpipe_context(pipe); in llvmpipe_set_framebuffer_state()
Dlp_state_fs.h150 llvmpipe_remove_shader_variant(struct llvmpipe_context *lp,
154 llvmpipe_rasterization_disabled(struct llvmpipe_context *lp);
Dlp_flush.c51 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_flush()
Dlp_state_derived.c49 compute_vertex_info(struct llvmpipe_context *llvmpipe) in compute_vertex_info()
183 void llvmpipe_update_derived( struct llvmpipe_context *llvmpipe ) in llvmpipe_update_derived()
Dlp_texture.c515 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_transfer_map()
646 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe ); in llvmpipe_is_resource_referenced()
Dlp_setup_vbuf.c550 struct llvmpipe_context *lp = llvmpipe_context(setup->pipe); in lp_setup_so_info()
562 struct llvmpipe_context *llvmpipe = llvmpipe_context(setup->pipe); in lp_setup_pipeline_statistics()
Dlp_state_setup.c708 struct llvmpipe_context *lp) in generate_setup_variant()
835 lp_make_setup_variant_key(struct llvmpipe_context *lp, in lp_make_setup_variant_key()
886 remove_setup_variant(struct llvmpipe_context *lp, in remove_setup_variant()
909 cull_setup_variants(struct llvmpipe_context *lp) in cull_setup_variants()
940 llvmpipe_update_setup(struct llvmpipe_context *lp) in llvmpipe_update_setup()
975 lp_delete_setup_variants(struct llvmpipe_context *lp) in lp_delete_setup_variants()

12