Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state.h64 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 …]
Dlp_state_clip.c39 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_clip_state()
50 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_viewport_state()
64 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_scissor_state()
77 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_polygon_stipple()
88 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()
183 llvmpipe_init_blend_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_blend_funcs()
Dlp_state_gs.c45 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_create_gs_state()
81 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_bind_gs_state()
95 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_delete_gs_state()
107 llvmpipe_init_gs_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_gs_funcs()
Dlp_state_vs.c45 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_create_vs_state()
82 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_bind_vs_state()
100 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_delete_vs_state()
113 llvmpipe_init_vs_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_vs_funcs()
Dlp_state_vertex.c59 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_bind_vertex_elements_state()
81 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_vertex_buffers()
99 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_index_buffer()
108 llvmpipe_init_vertex_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_vertex_funcs()
Dlp_query.c124 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe ); in llvmpipe_begin_query()
147 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe ); in llvmpipe_end_query()
158 llvmpipe_check_render_cond(struct llvmpipe_context *lp) in llvmpipe_check_render_cond()
176 void llvmpipe_init_query_funcs(struct llvmpipe_context *llvmpipe ) in llvmpipe_init_query_funcs()
Dlp_context.c56 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe ); in llvmpipe_destroy()
108 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe ); in llvmpipe_render_condition()
117 struct llvmpipe_context *llvmpipe; in llvmpipe_create_context()
119 llvmpipe = align_malloc(sizeof(struct llvmpipe_context), 16); in llvmpipe_create_context()
Dlp_state_so.c56 struct llvmpipe_context *lp = llvmpipe_context(pipe); in llvmpipe_bind_stream_output_state()
79 struct llvmpipe_context *lp = llvmpipe_context(pipe); in llvmpipe_set_stream_output_buffers()
119 llvmpipe_init_so_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_so_funcs()
Dlp_query.h41 struct llvmpipe_context;
50 extern void llvmpipe_init_query_funcs(struct llvmpipe_context * );
52 extern boolean llvmpipe_check_render_cond(struct llvmpipe_context *);
Dlp_context.h55 struct llvmpipe_context { struct
160 static INLINE struct llvmpipe_context * argument
161 llvmpipe_context( struct pipe_context *pipe ) in llvmpipe_context() function
163 return (struct llvmpipe_context *)pipe; in llvmpipe_context()
Dlp_state_sampler.c74 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_bind_sampler_states()
143 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_sampler_views()
251 llvmpipe_prepare_vertex_sampling(struct llvmpipe_context *lp, in llvmpipe_prepare_vertex_sampling()
311 llvmpipe_cleanup_vertex_sampling(struct llvmpipe_context *ctx) in llvmpipe_cleanup_vertex_sampling()
320 llvmpipe_init_sampler_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_sampler_funcs()
Dlp_draw_arrays.c55 struct llvmpipe_context *lp = llvmpipe_context(pipe); in llvmpipe_draw_vbo()
115 llvmpipe_init_draw_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_draw_funcs()
Dlp_surface.h35 struct llvmpipe_context;
39 llvmpipe_init_surface_functions(struct llvmpipe_context *lp);
Dlp_state_rasterizer.c100 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_bind_rasterizer_state()
144 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_state_setup.h7 struct llvmpipe_context;
74 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_flush.c50 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_flush()
Dlp_state_fs.c761 generate_fragment(struct llvmpipe_context *lp, in generate_fragment()
1217 generate_variant(struct llvmpipe_context *lp, in generate_variant()
1306 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_create_fs_state()
1398 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_bind_fs_state()
1419 llvmpipe_remove_shader_variant(struct llvmpipe_context *lp, in llvmpipe_remove_shader_variant()
1461 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_delete_fs_state()
1497 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_set_constant_buffer()
1564 make_variant_key(struct llvmpipe_context *lp, in make_variant_key()
1661 llvmpipe_update_fs(struct llvmpipe_context *lp) in llvmpipe_update_fs()
1766 llvmpipe_init_fs_funcs(struct llvmpipe_context *llvmpipe) in llvmpipe_init_fs_funcs()
Dlp_state_derived.c49 compute_vertex_info(struct llvmpipe_context *llvmpipe) in compute_vertex_info()
131 void llvmpipe_update_derived( struct llvmpipe_context *llvmpipe ) in llvmpipe_update_derived()
Dlp_state_fs.h134 llvmpipe_remove_shader_variant(struct llvmpipe_context *lp,
Dlp_state_setup.c668 struct llvmpipe_context *lp) in generate_setup_variant()
797 lp_make_setup_variant_key(struct llvmpipe_context *lp, in lp_make_setup_variant_key()
838 remove_setup_variant(struct llvmpipe_context *lp, in remove_setup_variant()
867 cull_setup_variants(struct llvmpipe_context *lp) in cull_setup_variants()
898 llvmpipe_update_setup(struct llvmpipe_context *lp) in llvmpipe_update_setup()
935 lp_delete_setup_variants(struct llvmpipe_context *lp) in lp_delete_setup_variants()
Dlp_texture.h57 struct llvmpipe_context;
Dlp_surface.c176 llvmpipe_init_surface_functions(struct llvmpipe_context *lp) in llvmpipe_init_surface_functions()

12