Searched refs:good (Results 1 - 25 of 315) sorted by relevance

1234567891011>>

/xsrc/external/mit/libXpm/dist/test/
H A DMakefile.am54 -rm -rf pixmaps/good/generated pixmaps/invalid/generated pixmaps/.generated
55 $(MKDIR_P) pixmaps/good/generated pixmaps/invalid/generated \
57 cp $(srcdir)/pixmaps/good/*.xpm pixmaps/good/generated
58 gzip -f pixmaps/good/generated/*.xpm
59 cp $(srcdir)/pixmaps/good/*.xpm pixmaps/good/generated
60 compress -f pixmaps/good/generated/*.xpm
79 pixmaps/good/BlueCurves.xpm \
80 pixmaps/good/Dimpl
[all...]
H A DMakefile.in615 pixmaps/good/BlueCurves.xpm \
616 pixmaps/good/Dimple.xpm \
617 pixmaps/good/Dolphins.xpm \
618 pixmaps/good/Miniweave.xpm \
619 pixmaps/good/Squares.xpm \
620 pixmaps/good/Swirl.xpm \
621 pixmaps/good/Utah-teapot.xpm \
622 pixmaps/good/chromesphere.xpm \
623 pixmaps/good/plaid-v1.xpm \
624 pixmaps/good/plai
[all...]
/xsrc/external/mit/freetype/dist/src/tools/ftrandom/
H A Dftrandom.c441 FILE *good, *newf; local in function:copyfont
446 good = fopen( item->name, "r" );
447 if ( !good )
461 while ( ( len = fread( buffer, 1, sizeof ( buffer ), good ) ) > 0 )
464 fclose( good );
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Modes.c449 Bool good = FALSE; local in function:xf86ValidateModesClocks
453 good = TRUE;
457 if (!good)
467 * will match modes named "1024x768", "1024x768x75", "1024x768-good", but
484 Bool good = FALSE; local in function:xf86ValidateModesUserConfig
489 good = TRUE;
493 if (!good)
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Modes.c517 Bool good = FALSE; local in function:xf86ValidateModesClocks
522 good = TRUE;
526 if (!good)
536 * will match modes named "1024x768", "1024x768x75", "1024x768-good", but
553 Bool good = FALSE; local in function:xf86ValidateModesUserConfig
558 good = TRUE;
562 if (!good)
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dcompiler_feature_checks.cmake10 # calls, so that's good enough. Lacking it is not (yet) a fatal error,
100 message(WARNING "Couldn't find def for ${FUNC}, not good...")
/xsrc/external/mit/MesaLib/dist/.gitlab/issue_templates/
H A DBug Report.md6 - As examples of good bug reports you may review one of these - #2598, #2615, #2608
H A DBug Report - AMD Radeon Vulkan.md6 - As examples of good bug reports you may review one of these - #2598, #2615, #2608
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D7.6.1.rst44 - Fake glXQueryDrawable() didn't return good values (bug 24320)
H A D10.5.7.rst70 - nv30: falling back to draw path for edgeflag does no good
/xsrc/external/mit/MesaLib/dist/docs/
H A Dshading.rst104 - The quality of generated code is pretty good, register usage is fair.
106 good yet.
182 The Mesa demos repository also has some good GLSL tests.
H A Dfaq.rst283 starting point. For a classic hardware driver, the i965 driver is a good
285 are good examples.
293 searching the archives) is a good way to get information.
H A Dinstall.rst110 called ``installdir`` inside your mesa tree is as good as anything. All of the
H A Drepository.rst66 #. After you've demonstrated the ability to write good code and have had
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Dregion.c102 #define good(reg) assert(RegionIsValid(reg)) macro
826 * x2 from pBox and pBoxEnd, resp., as good things to initialize them
1189 good(badreg);
1197 good(badreg);
1211 good(badreg);
1343 good(badreg);
1424 good(pRgn);
1566 good(prgnDst);
/xsrc/external/mit/xorg-server/dist/dix/
H A Dregion.c102 #define good(reg) assert(RegionIsValid(reg)) macro
824 * x2 from pBox and pBoxEnd, resp., as good things to initialize them
1161 good(badreg);
1168 good(badreg);
1179 good(badreg);
1306 good(badreg);
1381 good(pRgn);
/xsrc/external/mit/MesaLib/dist/docs/nir/
H A Dalu.rst8 identical output. A good rule of thumb is that only things which can be
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/drivers/openswr/
H A Dfaq.rst55 While our current performance is quite good, we know there is more
/xsrc/external/mit/MesaLib/dist/docs/drivers/openswr/
H A Dfaq.rst55 While our current performance is quite good, we know there is more
/xsrc/external/mit/fontconfig/dist/m4/
H A Dax_create_stdint_h.m4196 dnl if there was no good C99 header file, do some typedef checks...
382 /* some system headers have good uint64_t */
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dir_to_mesa.cpp2696 bool good = true; local in function:ir_to_mesa_visitor::copy_propagate
2712 good = false;
2723 good = false;
2729 if (good) {
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dir_to_mesa.cpp2674 bool good = true; local in function:ir_to_mesa_visitor::copy_propagate
2690 good = false;
2701 good = false;
2707 if (good) {
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dvenus.rst69 If the host driver of the system is not new enough, it is a good idea to build
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
H A Dparse-submits.lua95 -- a really good way to differentiate between submits and cmds. Ie.
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcfreetype.c2623 FcBool good = FcTrue; local in function:FcFreeTypeCharSet
2632 good = FcFalse;
2635 if (good)

Completed in 33 milliseconds

1234567891011>>