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 D | pipe_loader_sw.c | 43 #include "state_tracker/sw_winsys.h" 51 struct sw_winsys *ws;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/target-helpers/ |
| H A D | inline_sw_helper.h | 7 #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 D | sw_helper.h | 8 #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 D | sw_helper_public.h | 5 struct sw_winsys; 8 sw_screen_create(struct sw_winsys *winsys);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_public.h | 9 struct sw_winsys; 12 llvmpipe_create_screen(struct sw_winsys *winsys);
|
| H A D | lp_screen.c | 53 #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 D | lp_screen.h | 43 struct sw_winsys; 50 struct sw_winsys *winsys;
|
| H A D | lp_setup.c | 56 #include "state_tracker/sw_winsys.h" 913 struct sw_winsys *winsys = screen->winsys;
|
| H A D | lp_state_sampler.c | 41 #include "state_tracker/sw_winsys.h" 316 struct sw_winsys *winsys = screen->winsys;
|
| H A D | lp_texture.c | 54 #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 D | sp_public.h | 9 struct sw_winsys; 12 softpipe_create_screen(struct sw_winsys *winsys);
|
| H A D | sp_screen.c | 40 #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 D | sp_screen.h | 38 struct sw_winsys; 43 struct sw_winsys *winsys;
|
| H A D | sp_state_sampler.c | 44 #include "state_tracker/sw_winsys.h" 255 struct sw_winsys *winsys = screen->winsys;
|
| H A D | sp_texture.c | 47 #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 D | swr_loader.cpp | 72 swr_create_screen(struct sw_winsys *winsys)
|
| H A D | swr_public.h | 29 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 D | swr_screen.cpp | 41 #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 D | swr_screen.h | 37 struct sw_winsys; 45 struct sw_winsys *winsys;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/ |
| H A D | sw_driver.h | 8 struct sw_winsys; 12 struct pipe_screen *(*create_screen)(struct sw_winsys *ws); 15 struct sw_winsys *(*create_winsys)();
|
| H A D | sw_winsys.h | 65 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 D | graw_gdi.c | 67 struct sw_winsys *winsys = NULL;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-xlib/ |
| H A D | graw_xlib.c | 27 struct sw_winsys *winsys = NULL;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/haiku-softpipe/ |
| H A D | GalliumContext.cpp | 25 #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 D | libgl_gdi.c | 67 struct sw_winsys *winsys; 130 struct sw_winsys *winsys = NULL;
|
Completed in 26 milliseconds
12345