HomeSort by relevance Sort by last modified time
    Searched full:llvmpipe (Results 26 - 50 of 142) sorted by null

12 3 4 5 6

  /external/mesa3d/src/gallium/drivers/llvmpipe/
SConscript 7 print 'warning: LLVM disabled: not building llvmpipe'
31 llvmpipe = env.ConvenienceLibrary(
32 target = 'llvmpipe',
80 env.Alias('llvmpipe', llvmpipe)
86 env.Prepend(LIBS = [llvmpipe] + gallium)
110 Export('llvmpipe')
lp_query.c 124 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe ); local
137 lp_setup_begin_query(llvmpipe->setup, pq);
139 llvmpipe->active_query_count++;
140 llvmpipe->dirty |= LP_NEW_QUERY;
147 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe ); local
150 lp_setup_end_query(llvmpipe->setup, pq);
152 assert(llvmpipe->active_query_count);
153 llvmpipe->active_query_count--;
154 llvmpipe->dirty |= LP_NEW_QUERY;
176 void llvmpipe_init_query_funcs(struct llvmpipe_context *llvmpipe )
    [all...]
lp_flush.c 50 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local
52 draw_flush(llvmpipe->draw);
55 lp_setup_flush(llvmpipe->setup, fence, reason);
63 for (i = 0; i < llvmpipe->framebuffer.nr_cbufs; i++) {
65 debug_dump_surface_bmp(&llvmpipe->pipe, filename, llvmpipe->framebuffer.cbufs[i]);
70 debug_dump_surface_bmp(&llvmpipe->pipe, filename, llvmpipe->framebuffer.zsbuf);
lp_clear.c 54 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local
56 if (!llvmpipe_check_render_cond(llvmpipe))
62 lp_setup_clear( llvmpipe->setup, color->f, depth, stencil, buffers );
lp_state_so.c 119 llvmpipe_init_so_funcs(struct llvmpipe_context *llvmpipe)
122 llvmpipe->pipe.create_stream_output_state =
124 llvmpipe->pipe.bind_stream_output_state =
126 llvmpipe->pipe.delete_stream_output_state =
129 llvmpipe->pipe.set_stream_output_buffers =
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_query.c 124 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe ); local
137 lp_setup_begin_query(llvmpipe->setup, pq);
139 llvmpipe->active_query_count++;
140 llvmpipe->dirty |= LP_NEW_QUERY;
147 struct llvmpipe_context *llvmpipe = llvmpipe_context( pipe ); local
150 lp_setup_end_query(llvmpipe->setup, pq);
152 assert(llvmpipe->active_query_count);
153 llvmpipe->active_query_count--;
154 llvmpipe->dirty |= LP_NEW_QUERY;
176 void llvmpipe_init_query_funcs(struct llvmpipe_context *llvmpipe )
    [all...]
lp_flush.c 50 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local
52 draw_flush(llvmpipe->draw);
55 lp_setup_flush(llvmpipe->setup, fence, reason);
63 for (i = 0; i < llvmpipe->framebuffer.nr_cbufs; i++) {
65 debug_dump_surface_bmp(&llvmpipe->pipe, filename, llvmpipe->framebuffer.cbufs[i]);
70 debug_dump_surface_bmp(&llvmpipe->pipe, filename, llvmpipe->framebuffer.zsbuf);
lp_clear.c 54 struct llvmpipe_context *llvmpipe = llvmpipe_context(pipe); local
56 if (!llvmpipe_check_render_cond(llvmpipe))
62 lp_setup_clear( llvmpipe->setup, color->f, depth, stencil, buffers );
lp_state_so.c 119 llvmpipe_init_so_funcs(struct llvmpipe_context *llvmpipe)
122 llvmpipe->pipe.create_stream_output_state =
124 llvmpipe->pipe.bind_stream_output_state =
126 llvmpipe->pipe.delete_stream_output_state =
129 llvmpipe->pipe.set_stream_output_buffers =
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/libgl-gdi/
libgl_gdi.c 31 * Softpipe/LLVMpipe support.
48 #include "llvmpipe/lp_texture.h"
49 #include "llvmpipe/lp_screen.h"
50 #include "llvmpipe/lp_public.h"
70 default_driver = "llvmpipe";
78 if (strcmp(driver, "llvmpipe") == 0) {
  /external/mesa3d/src/gallium/targets/libgl-gdi/
libgl_gdi.c 31 * Softpipe/LLVMpipe support.
48 #include "llvmpipe/lp_texture.h"
49 #include "llvmpipe/lp_screen.h"
50 #include "llvmpipe/lp_public.h"
70 default_driver = "llvmpipe";
78 if (strcmp(driver, "llvmpipe") == 0) {
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-swrast/
SConscript 30 env.Prepend(LIBS = [llvmpipe])
  /external/mesa3d/src/gallium/targets/dri-swrast/
SConscript 30 env.Prepend(LIBS = [llvmpipe])
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/
llvm-todo.txt 1 TODO covering gallivm/llvmpipe
4 Goal: GL3.0 support in llvmpipe
  /external/mesa3d/src/gallium/docs/
llvm-todo.txt 1 TODO covering gallivm/llvmpipe
4 Goal: GL3.0 support in llvmpipe
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/dri-i915/
Makefile 25 PIPE_DRIVERS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
SConscript 30 env.Prepend(LIBS = [llvmpipe])
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
SConscript 33 env.Prepend(LIBS = [llvmpipe])
  /external/mesa3d/src/gallium/targets/dri-i915/
Makefile 25 PIPE_DRIVERS += $(TOP)/src/gallium/drivers/llvmpipe/libllvmpipe.a
  /external/mesa3d/src/gallium/targets/graw-gdi/
SConscript 30 env.Prepend(LIBS = [llvmpipe])
  /external/mesa3d/src/gallium/targets/graw-xlib/
SConscript 33 env.Prepend(LIBS = [llvmpipe])
  /external/chromium_org/third_party/mesa/src/docs/
llvmpipe.html 5 <title>llvmpipe</title>
13 The Gallium llvmpipe driver is a software rasterizer that uses LLVM to
126 To profile llvmpipe you should pass the options
164 build/linux-???-debug/gallium/drivers/llvmpipe:
178 build/linux-x86_64-debug/gallium/drivers/llvmpipe/lp_test_blend -o blend.tsv
systems.html 43 <li><a href="llvmpipe.html">llvmpipe</a> - uses LLVM for x86 JIT code
  /external/mesa3d/docs/
llvmpipe.html 5 <title>llvmpipe</title>
13 The Gallium llvmpipe driver is a software rasterizer that uses LLVM to
126 To profile llvmpipe you should pass the options
164 build/linux-???-debug/gallium/drivers/llvmpipe:
178 build/linux-x86_64-debug/gallium/drivers/llvmpipe/lp_test_blend -o blend.tsv
systems.html 43 <li><a href="llvmpipe.html">llvmpipe</a> - uses LLVM for x86 JIT code

Completed in 405 milliseconds

12 3 4 5 6