Searched refs:sw_winsys (Results 1 - 25 of 106) sorted by path

12345

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_sw.c43 #include "state_tracker/sw_winsys.h"
51 struct sw_winsys *ws;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/target-helpers/
H A Dinline_sw_helper.h7 #include "state_tracker/sw_winsys.h"
31 sw_screen_create_named(struct sw_winsys *winsys, const char *driver)
63 sw_screen_create(struct sw_winsys *winsys)
H A Dsw_helper.h8 #include "state_tracker/sw_winsys.h"
33 sw_screen_create_named(struct sw_winsys *winsys, const char *driver)
65 sw_screen_create(struct sw_winsys *winsys)
H A Dsw_helper_public.h5 struct sw_winsys;
8 sw_screen_create(struct sw_winsys *winsys);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_public.h9 struct sw_winsys;
12 llvmpipe_create_screen(struct sw_winsys *winsys);
H A Dlp_screen.c53 #include "state_tracker/sw_winsys.h"
473 struct sw_winsys *winsys = screen->winsys;
582 struct sw_winsys *winsys = screen->winsys;
594 struct sw_winsys *winsys = screen->winsys;
661 llvmpipe_create_screen(struct sw_winsys *winsys)
H A Dlp_screen.h43 struct sw_winsys;
50 struct sw_winsys *winsys;
H A Dlp_setup.c56 #include "state_tracker/sw_winsys.h"
913 struct sw_winsys *winsys = screen->winsys;
H A Dlp_state_sampler.c41 #include "state_tracker/sw_winsys.h"
316 struct sw_winsys *winsys = screen->winsys;
H A Dlp_texture.c54 #include "state_tracker/sw_winsys.h"
206 struct sw_winsys *winsys = screen->winsys;
325 struct sw_winsys *winsys = screen->winsys;
371 struct sw_winsys *winsys = screen->winsys;
416 struct sw_winsys *winsys = lp_screen->winsys;
443 struct sw_winsys *winsys = llvmpipe_screen(screen)->winsys;
496 struct sw_winsys *winsys = llvmpipe_screen(screen)->winsys;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_public.h9 struct sw_winsys;
12 softpipe_create_screen(struct sw_winsys *winsys);
H A Dsp_screen.c40 #include "state_tracker/sw_winsys.h"
415 struct sw_winsys *winsys = softpipe_screen(screen)->winsys;
507 struct sw_winsys *winsys = sp_screen->winsys;
526 struct sw_winsys *winsys = screen->winsys;
598 softpipe_create_screen(struct sw_winsys *winsys)
H A Dsp_screen.h38 struct sw_winsys;
43 struct sw_winsys *winsys;
H A Dsp_state_sampler.c44 #include "state_tracker/sw_winsys.h"
255 struct sw_winsys *winsys = screen->winsys;
H A Dsp_texture.c47 #include "state_tracker/sw_winsys.h"
134 struct sw_winsys *winsys = softpipe_screen(screen)->winsys;
207 struct sw_winsys *winsys = screen->winsys;
225 struct sw_winsys *winsys = softpipe_screen(screen)->winsys;
260 struct sw_winsys *winsys = softpipe_screen(screen)->winsys;
362 struct sw_winsys *winsys = softpipe_screen(pipe->screen)->winsys;
467 struct sw_winsys *winsys = softpipe_screen(pipe->screen)->winsys;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_loader.cpp72 swr_create_screen(struct sw_winsys *winsys)
H A Dswr_public.h29 struct sw_winsys;
37 struct pipe_screen *swr_create_screen(struct sw_winsys *winsys);
40 struct pipe_screen *swr_create_screen_internal(struct sw_winsys *winsys);
H A Dswr_screen.cpp41 #include "state_tracker/sw_winsys.h"
93 struct sw_winsys *winsys = screen->winsys;
659 struct sw_winsys *winsys = screen->winsys;
1006 struct sw_winsys *winsys = screen->winsys;
1051 struct sw_winsys *winsys = screen->winsys;
1104 struct sw_winsys *winsys = screen->winsys;
1158 swr_create_screen_internal(struct sw_winsys *winsys)
H A Dswr_screen.h37 struct sw_winsys;
45 struct sw_winsys *winsys;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/
H A Dsw_driver.h8 struct sw_winsys;
12 struct pipe_screen *(*create_screen)(struct sw_winsys *ws);
15 struct sw_winsys *(*create_winsys)();
H A Dsw_winsys.h65 struct sw_winsys struct
68 (*destroy)( struct sw_winsys *ws );
71 (*is_displaytarget_format_supported)( struct sw_winsys *ws,
87 (*displaytarget_create)( struct sw_winsys *ws,
99 (*displaytarget_from_handle)( struct sw_winsys *ws,
108 (*displaytarget_get_handle)( struct sw_winsys *ws,
116 (*displaytarget_map)( struct sw_winsys *ws,
121 (*displaytarget_unmap)( struct sw_winsys *ws,
130 (*displaytarget_display)( struct sw_winsys *ws,
136 (*displaytarget_destroy)( struct sw_winsys *w
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c67 struct sw_winsys *winsys = NULL;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c27 struct sw_winsys *winsys = NULL;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/
H A DGalliumContext.cpp25 #include "state_tracker/sw_winsys.h"
84 struct sw_winsys* winsys = hgl_create_sw_winsys();
87 ERROR("%s: Couldn't allocate sw_winsys!\n", __func__);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/libgl-gdi/
H A Dlibgl_gdi.c67 struct sw_winsys *winsys;
130 struct sw_winsys *winsys = NULL;

Completed in 26 milliseconds

12345