HomeSort by: relevance | last modified time | path
    Searched refs:known (Results 1 - 25 of 28) sorted by relevancy

1 2

  /xsrc/external/mit/freetype/dist/src/cid/
module.mk 20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRIVER_DONE)
  /xsrc/external/mit/freetype/dist/src/type42/
module.mk 20 $(ECHO_DRIVER)type42 $(ECHO_DRIVER_DESC)Type 42 font files with no known extension$(ECHO_DRIVER_DONE)
  /xsrc/external/mit/xterm/dist/vttests/
print-vt-chars.pl 260 my @known;
261 my $known = -1;
267 $known[ ++$known ] = $key;
272 my $high = int( ( $known + $cols ) / $cols );
277 next if ( $z > $known );
278 printf STDERR "%-*s", $width, $known[$z];
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/
gtest-runner.sh 17 # Default to an empty known flakes file if it doesn't exist.
61 --known-flakes $INSTALL/$GPU_VERSION-flakes.txt \
report-flakes.py 80 parser.add_argument('--known-flakes', type=str,
83 help='Known flakes report channel', required=True)
137 for known in known_flakes:
138 if known.match(flake):
deqp-runner.sh 92 # Default to an empty known flakes file if it doesn't exist.
205 --known-flakes $INSTALL/$GPU_VERSION-flakes.txt \
  /xsrc/external/mit/MesaLib/dist/.gitlab-ci/piglit/
piglit-runner.sh 35 # Default to an empty known flakes file if it doesn't exist.
83 --known-flakes $INSTALL/$GPU_VERSION-flakes.txt \
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
analyze.lua 99 -- TODO maybe we want to whitelist a few well known regs, for the
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
disassemble.c 314 bool known = override != 0x3; /* Unused value */ local
317 if (!(modeable && known && uppable))
622 /* Condition repeated 8 times in all known cases. Check this. */
  /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
MESA_query_renderer.spec 15 No known IP claims.
53 hardware implementation is blacklisted due to known bugs.
MESA_texture_signed_rgba.spec 19 No known IP issues
MESA_texture_array.spec 15 No known IP issues.
  /xsrc/external/mit/MesaLib.old/dist/docs/specs/
MESA_query_renderer.spec 15 No known IP claims.
53 hardware implementation is blacklisted due to known bugs.
MESA_texture_signed_rgba.spec 19 No known IP issues
MESA_texture_array.spec 15 No known IP issues.
  /xsrc/external/mit/fontconfig/dist/doc/
fclangset.fncs 183 Returns a string set of all known languages.
fcconfig.fncs 149 Returns the list of known configuration files used to generate <parameter>config</parameter>.
  /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
disassemble.c 842 bool known = shrink_mode != 0x3; /* Unused value */ local
844 if (!(shrinkable && known))
1270 /* TODO: how can we use this now that we know that these params can't be known
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_algebraic.py 361 # generator that this pattern is known to have too many commutative
520 of the search expresssion, since those are the things that are known when
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_algebraic.py 443 of the search expresssion, since those are the things that are known when
  /xsrc/external/mit/libXfontcache/dist/
ltmain.sh 2846 # is not unsupported. This is valid on all known static and
3813 $echo "*** Warning: inter-library dependencies are not known to be supported."
4258 # On all known operating systems, these are identical.
  /xsrc/external/mit/libxkbui/dist/
ltmain.sh 2786 # is not unsupported. This is valid on all known static and
3744 $echo "*** Warning: inter-library dependencies are not known to be supported."
4186 # On all known operating systems, these are identical.
  /xsrc/external/mit/xf86-input-ws/dist/
ltmain.sh 2848 # is not unsupported. This is valid on all known static and
3829 $echo "*** Warning: inter-library dependencies are not known to be supported."
4274 # On all known operating systems, these are identical.
  /xsrc/external/mit/xf86-video-imstt/dist/
ltmain.sh 2786 # is not unsupported. This is valid on all known static and
3744 $echo "*** Warning: inter-library dependencies are not known to be supported."
4186 # On all known operating systems, these are identical.
  /xsrc/external/mit/xf86-video-nsc/dist/
ltmain.sh 2818 # is not unsupported. This is valid on all known static and
3773 $echo "*** Warning: inter-library dependencies are not known to be supported."
4215 # On all known operating systems, these are identical.

Completed in 57 milliseconds

1 2