| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/ |
| H A D | bm-init.sh | 3 # Init entrypoint for bare-metal devices; calls common init code. 6 /init-stage1.sh 9 test $? -eq 0 && /init-stage2.sh 11 # Wait until the job would have timed out anyway, so we don't spew a "init
|
| H A D | rootfs-setup.sh | 7 # Set up the init script that brings up the system. 8 cp $BM/bm-init.sh $rootfs_dst/init 9 cp $CI_COMMON/init*.sh $rootfs_dst/ 14 # Pass through relevant env vars from the gitlab job to the baremetal init script
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/ |
| H A D | lion-render.c | 8 static void init(struct lion *l, int i, VGint hexColor, const VGfloat *coords, int elems) function in typeref:typename:void 42 init(l, 0, color, coords, ELEMENTS(coords)/2); 54 init(l, 1, color, coords, ELEMENTS(coords)/2); 63 init(l, 2, color, coords, ELEMENTS(coords)/2); 74 init(l, 3, color, coords, ELEMENTS(coords)/2); 88 init(l, 4, color, coords, ELEMENTS(coords)/2); 100 init(l, 5, color, coords, ELEMENTS(coords)/2); 117 init(l, 6, color, coords, ELEMENTS(coords)/2); 129 init(l, 7, color, coords, ELEMENTS(coords)/2); 139 init( [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/ |
| H A D | clear.c | 10 init(void) function in typeref:typename:void 40 return run(argc, argv, init, reshape,
|
| H A D | eglcommon.h | 16 init_func init,
|
| H A D | roundedrect.c | 13 init(void) function in typeref:typename:void 65 return run(argc, argv, init, reshape,
|
| H A D | star-nonzero.c | 13 init(void) function in typeref:typename:void 53 return run(argc, argv, init, reshape,
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | trimregion.h | 55 void init( REAL ); 58 void init( long, Arc_ptr ); 69 TrimRegion::init( REAL vval ) function in class:TrimRegion
|
| H A D | knotvector.h | 44 void init( long, long, long, INREAL * );
|
| H A D | renderhints.h | 44 void init( void );
|
| H A D | uarray.h | 51 long init( REAL, Arc_ptr, Arc_ptr );
|
| H A D | hull.h | 51 void init( void );
|
| H A D | varray.h | 47 long init( REAL, Arc *, Arc * );
|
| H A D | hull.cc | 58 * Hull:init - this routine does the initialization needed before any 63 Hull::init( void ) function in class:Hull 68 fakeleft.init( left.first() ); 72 fakeleft.init( left.last() ); 94 fakeright.init( right.last() ); 98 fakeright.init( right.first() );
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | cube.c | 47 static void init(void) function in typeref:typename:void 91 init ();
|
| H A D | hello.c | 67 static void init (void) function in typeref:typename:void 105 init ();
|
| H A D | clip.c | 45 static void init(void) function in typeref:typename:void 102 init ();
|
| H A D | smooth.c | 46 static void init(void) function in typeref:typename:void 100 init ();
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| H A D | clear.c | 71 init(void) function in typeref:typename:void 90 init();
|
| /xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/ |
| H A D | build-fossilize.sh | 8 git submodule update --init
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/ |
| H A D | filters.h | 47 pp_init_func init; /* Init function */ member in struct:pp_filter_t 55 /* name inner shaders verts init run free */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/postprocess/ |
| H A D | filters.h | 47 pp_init_func init; /* Init function */ member in struct:pp_filter_t 55 /* name inner shaders verts init run free */
|
| /xsrc/external/mit/MesaLib.old/dist/src/gbm/main/ |
| H A D | backend.c | 52 const void *init = NULL; local in function:load_backend 58 init = backend->builtin; 61 return init;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/nouveau/drm/ |
| H A D | nouveau_drm_winsys.c | 66 struct nouveau_screen *(*init)(struct nouveau_device *); local in function:nouveau_drm_screen_create 112 init = nv30_screen_create; 118 init = nv50_screen_create; 128 init = nvc0_screen_create; 136 screen = init(dev);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/nouveau/drm/ |
| H A D | nouveau_drm_winsys.c | 46 struct nouveau_screen *(*init)(struct nouveau_device *); local in function:nouveau_drm_screen_create 92 init = nv30_screen_create; 98 init = nv50_screen_create; 110 init = nvc0_screen_create; 118 screen = init(dev);
|