Searched refs:init (Results 1 - 25 of 748) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/.gitlab-ci/bare-metal/
H A Dbm-init.sh3 # 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 Drootfs-setup.sh7 # 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 Dlion-render.c8 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 Dclear.c10 init(void) function in typeref:typename:void
40 return run(argc, argv, init, reshape,
H A Deglcommon.h16 init_func init,
H A Droundedrect.c13 init(void) function in typeref:typename:void
65 return run(argc, argv, init, reshape,
H A Dstar-nonzero.c13 init(void) function in typeref:typename:void
53 return run(argc, argv, init, reshape,
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Dtrimregion.h55 void init( REAL );
58 void init( long, Arc_ptr );
69 TrimRegion::init( REAL vval ) function in class:TrimRegion
H A Dknotvector.h44 void init( long, long, long, INREAL * );
H A Drenderhints.h44 void init( void );
H A Duarray.h51 long init( REAL, Arc_ptr, Arc_ptr );
H A Dhull.h51 void init( void );
H A Dvarray.h47 long init( REAL, Arc *, Arc * );
H A Dhull.cc58 * 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 Dcube.c47 static void init(void) function in typeref:typename:void
91 init ();
H A Dhello.c67 static void init (void) function in typeref:typename:void
105 init ();
H A Dclip.c45 static void init(void) function in typeref:typename:void
102 init ();
H A Dsmooth.c46 static void init(void) function in typeref:typename:void
100 init ();
/xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/
H A Dclear.c71 init(void) function in typeref:typename:void
90 init();
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dbuild-fossilize.sh8 git submodule update --init
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/postprocess/
H A Dfilters.h47 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 Dfilters.h47 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 Dbackend.c52 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 Dnouveau_drm_winsys.c66 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 Dnouveau_drm_winsys.c46 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);

Completed in 39 milliseconds

1234567891011>>