Searched refs:known (Results 1 - 25 of 331) sorted by relevance

1234567891011>>

/xsrc/external/mit/xterm/dist/vttests/
H A Dprint-vt-chars.pl260 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/freetype/dist/src/cid/
H A Dmodule.mk20 $(ECHO_DRIVER)cid $(ECHO_DRIVER_DESC)Postscript CID-keyed fonts, no known extension$(ECHO_DRIVER_DONE)
/xsrc/external/mit/freetype/dist/src/type42/
H A Dmodule.mk20 $(ECHO_DRIVER)type42 $(ECHO_DRIVER_DESC)Type 42 font files with no known extension$(ECHO_DRIVER_DONE)
/xsrc/external/mit/xf86-video-sunleo/dist/
H A DREADME.md6 Also known as the ZX or T(urbo)ZX, Leo is a 24 bit accelerated 3D
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/
H A Dgtest-runner.sh17 # Default to an empty known flakes file if it doesn't exist.
61 --known-flakes $INSTALL/$GPU_VERSION-flakes.txt \
H A Dreport-flakes.py80 parser.add_argument('--known-flakes', type=str,
137 for known in known_flakes:
138 if known.match(flake):
H A Ddeqp-runner.sh92 # 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/
H A Dpiglit-runner.sh35 # 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/docs/
H A Dapplication-issues.rst4 This page documents known issues with some OpenGL applications.
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.1.rst49 assembly fragment shaders. No applications are known to use this
/xsrc/external/mit/rgb/dist/
H A DREADME.md14 is "auto" to search for known implementations. Library names should be
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Ddebugging.rst101 The remote debugger, commonly known as rbug, allows for runtime inspections of
/xsrc/external/mit/MesaLib/dist/docs/drivers/
H A Dlima.rst41 Check the `known hardware limitations <#known-hardware-limitations>`__
109 Here are some known caveats in OpenGL support:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Ddisassemble.c314 bool known = override != 0x3; /* Unused value */ local in function:print_dest
317 if (!(modeable && known && uppable))
622 /* Condition repeated 8 times in all known cases. Check this. */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/cso/
H A Dblend.rst24 Logical operations, also known as logicops, lops, or rops, are supported.
/xsrc/external/mit/MesaLib/dist/docs/gallium/cso/
H A Dblend.rst24 Logical operations, also known as logicops, LOPs, or ROPs, are supported.
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Ddebugging.rst114 The remote debugger, commonly known as rbug, allows for runtime inspections of
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
H A Danalyze.lua99 -- TODO maybe we want to whitelist a few well known regs, for the
/xsrc/external/mit/ctwm/dist/cmake_files/
H A Dcompiler_feature_checks.cmake58 message(WARNING "Compiler doesn't support known C99 flag, "
/xsrc/external/mit/MesaLib.old/dist/docs/specs/
H A DMESA_query_renderer.spec15 No known IP claims.
53 hardware implementation is blacklisted due to known bugs.
H A DMESA_texture_signed_rgba.spec19 No known IP issues
/xsrc/external/mit/MesaLib/dist/docs/_extra/specs/
H A DMESA_query_renderer.spec15 No known IP claims.
53 hardware implementation is blacklisted due to known bugs.
H A DMESA_texture_signed_rgba.spec19 No known IP issues
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A DREADME.md85 Scheduling is another NP-complete problem where basically all known heuristics suffer from unpredictable change in register pressure. For that reason, the implemented scheduler does not completely re-schedule all instructions, but only aims to move up memory loads as far as possible without exceeding the maximum register limit for the pre-calculated wave count. The reason this works is that ILP is very limited on GCN. This approach looks promising so far.
108 This pass makes sure that no known hazards occour.
137 * GS = Geometry Shader, also known as legacy GS
/xsrc/external/mit/fontconfig/dist/m4/
H A Dgettext.m4356 dnl Make all variables we use known to autoconf.
393 dnl Make all documented variables known to autoconf.

Completed in 12 milliseconds

1234567891011>>