/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | 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 …]
|
D | lp_state_clip.c | 39 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()
|
D | lp_state_blend.c | 64 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()
|
D | lp_state_gs.c | 45 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()
|
D | lp_state_vs.c | 45 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()
|
D | lp_state_vertex.c | 59 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()
|
D | lp_query.c | 124 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()
|
D | lp_context.c | 56 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()
|
D | lp_state_so.c | 56 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()
|
D | 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 *);
|
D | lp_context.h | 55 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()
|
D | lp_state_sampler.c | 74 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()
|
D | lp_draw_arrays.c | 55 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()
|
D | lp_surface.h | 35 struct llvmpipe_context; 39 llvmpipe_init_surface_functions(struct llvmpipe_context *lp);
|
D | lp_state_rasterizer.c | 100 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()
|
D | lp_clear.c | 54 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_clear()
|
D | lp_state_setup.h | 7 struct llvmpipe_context; 74 void lp_delete_setup_variants(struct llvmpipe_context *lp);
|
D | lp_state_surface.c | 52 struct llvmpipe_context *lp = llvmpipe_context(pipe); in llvmpipe_set_framebuffer_state()
|
D | lp_flush.c | 50 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); in llvmpipe_flush()
|
D | lp_state_fs.c | 761 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()
|
D | lp_state_derived.c | 49 compute_vertex_info(struct llvmpipe_context *llvmpipe) in compute_vertex_info() 131 void llvmpipe_update_derived( struct llvmpipe_context *llvmpipe ) in llvmpipe_update_derived()
|
D | lp_state_fs.h | 134 llvmpipe_remove_shader_variant(struct llvmpipe_context *lp,
|
D | lp_state_setup.c | 668 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()
|
D | lp_texture.h | 57 struct llvmpipe_context;
|
D | lp_surface.c | 176 llvmpipe_init_surface_functions(struct llvmpipe_context *lp) in llvmpipe_init_surface_functions()
|