Searched refs:compilers (Results 1 - 25 of 742) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib/dist/docs/nir/
H A Dindex.rst5 sits at the core of most Mesa drivers' shader compilers. It consists of a set
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/tests/
H A Ddisasm.c385 struct ir3_compiler *compilers[10] = {}; local in function:main
386 struct fd_dev_id dev_ids[ARRAY_SIZE(compilers)];
427 if (!compilers[gen]) {
429 compilers[gen] = ir3_compiler_create(NULL, &dev_ids[gen], false);
436 struct ir3_shader *shader = ir3_parse_asm(compilers[gen], &info, fasm);
482 for (unsigned i = 0; i < ARRAY_SIZE(compilers); i++) {
483 if (!compilers[i])
485 ir3_compiler_destroy(compilers[i]);
/xsrc/external/mit/glw/dist/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/xsrc/external/mit/xf86-video-intel-old/dist/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/xsrc/external/mit/xf86-video-ati/dist/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/xsrc/external/mit/xsetpointer/dist/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/xsrc/external/mit/freetype/dist/builds/windows/
H A Ddetect.mk99 $(info $(PROJECT_TITLE) build system -- supported compilers)
101 $(info Several command-line compilers are supported on Win32:)
116 # additionally, we provide hooks for various other compilers
/xsrc/external/mit/freetype/dist/builds/ansi/
H A Dansi-def.mk40 # Path inclusion flag. Some compilers use a different flag than `-I' to
/xsrc/external/mit/freetype/dist/builds/beos/
H A Dbeos-def.mk42 # Path inclusion flag. Some compilers use a different flag than `-I' to
/xsrc/external/mit/freetype/dist/builds/compiler/
H A Dansi-cc.mk35 # Path inclusion flag. Some compilers use a different flag than `-I' to
H A Dbcc-dev.mk35 # Path inclusion flag. Some compilers use a different flag than `-I' to
H A Dbcc.mk35 # Path inclusion flag. Some compilers use a different flag than `-I' to
H A Demx.mk35 # Path inclusion flag. Some compilers use a different flag than `-I' to
H A Dgcc-dev.mk35 # Path inclusion flag. Some compilers use a different flag than `-I' to
H A Dgcc.mk35 # Path inclusion flag. Some compilers use a different flag than `-I' to
H A Dunix-lcc.mk36 # Path inclusion flag. Some compilers use a different flag than `-I' to
H A Dvisualage.mk36 # Path inclusion flag. Some compilers use a different flag than `-I' to
H A Dvisualc.mk36 # Path inclusion flag. Some compilers use a different flag than `-I' to
H A Dwatcom.mk36 # Path inclusion flag. Some compilers use a different flag than `-I' to
H A Dwin-lcc.mk36 # Path inclusion flag. Some compilers use a different flag than `-I' to
H A Dintelc.mk36 # Path inclusion flag. Some compilers use a different flag than `-I' to
/xsrc/external/mit/freetype/dist/builds/os2/
H A Ddetect.mk38 # additionally, we provide hooks for various other compilers
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dcompiler_feature_checks.cmake65 # With -std=c99, some systems/compilers/etc enable ANSI strictness, and
129 # Some compilers (like Sun's) don't take -W flags for warnings. Do a
/xsrc/external/mit/libXext/dist/m4/
H A Dax_gcc_builtin.m412 # functions; many other compilers also provide those same built-ins.
/xsrc/external/mit/libX11/dist/m4/
H A Dax_gcc_builtin.m412 # functions; many other compilers also provide those same built-ins.

Completed in 21 milliseconds

1234567891011>>