HomeSort by relevance Sort by last modified time
    Searched refs:llvmpipe_context (Results 26 - 50 of 54) sorted by null

12 3

  /external/mesa3d/src/gallium/drivers/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_draw_arrays.c 55 struct llvmpipe_context *lp = llvmpipe_context(pipe);
115 llvmpipe_init_draw_funcs(struct llvmpipe_context *llvmpipe)
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.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_state_rasterizer.c 100 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
144 llvmpipe_init_rasterizer_funcs(struct llvmpipe_context *llvmpipe)
lp_flush.c 50 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
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_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_texture.h 57 struct llvmpipe_context;
lp_state_fs.c 761 generate_fragment(struct llvmpipe_context *lp,
    [all...]
lp_surface.c 176 llvmpipe_init_surface_functions(struct llvmpipe_context *lp)
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)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_draw_arrays.c 55 struct llvmpipe_context *lp = llvmpipe_context(pipe);
115 llvmpipe_init_draw_funcs(struct llvmpipe_context *llvmpipe)
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.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_state_rasterizer.c 100 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
144 llvmpipe_init_rasterizer_funcs(struct llvmpipe_context *llvmpipe)
lp_flush.c 50 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe);
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_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_texture.h 57 struct llvmpipe_context;
lp_state_fs.c 761 generate_fragment(struct llvmpipe_context *lp,
    [all...]
lp_surface.c 176 llvmpipe_init_surface_functions(struct llvmpipe_context *lp)
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)

Completed in 237 milliseconds

12 3